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
hishamco
40e54bf77d
Minor Fixes
...
Remove the blank line before conditional block
Remove versions from project.json in test projects
Address feedback
Address feedback
Add CommandLine configuration package to avoid breaking test
Add missing using
2016-11-12 00:04:38 +03:00
Pranav K
ed9a0d28bf
Updating versions to 1.2.0-*
2016-11-09 14:18:21 -08:00
Pranav K
cd96a01199
Merge branch 'rel/1.1.0' into dev
2016-11-09 11:31:43 -08:00
Pranav K
4e6dc0c3fe
Branching for 1.1.0
2016-11-09 11:31:40 -08:00
jacalvar
6f3a68d80d
Merge branch 'dev' of github.com:aspnet/Localization into dev
2016-11-08 16:34:47 -08:00
Hisham Bin Ateya
5c18449474
Remove unnecessary code in ResourceManagerStringLocalizer ( #300 )
...
Remove lines from empty constructors
2016-11-07 12:00:49 -08:00
Ryan Brandenburg
63af4318a3
Restore AssemblyWrapper constructor
2016-11-07 10:38:26 -08:00
jacalvar
f0a9f22db6
Created public API baselines
2016-11-04 17:23:04 -07:00
Pranav K
9b009fb89d
Merge remote-tracking branch 'origin/rel/1.1.0-preview1' into dev
2016-10-17 09:56:15 -07:00
Pranav K
2fac711377
Branching for 1.1.0-preview1
2016-10-17 09:49:20 -07:00
Pranav K
837e5c4b1b
Updating to netcoreapp1.1
2016-10-13 11:19:32 -07:00
Pranav K
9bf00ffac2
Revert "Updating to netcoreapp1.1"
...
This reverts commit cc4fd635a6 .
2016-10-12 16:08:58 -07:00
Pranav K
cc4fd635a6
Updating to netcoreapp1.1
2016-10-12 13:45:45 -07:00
Ryan Brandenburg
cbba45b44e
Organize Functional tests
2016-10-06 09:51:50 -07:00
Pranav K
e52cab580e
Updating partner package versions
2016-10-03 14:25:08 -07:00
Kiran Challa
861ae52de5
Added support for get culture information from request's route data information.
...
[Fixes #122 ] Get segment from mapped route for CustomRequestCultureProvider
2016-09-30 09:57:44 -07:00
Pranav K
07e7741463
Make System.Reflection.Extensions a netstandard dependency
2016-09-26 15:35:14 -07:00
Ryan Brandenburg
0d21e72151
Add missing xproj files for ResourceClassLibrary projects
2016-09-23 16:05:21 -07:00
Ryan Brandenburg
0ac2a3f66a
Use existing CultureInfo
2016-09-23 15:50:10 -07:00
Ryan Brandenburg
b2ef91df9f
Localization finds resources in class libraries
2016-09-22 15:53:02 -07:00
Doug Bunting
f650de8cdf
Increase .travis.yml consistency between repos
...
- aspnet/Universe#349
- minimize `dotnet` setup time; no need for caching
- no need for libuv v1.4.2 w/ current Kestrel packages
2016-09-04 19:57:14 -07:00
Pranav K
81865ede09
Reacting to Microsoft.AspNetCore.Server.Testing rename
2016-08-15 16:12:22 -07:00
Pranav K
09123cb349
Cleanup package listings in README.md
2016-08-09 16:04:42 -07:00
Pranav K
342c910050
Switching to dotnet.myget.org feed
2016-08-09 15:04:47 -07:00