Pranav K
83c06b2f31
Merge remote-tracking branch 'origin/rel/2.0.0-preview1' into dev
2017-05-01 22:02:16 -07:00
Pranav K
87ae098832
Use the bundled NETStandard.Library package in netstandard targeting libraries
2017-05-01 12:39:43 -07:00
BrennanConroy
c161066d97
Merge branch 'rel/2.0.0-preview1' into dev
2017-04-28 15:16:02 -07:00
BrennanConroy
1f0089f827
React to Logging API changes
2017-04-28 08:34:33 -07:00
Ryan Brandenburg
c7b1924f79
Merge remote-tracking branch 'origin/rel/2.0.0-preview1' into dev
2017-04-26 12:54:45 -07:00
Ryan Brandenburg
48519857d2
Automatically allocate ports for functional tests
2017-04-26 12:52:40 -07:00
Pranav K
633c9e5287
Updating package version to preview2
2017-04-26 07:13:12 -07:00
Pranav K
8a33eef876
Merge branch 'rel/2.0.0-preview1' into dev
2017-04-25 22:03:39 -07:00
Pranav K
2a09b80557
Branching for 2.0.0-preview1
2017-04-25 22:03:36 -07:00
Pranav K
6a283f6d39
Use Bundled NETStandard.Library \ NETCoreApp versions instead of explicitly specifying one
2017-04-25 11:04:09 -07:00
Andrew Stanton-Nurse
a8add21274
react to removal of PlatformAbstractions ( #356 )
2017-04-20 11:09:39 -07:00
Ryan Brandenburg
99fa2d1cd3
New version of Microsoft.AspNetCore.Server.IntegrationTesting
2017-04-13 13:34:03 -07:00
Damian Edwards
89f06da488
Update README.md
2017-04-05 14:32:56 -07:00
Damian Edwards
a84bf2fc10
Fix package table in README.md
2017-04-05 14:29:31 -07:00
Pranav K
848468d465
Updating versions to 2.0.0-preview1
2017-04-03 21:41:10 -07:00
Pranav K
f4162ee9fc
Updating to 2.0.0 Internal.AspNetCore.Sdk
2017-03-29 11:30:34 -07:00
Doug Bunting
9408b5b9de
Disable API Check in a project with untracked breaking changes
2017-03-22 11:21:08 -07:00
Pranav K
2587e08098
Change compilation targets.
...
* Remove net451 as a compilation target
* Upgrade to netcoreapp2.0
2017-03-22 11:20:05 -07:00
Nate McMaster
8c6c0624c8
Update Travis to macOS Sierra
...
[skip appveyor]
2017-03-21 12:15:26 -07:00
Nate McMaster
36ee7dcfa5
Unify dependency versions to one file and remove workarounds
2017-03-15 15:20:44 -07:00
Ajay Bhargav Baaskaran
cf665b3920
Fix build break
2017-03-14 14:10:37 -07:00
Nate McMaster
5972d753e0
Update appveyor and travis settings
2017-03-14 13:40:46 -07:00
Ajay Bhargav Baaskaran
f8acb719e8
Using NullLogger types from Logging.Abstractions ( #339 )
2017-03-14 12:17:57 -07:00
David Fowler
3875f620ed
Update .travis.yml
2017-03-09 09:07:26 -08:00
Ryan Brandenburg
84f9668d24
Add test against returning english when culture is missing ( #333 )
2017-03-02 17:11:43 -08:00
Nate McMaster
6df7b49846
Update AppVeyor and Travis settings
2017-03-01 18:25:46 -08:00
Nate McMaster
ac45c775dc
Change korebuild branch and fix argument forwarding in bootstrapper
2017-03-01 18:14:13 -08:00
hishamco
15869065f7
Remove RuntimeIdentifier from web projects
2017-02-27 09:00:59 -08:00
Ryan Brandenburg
39aa9438ab
Add location to LocalizedString and add logging ( #331 )
2017-02-24 10:54:03 -08:00
Ryan Brandenburg
970e2e0782
Update test after un-skipping
2017-02-21 16:50:04 -08:00
Ryan Brandenburg
93e0a5c149
Revert "Temporarily skip tests"
...
This reverts commit 25f74d5665 .
2017-02-21 15:22:19 -08:00
Doug Bunting
40eeba4369
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
2017-02-16 22:57:14 -08:00
Nate McMaster
fa34afd1c5
React to aspnet/Korebuild#160
2017-02-16 10:01:39 -08:00
Nate McMaster
11922f9ef2
Downgrade to stable packages
2017-02-14 21:47:04 -08:00
Nate McMaster
eb7d365ce5
Delete makefile.shade
2017-02-09 17:31:04 -08:00
Nate McMaster
f6d0db871e
Remove phantom project from solution file
2017-02-09 13:03:05 -08:00
Hisham Bin Ateya
5ac6965dc6
Remove CultureInfoCache ( #323 )
2017-02-07 10:50:05 -08:00
Ryan Brandenburg
d1ee393c72
Upgrade to VS 2017 ( #322 )
2017-02-06 13:56:00 -08:00
Ryan Brandenburg
3ba495f32e
Fix StringLocalizer location null tests ( #321 )
2017-02-03 11:52:19 -08:00
Ryan Brandenburg
94b1875b28
Add baselines to Microsoft.AspNetCore.Localization.Routing ( #317 )
2017-02-03 11:15:14 -08:00
Ryan Brandenburg
65e3af98d5
Remove dependency on Hosting.Abstractions
2017-02-03 10:26:42 -08:00
Pranav K
e81627ba02
Functional tests don't need to target desktop
...
The functional tests run the website out-of-process and include the combinations. The test driver doesn't need to be cross-compiled
Additionally fixing downgrade warning
2016-12-28 14:13:58 -08:00
Pranav K
25f74d5665
Temporarily skip tests
...
Disabling tests until https://github.com/dotnet/cli/issues/5172 is resolved.
Tracking work item to re-enable tests: https://github.com/aspnet/Localization/issues/310
2016-12-28 14:08:47 -08:00
Pranav K
e5ab6bfeb2
Updating to 4.4 CoreFx packages
2016-12-21 16:46:58 -08:00
Kiran Challa
398d4856e3
Reacting to Routing middleware extensions api changes
2016-12-21 14:56:43 -08:00
Ajay Bhargav Baaskaran
5c2d735af7
Removed packages list in NuGetPackageVerifier.json
2016-12-12 00:42:57 -08:00
N. Taylor Mullen
82d4c85de0
Update .travis.yml osx image to xcode7.3.
2016-12-08 10:04:28 -08:00
hishamco
bc64eb9b99
Fix LocalizeString docs
2016-12-05 10:56:39 -08:00
N. Taylor Mullen
681e2e0329
Pin global.json SDK to 1.0.0-preview2-1-003177.
2016-11-23 16:00:40 -08:00
Nate McMaster
fc104a8592
Clean tmp folder after unzipping KoreBuild
2016-11-18 10:56:57 -08:00