Nate McMaster
e8db0cb43e
Unify dependency versions to one file and remove workarounds
2017-03-15 13:25:35 -07:00
Nate McMaster
36195d7f1b
Update appveyor and travis settings
2017-03-14 13:40:01 -07:00
David Fowler
9fac9c8d5f
Merge pull request #351 from aspnet/no-mono
...
No mono
2017-03-09 18:04:16 -08:00
David Fowler
9ae3938e05
Update .travis.yml
2017-03-08 20:51:33 -08:00
Nate McMaster
4916ff75cd
Update AppVeyor and Travis settings
2017-03-01 18:25:39 -08:00
Nate McMaster
c532c3391d
Change korebuild branch and fix argument forwarding in bootstrapper
2017-03-01 18:14:13 -08:00
Arthur Vickers
3a8b8c81ab
Update in-memory tests to used named database.
2017-02-28 16:46:30 -08:00
Nate McMaster
02dc95eda3
React to aspnet/Korebuild#160
2017-02-16 10:03:40 -08:00
Doug Bunting
c354afebc8
Bump test projects up to .NET 4.5.2
...
- aspnet/Testing#248
- xUnit no longer supports .NET 4.5.1
- build tests for desktop .NET only on Windows
Address existing issues
- work around test failures, including #350
- skip tests mentioned in #350
- reorder xunit and xunit.runner.visualstudio; setup fails for .NET Core otherwise
- skip all tests using LocalDB on Linux and OSX
- `[FrameworkSkipCondition(RuntimeFrameworks.Mono)]` now redundant
- correct AppVeyor image
nits:
- let VS add the test `<Service>`
- use `[ConditionalFact]` when there's no test data
2017-02-16 08:40:27 -08:00
Nate McMaster
01d2c102fc
Downgrade to stable packages
2017-02-14 21:54:02 -08:00
Nate McMaster
4c5739c852
Upgrade to VS 2017
2017-01-31 10:01:38 -08:00
Kiran Challa
fb7c25b662
Added OriginalQueryString property to IStatusCodeReExecuteFeature interface
2017-01-27 10:48:59 -08:00
Arthur Vickers
f35a3b4918
Remove obsolete calls to AddEntityFramework
2017-01-26 12:03:21 -08:00
Nate McMaster
215e41f673
Remove Microsoft.AspNetCore.DiagnosticsViewPage.Sources package
2017-01-09 12:13:05 -08:00
Pranav K
4b77edfe7a
Updating to 4.4 CoreFx packages
2016-12-14 14:47:28 -08:00
Ajay Bhargav Baaskaran
e0c96f6788
Removed packages list in NuGetPackageVerifier.json
2016-12-12 00:52:17 -08:00
N. Taylor Mullen
7cc4caa7b2
Update .travis.yml osx image to xcode7.3.
2016-12-08 10:04:10 -08:00
N. Taylor Mullen
ea27a4e56c
Pin global.json SDK to 1.0.0-preview2-1-003177.
2016-11-23 16:00:15 -08:00
Nate McMaster
006ed20be7
Clean tmp folder after unzipping KoreBuild
2016-11-18 10:57:06 -08:00
Pranav K
32cced78b8
Update dependency versions
2016-11-10 08:41:05 -08:00
Pranav K
f4f1902808
Updating versions to 1.2.0-*
2016-11-09 14:17:12 -08:00
Pranav K
a3af7bb03d
Merge branch 'rel/1.1.0' into dev
2016-11-09 11:30:06 -08:00
Pranav K
3a319f4147
Branching for 1.1.0
2016-11-09 11:30:01 -08:00
jacalvar
4b66b87d74
Created public API baselines
2016-11-04 13:25:38 -07:00
Pranav K
398222d6e6
Show full generated output option for Razor compilation errors
...
Fixes #303
2016-10-26 12:34:26 -07:00
Pranav K
05227f09ef
Merge remote-tracking branch 'origin/rel/1.1.0-preview1' into dev
2016-10-17 09:55:49 -07:00
Pranav K
498246fec0
Branching for 1.1.0-preview1
2016-10-17 09:48:52 -07:00
Pranav K
a3e7481fcb
Updating to netcoreapp1.1
2016-10-13 11:13:51 -07:00
Pranav K
9cecbc2cb1
Revert "Updating to netcoreapp1.1"
...
This reverts commit 65025d41a5 .
2016-10-12 16:08:16 -07:00
Pranav K
65025d41a5
Updating to netcoreapp1.1
2016-10-12 13:45:05 -07:00
Pranav K
d376a1fa75
Updating partner package versions
2016-09-29 10:52:34 -07:00
Nate McMaster
1a0d4a512d
Update sample usage of EF tools
2016-09-26 13:37:25 -07:00
Chris R
1b1bd34b8d
Add new dependnecy and test for UTF-8 BOM fix in views
2016-09-21 16:03:04 -07:00
Mikael Mengistu
3a868d87a2
Added IExceptionHandlerPathFeature interface.
2016-09-14 15:43:59 -07:00
Andy Edinborough
c037a577b0
Set background color for ErrorPage
...
* Set background color for ErrorPage
When using various browser developer tools with a dark theme, the text for the page is unreadable, because the background color has not been set, while the foreground color has.
* update Designer files
2016-09-12 11:03:18 -07:00
Pavel Krymets
72c3688604
Use TaskCache class from Microsoft.Extensions.TaskCache.Sources ( #331 )
...
Instead of Task.FromResult(0)
2016-09-07 10:16:58 -07:00
Doug Bunting
fa36a7bb53
Increase .travis.yml consistency between repos
...
- aspnet/Universe#349
- minimize `dotnet` setup time; no need for caching
2016-09-04 19:35:58 -07:00
Kiran Challa
c224a726f9
Moved PageGenerator to Razor repo and moved diagnostic view page sources to Common.
2016-08-29 13:43:00 -07:00
Kiran Challa
175a4c961e
Revert "Moved PageGenerator and DiagnosticsViewPage projects to Common repo and some updates"
...
This reverts commit 7cabb3f117 .
2016-08-25 17:22:09 -07:00
Kiran Challa
7cabb3f117
Moved PageGenerator and DiagnosticsViewPage projects to Common repo and some updates
2016-08-25 16:25:15 -07:00
Nate McMaster
76a8359ba3
React to aspnet/EntityFramework#6288
2016-08-11 16:03:47 -07:00
Pranav K
5ac2947b52
Switching to dotnet.myget.org feed
2016-08-09 14:58:01 -07:00
Pranav K
d2b5144132
Updating to Moq \ Castle.Core that does not require imports
2016-08-08 12:28:30 -07:00
Kiran Challa
ac8f751771
[ Fixes #324 ] Diagnostics middleware no longer has a way to expand the source for compilation errors
2016-08-03 15:55:11 -07:00
BrennanConroy
d43f9387a6
Update .travis.yml
2016-08-02 13:06:19 -07:00
Kiran Challa
52d9c0b336
Added outline to buttons in developer exception page
2016-08-01 13:27:38 -07:00
Kiran Challa
22492ed752
[ Fixes #319 ] It is not possible to copy text to clipboard from error message on development page.
2016-07-29 14:57:38 -07:00
Kiran Challa
e3e092ec60
[ Fixes #288 ] DeveloperExceptionPage needs better text spacing on OSX/Safari
2016-07-26 11:35:24 -07:00
Ajay Bhargav Baaskaran
1ac8ccafe2
Regenerated ErrorPage.cs
2016-07-25 12:05:10 -07:00
Ajay Bhargav Baaskaran
f7641fa28b
[ Fixes #315 ] Display LoaderExceptions in ErrorPage
2016-07-25 11:47:17 -07:00