Nate McMaster
60a3d57a3e
Upgrade aspnetcore packages to target netcoreapp3.0 ( aspnet/Localization#459 )
...
Changes:
* Upgrade dependencies and build tools
* Change TFM on Microsoft.AspNetCore.* packages to netcoreapp3.0
* Remove .NET Framework tests
2018-11-19 09:47:43 -08:00
Hisham Bin Ateya
b8747c8b6b
Adding AddRequestCultureProvider as extension method ( #458 )
...
* Adding AddRequestCultureProvider as extension method
Fixes aspnet/AspNetCore#3336
2018-11-15 12:23:10 -08:00
=
49aafe8eb0
Update usage of TestSink
2018-04-12 16:59:23 -07:00
Artak Mkrtchyan
629ffb7ede
Merge pull request #369 from hishamco/useRequestLocalization
...
Add a builder API for configuring UseRequestLocalization
2018-02-07 09:17:44 -08:00
Ryan Brandenburg
fb922f650c
Fix tests broken by changes to config
2018-01-23 14:44:28 -08:00
hishamco
db4cc14522
Add functional test
2018-01-24 00:22:19 +03:00
hishamco
017bb4dd4f
Fix tests
2018-01-23 23:51:15 +03:00
hishamco
333092ad5b
Add unit tests
2018-01-23 14:16:18 +03:00
Ryan Brandenburg
bab2a50ec1
Allow setting RootNamespace in ResourceLocationAttribute
2018-01-18 14:52:05 -08:00
Pranav K
812d2853ad
Update samples and tests to target netcoreapp2.1
2017-11-14 15:58:00 -08:00
Nate McMaster
115271d1cc
Pin tool and package versions to make builds more repeatable
...
Part of aspnet/Universe#575
2017-11-01 16:19:25 -07:00
Ryan Brandenburg
51549e8471
Use ResourceSets
2017-09-06 11:44:51 -07:00
hishamco
8b03ee8c81
Address feedback
2017-09-05 13:10:31 -07:00
hishamco
9d0ad91f63
Add unit tests for #372 fix
2017-08-30 04:32:04 +03:00
Nate McMaster
7234a384f4
Use PackageLineup to manage PackageReference versions
2017-08-29 11:58:35 -07:00
Nate McMaster
cc603bc48d
Use Directory.Build.props/targets
2017-08-29 11:54:00 -07:00
Nate McMaster
42a87b383d
Upgrade to xunit 2.3.0-beta4
2017-08-22 17:21:09 -07:00
Pranav K
a403d39405
Make functional tests run for desktop
...
* Convert functional tests to run using TestServer
* Allow functional tests to run in parallel.
Fixes #360
Fixes #390
2017-08-09 10:25:45 -07:00
Pranav K
fe3b5ea4dd
Fixup namespaces
2017-08-08 15:36:01 -07:00
Nate McMaster
1cd443fc34
Update bootstrappers to use the compiled version of KoreBuild
...
[ci skip]
2017-07-25 16:33:15 -07:00
Nate McMaster
c61654b7dc
Target .NET Standard 2.0
2017-06-06 17:22:36 -07:00
Doug Bunting
9b017ad138
Target .NET Standard 2.0 and add .NET Framework 4.6.1 testing
2017-05-24 10:37:45 -07:00
Nate McMaster
f061be8209
Upgrade test framework versions
2017-05-15 14:00:13 -07:00
Pavel Krymets
c3f4015921
Remove unnecessary package references ( #367 )
2017-05-10 12:06:18 -07:00
Pranav K
870cc9ddea
Change TFM to netcorepp2.0
2017-05-04 22:14:33 -07:00
BrennanConroy
1f0089f827
React to Logging API changes
2017-04-28 08:34:33 -07:00
Ryan Brandenburg
48519857d2
Automatically allocate ports for functional tests
2017-04-26 12:52:40 -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
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
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
Ajay Bhargav Baaskaran
f8acb719e8
Using NullLogger types from Logging.Abstractions ( #339 )
2017-03-14 12:17:57 -07:00
Ryan Brandenburg
84f9668d24
Add test against returning english when culture is missing ( #333 )
2017-03-02 17:11:43 -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
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
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
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