Commit Graph

42 Commits

Author SHA1 Message Date
Ryan Brandenburg 3ba495f32e Fix StringLocalizer location null tests (#321) 2017-02-03 11:52:19 -08:00
Pranav K e5ab6bfeb2 Updating to 4.4 CoreFx packages 2016-12-21 16:46:58 -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 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
Pranav K e52cab580e Updating partner package versions 2016-10-03 14:25:08 -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 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
Pranav K 60a08bcbaf Updating to RTM builds of xunit and Moq 2016-06-30 16:30:46 -07:00
Pranav K cf6e0de480 Updating to dev versions 2016-06-16 10:18:12 -07:00
N. Taylor Mullen 6389f1326d Remove direct Microsoft.NETCore.Platforms dependency.
- Microsoft.NETCore.App now pulls this package in.

aspnet/Coherence-Signed#344
2016-06-13 15:30:11 -07:00
Pranav K 08e394d994 Fix build warnings 2016-05-02 11:27:19 -07:00
BrennanConroy eb77b07ff6 Remove environment variable 2016-04-28 13:56:39 -07:00
BrennanConroy 693f58c18f Remove references to UseDefaultHostingConfiguration 2016-04-27 16:26:23 -07:00
Pranav K f98204d723 Use latest build of dotnet-test-xunit 2016-04-19 14:54:05 -07:00
Pavel Krymets 23bb1fca43 Bring Microsoft.NETCore.Platforms dependency back 2016-04-18 17:09:29 -07:00
Pavel Krymets 9268ca73df Migrate tests, tools and samples to portable 2016-04-15 12:04:16 -07:00
John Luo c9d53ad14b Move web.config and use ANCM 2016-04-11 10:04:14 -07:00
John Luo dfb1f9c712 Reacting to Kestrel extensions 2016-03-30 16:23:13 -07:00
David Fowler f26f951d0d Fixed packages 2016-03-25 02:14:11 -07:00
John Luo c69a159672 React to Hosting changes 2016-03-22 12:04:03 -07:00
Pranav K 948c4d6b98 * Target minimal TFM 2016-03-13 22:12:40 -07:00
Doug Bunting 6412a14502 Remove project name from output path
- aspnet/Coherence-Signed#187
- remove `<RootNamespace>` settings but maintain other unique aspects e.g. `<DnxInvisibleContent ... />`
- in a few cases, standardize on VS version `14.0` and not something more specific
2016-03-02 18:59:17 -08:00
N. Taylor Mullen b746844466 Transition to netstandard.
- dotnet5.X => netstandard1.y (where y = x-1).
- DNXCore50 => netstandardapp1.5.
- Applied the same changes to ifdefs.
2016-03-01 13:38:14 -08:00
John Luo bb4a04b3a3 Fix samples used by tests 2016-02-24 16:12:32 -08:00
Kiran Challa 43fd4c465f Enable tests to run using dotnet xunit runner 2016-02-10 14:59:50 -08:00
Pranav K 33134f7f2a Change build to use dotnet
Fixes #198
2016-02-05 12:06:03 -08:00
N. Taylor Mullen 4010676634 Rename AspNet 5 file contents.
See https://github.com/aspnet/Announcements/issues/144 for more information.
2016-01-22 12:24:55 -08:00
John Luo 0bd2e3281d Reacting to hosting rename 2016-01-17 17:56:43 -08:00
John Luo 5c2bdc8923 Updating to new options pattern 2016-01-07 18:26:38 -08:00
John Luo d9fc399531 Standardizing middleware to use configureOptions lambda 2015-12-22 21:57:56 -08:00
Chris R c31c6cd186 React to Hosting changes. 2015-12-21 10:54:47 -08:00
damianedwards e72d3cb249 ResourceManagerStringLocalizerFactory trims app name from resource base name:
- Only applies when LocalizationOptions.ResourcesPath is set
- #167
2015-12-16 15:38:25 -08:00
ryanbrandenburg 5074bf0c57 * Default ResourcePath behavior is to look next to .cs file 2015-12-15 11:53:55 -08:00
damianedwards 0b013ae769 Usability improvements:
- Remove the defaultRequestCulture parameter from IApplicationBuilder.UseRequestLocalization and make it a property on RequestLocalizationOptions instead
- Have just a single overload for IApplicationBuilder.UseRequestLocalization that takes the options
- #164
2015-12-11 15:21:07 -08:00
Pranav K 62412836de Removing extraneous dependencies 2015-12-08 10:48:26 -08:00
Kirthi Krishnamraju 636459a6f7 Fix #111: Design changes to known/allowed culture list and cache 2015-10-23 00:41:07 -07:00
Kirthi Krishnamraju 90116ddd78 fix #90: ResourceStringLocalizerFactory creates string localizer based on resourcetype's name instead of full name 2015-10-19 10:39:05 -07:00
Kirthi Krishnamraju 7ea6435338 Added localization functional tests 2015-10-13 15:50:55 -07:00