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
Ryan Brandenburg
23fc275786
Set 2.1 baselines
2018-06-14 11:21:34 -07:00
Ryan Brandenburg
a5ffd9b7e6
Set 2.0 baselines
2018-03-20 11:49:13 -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
hishamco
1f00f0a951
Use Resources.resx
2018-01-23 08:31:58 +03:00
hishamco
36b55fc7ba
Address feedback
2018-01-23 07:53:14 +03:00
Ryan Brandenburg
bab2a50ec1
Allow setting RootNamespace in ResourceLocationAttribute
2018-01-18 14:52:05 -08:00
hishamco
2fe9fb4707
WIP
2018-01-13 23:34:43 +03:00
hishamco
29f7e4bd62
Add a builder API for configuring UseRequestLocalization
2018-01-12 17:08:32 +03:00
hishamco
f260d4e524
Fix issue #421
2017-12-14 14:51:09 -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
Pranav K
41ae20525f
Log warnings when cultures specified by Request Culture Providers are unsupported
...
Fixes #372
2017-08-29 13:08:51 -07: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
Jass Bagga
b816b37658
Add breakingchanges ( #393 )
...
Addresses #350
2017-07-06 15:14:23 -07:00
Pranav K
3a29c26c46
Remove usage of TaskCache
2017-06-08 13:47:19 -07:00
hishamco
ea79aadde2
Remove AssemblyName.CultureName work around
...
Remove AssemblyName.CultureName work around
Move unnecessary code out of try-catch
2017-06-08 10:46:23 -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
Chris R
8f970d3d48
React to StringSegment header parsers
2017-05-23 11:06:30 -07:00
John Luo
1c4cda405c
Migration
2017-05-05 19:04:25 -07:00
Pranav K
870cc9ddea
Change TFM to netcorepp2.0
2017-05-04 22:14:33 -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
36ee7dcfa5
Unify dependency versions to one file and remove workarounds
2017-03-15 15:20:44 -07:00
Ryan Brandenburg
39aa9438ab
Add location to LocalizedString and add logging ( #331 )
2017-02-24 10:54:03 -08:00
Nate McMaster
11922f9ef2
Downgrade to stable packages
2017-02-14 21:47:04 -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
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
e5ab6bfeb2
Updating to 4.4 CoreFx packages
2016-12-21 16:46:58 -08:00
hishamco
bc64eb9b99
Fix LocalizeString docs
2016-12-05 10:56:39 -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
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
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
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
Ryan Brandenburg
d84b069116
Make resource lookup behavior overridable ( #266 )
2016-08-08 11:45:42 -07:00
Ryan Brandenburg
e976c0fa22
Include all strings from GetAllStrings ( #264 )
2016-07-15 10:01:02 -07:00
Doug Bunting
2669c32641
One build to rule them all
...
- well, at least VS and command-line builds will share output
- part of aspnet/Coherence-Signed#277
2016-07-07 12:11:11 -07:00