John Luo
0fd5970b8a
Reacting to verbose rename
2015-12-06 17:42:49 -08:00
Brennan
206b7b9113
Dispose FileWatcher in tests
2015-12-03 11:42:28 -08:00
John Luo
208f0f8a58
Reacting to hosting test server changes
2015-12-01 15:47:25 -08:00
Pranav K
5d5f278824
Enable CoreCLR tests on Travis
2015-12-01 10:35:16 -08:00
Pranav K
cd02665909
Allow tests to run on CoreCLR
2015-12-01 10:12:53 -08:00
Pranav K
ca62719f9d
Skip tests that are failing due to Mono issues
...
Fixes #214
2015-12-01 09:54:47 -08:00
Pranav K
f0c2d7ed25
Updating tests to run on dnxcore50
2015-11-24 14:21:06 -08:00
Chris R
c8990bcc29
Hosting#318 Add middleware analysis tools, sample.
2015-11-24 11:52:20 -08:00
ryanbrandenburg
c49547245b
* Remove un-used function and prevent jQuery confusion
2015-11-20 12:51:11 -08:00
John Luo
da7fe362c9
Reacting to ApplicationServices removal from HttpContext
2015-11-19 16:32:19 -08:00
Pranav K
6f5b20660e
Skip tests that rely on back slashes as part separator on Linux
...
Fixes #191
2015-11-19 15:50:05 -08:00
Kiran Challa
f468d6789f
Fixed doc comment
2015-11-18 10:07:05 -08:00
Doug Bunting
c6664a3dcd
Move Travis to supported Linux distribution
...
- use Ubuntu 14.04 (Trusty)
- Travis support for Trusty is in Beta and currently requires `sudo`
- run `dnu restore` with DNX Core since aspnet/External#49 is not fixed in Mono versions we can use
- add required dependencies for DNX Core to `.travis.yml`
- addresses part of aspnet/Universe#290
2015-11-17 12:36:10 -08:00
Doug Bunting
2b4f2cbcc3
Explicitly choose Mono 4.0.5
...
- avoids future problems related to aspnet/External#48
- e.g. when Travis updates default Mono version in `csharp` bundle
2015-11-17 10:55:44 -08:00
Pranav K
39d9303769
Reacting to DI changes
2015-11-13 11:22:53 -08:00
N. Taylor Mullen
82574ce6cc
Remove System beta tag in project.json for coreclr packages.
2015-11-12 12:23:56 -08:00
ryanbrandenburg
88ad99d497
* Fix scrolling on error page
2015-11-11 09:19:42 -08:00
Pavel Krymets
740b51e0bc
Make Compilation Abstractions naming consistent with Platform Abstractions
2015-11-06 15:08:07 -08:00
Cesar Blum Silveira
4ced3c51ef
Merge branch 'release' into dev
2015-11-04 10:49:27 -08:00
Cesar Blum Silveira
9e4cd86470
Strong name Microsoft.AspNet.Diagnostics.Entity.
2015-11-03 20:15:45 -08:00
Cesar Blum Silveira
eed6051eb3
Strong name everything except Microsoft.AspNet.Diagnostics.Entity.
2015-11-03 17:35:50 -08:00
Pavel Krymets
4e5900067b
Rename Microsoft.Dnx.Compilation.Abstractions to Microsoft.Extensions.Compilation.Abstractions
2015-11-03 12:09:05 -08:00
Chris R
c239b67368
React to WebEncoders and Http.Abstractions changes.
2015-11-02 17:46:25 -08:00
Pavel Krymets
5e0fa0773d
Rename Microsoft.Dnx.Compilation.Abstractions to Microsoft.Extensions.Compilation.Abstractions
2015-11-02 15:22:08 -08:00
Rowan Miller
9247f6624c
Merge branch 'release' into dev
2015-10-29 12:06:18 -07:00
Rowan Miller
ddf6a45f80
💚 Skip LocalDb dependent test on Mono
...
Some tests rely on LocalDb and therefore do not run on Mac/Linux. We
have https://github.com/aspnet/Diagnostics/issues/176 open to address
this, but in the meantime some of the tests are skipped. Adding one more
test that we missed.
2015-10-29 11:42:57 -07:00
Pranav K
f7489c2108
Merge branch 'release' into dev
2015-10-28 12:50:59 -07:00
Pranav K
9df12d07ff
Updating to release NuGet.config.
2015-10-28 12:43:07 -07:00
Rowan Miller
c35afcc1a8
💚 Prepare for IAccessor API change in EF
...
IAccessor is being renamed to IInfrastructure. The places we use it in
this repo can actually use an extension method instead and avoid the
cast, so updating to that.
2015-10-26 10:10:30 -07:00
Pavel Krymets
a97d55b10c
Rename Microsoft.Runtime.Abstractions to Microsoft.Extensions.PlatformAbstractions
2015-10-22 19:30:09 -07:00
Pranav K
3e7eb6df61
Skip auto generated files from API consistency
2015-10-22 10:29:22 -07:00
Pranav K
20f90e9879
Switching to generations TFMs
2015-10-22 00:20:57 -07:00
Rowan Miller
2e884f20f7
📝 Add doc comments to database error page
2015-10-20 10:18:10 -07:00
Rowan Miller
1c26436041
Bring back "Apply Migrations" button on database error page
...
Mostly just a revert of the commit that removed this functionality, with a few changes:
* Perform proper JavaScript encoding in the script part of the database error page Views/BaseView.cs
* Use the builder pattern in the UseXyz extension methods on IApplicationBuilder (per #184 ). Also applying this to DatabaseErrorPageOptions to keep things consistent.
* Fixing a few tests that were getting the context from DI but putting it in a using block so that it got disposed (rather than letting DI handle disposing).
2015-10-20 09:29:15 -07:00
Rowan Miller
111dab7ddf
🐛 No database error page for existing databases
...
When there is an existing database and no migrations are present, then we should just display the standard error page as they are not using migrations and need to adjust their mapping code to match the existing schema.
Resolve #182
2015-10-20 09:23:42 -07:00
John Luo
793504843e
reacting to telemetry rename
2015-10-19 17:17:40 -07:00
ryanbrandenburg
7dac0986c2
* Fix PageGenerator
...
* Generate pages on build
* Add copyable stacktrace to error page
2015-10-16 10:44:55 -07:00
Chris R
b144f5fd7c
React to HttpRequestIdentifierFeature default change.
2015-10-16 10:15:56 -07:00
Doug Bunting
9a3888e4f8
Fix local build break
2015-10-12 12:51:39 -07:00
Doug Bunting
fdf0ad94c4
React to aspnet/Universe#290 fix
2015-10-10 19:53:14 -07:00
Pranav K
84b91c95fe
Turn off warningsAsErrors in tests to unblock CI
2015-10-09 10:45:41 -07:00
Pranav K
72d63e2613
Replace NotNullAttribute with thrown exceptions
2015-10-09 10:31:01 -07:00
Nate McMaster
ba2bb3f0c9
React to EF rename
2015-10-05 13:44:26 -07:00
John Luo
7b9cfac65a
Adding telemetry publish for unhandled exceptions to developer exception page and exception handler #180
2015-10-03 17:00:22 -07:00
Pranav K
3657a1a14b
Renaming Microsoft.Framework.* -> Microsoft.Extensions.*
2015-10-03 15:44:46 -07:00
N. Taylor Mullen
ffc8547ef4
Update 'build.cmd' alias parameter to use full name.
2015-10-01 11:58:25 -07:00
Pranav K
0bb6a3ca07
Merge branch 'release' into dev
2015-09-28 23:15:41 -07:00
Pranav K
93fa91b1c5
Updating to release NuGet.config.
2015-09-28 23:15:38 -07:00
Arthur Vickers
6afe357271
Strategy rename
2015-09-24 11:08:41 -07:00
Arthur Vickers
062d072712
React to EF fluent API changes
2015-09-24 10:38:13 -07:00