Commit Graph

181 Commits

Author SHA1 Message Date
Pranav K fa8eceb342 Allowing CoreCLR tests to run on Travis 2015-12-01 12:42:34 -08:00
Doug Bunting c262feace2 Move Travis to supported Linux distribution
- use Ubuntu 14.04 (Trusty)
  - Travis support for Trusty is in Beta and currently requires `sudo`
- run `dnu restore` with DNX Core since aspnet/External#49 is not fixed in Mono versions we can use
- add required dependencies for DNX Core to `.travis.yml`
- addresses part of aspnet/Universe#290
2015-11-17 14:09:53 -08:00
Doug Bunting 09300ff8ca Explicitly choose Mono 4.0.5
- avoids future problems related to aspnet/External#48
  - e.g. when Travis updates default Mono version in `csharp` bundle
2015-11-17 11:06:40 -08:00
N. Taylor Mullen dc56363dbd Remove System beta tag in project.json for coreclr packages. 2015-11-12 12:24:23 -08:00
Troy Dai e40f89174e Update .travis.yml to install libuv 2015-11-10 16:15:46 -08:00
Troy Dai 83c46fb8b7 Run CoreCLR test when runtime framework is CoreCLR 2015-11-10 14:40:19 -08:00
Cesar Blum Silveira e88655bf29 Merge branch 'release' into dev 2015-11-03 13:27:14 -08:00
Cesar Blum Silveira d8060792b2 Strong name everything. 2015-11-03 12:14:18 -08:00
Chris R 198fbad113 React to Cookie API changes. 2015-11-03 11:05:17 -08:00
damianedwards e93a00c2c4 Fix the sample:
- Configure Kestrel properly
2015-11-01 21:08:01 -08:00
Pranav K 8389149a1c Merge branch 'release' into dev 2015-10-28 12:51:31 -07:00
Pranav K 5b6196a615 Updating to release NuGet.config. 2015-10-28 12:43:09 -07:00
Kirthi Krishnamraju 14881cbae8 Remove CultureInfoGenerator from NugetPackageVerifier 2015-10-26 11:59:23 -07:00
Hisham Bin Ateya bb83bd27cb Fix docs 2015-10-26 10:24:25 -07:00
Hisham Bin Ateya c79e8e8886 Remove CultureInfoGenerator 2015-10-24 04:36:46 +03:00
Ryan Nowak 68f1a45ea7 Fix breaking change from stringvalues 2015-10-23 15:43:50 -07:00
Kirthi Krishnamraju 636459a6f7 Fix #111: Design changes to known/allowed culture list and cache 2015-10-23 00:41:07 -07:00
Pavel Krymets d25ad6607e Rename Microsoft.Runtime.Abstractions to Microsoft.Extensions.PlatformAbstractions 2015-10-22 18:38:05 -07:00
Pranav K c6bf98c9b7 Switching to generations TFMs 2015-10-22 01:08:12 -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 18b63b9dbf fix build break 2015-10-15 11:47:32 -07:00
Kirthi Krishnamraju 10ad8b5bdf Remove unused namespace 2015-10-15 11:30:32 -07:00
Kirthi Krishnamraju 7ea6435338 Added localization functional tests 2015-10-13 15:50:55 -07:00
Doug Bunting 31f7ca4dfe Fix local build break 2015-10-12 12:57:55 -07:00
Doug Bunting 2b5be1d808 React to aspnet/Universe#290 fix 2015-10-08 21:00:44 -07:00
Pranav K 55a1fab053 Replace NotNullAttribute with thrown exceptions 2015-10-08 17:09:44 -07:00
Hisham Bin Ateya 722fbc4ef5 CultureInfoCache.GetCultureInfo Should not be case sensitive 2015-10-06 00:44:28 +03:00
Hisham Bin Ateya b22474afb3 Add missing Asserts 2015-10-05 13:38:22 -07:00
Pranav K f782d8845c Renaming Microsoft.Framework.* -> Microsoft.Extensions.* 2015-10-03 15:44:49 -07:00
N. Taylor Mullen ba14543780 Update 'build.cmd' alias parameter to use full name. 2015-10-01 11:58:56 -07:00
Pranav K 25d2096f1c Merge branch 'release' into dev 2015-09-28 23:16:15 -07:00
Pranav K ae836ee16c Updating to release NuGet.config. 2015-09-28 23:16:12 -07:00
David Fowler 44890477a0 Merge pull request #91 from hishamco/internals
Fix project name in AssemblyInfo
2015-09-28 00:58:45 -07:00
Hisham Bin Ateya 61106d36a1 Fix issue #88 2015-09-28 00:11:45 -07:00
Hisham Bin Ateya 979d1d930b Fix project name in AssemblyInfo 2015-09-26 00:23:29 +03:00
Kiran Challa ed70441162 Fix for build break. Removing reference to official xunit package. 2015-09-22 14:55:36 -07:00
Ajay Bhargav Baaskaran 6928ff96c5 Enabling NuGetPackageVerifier 2015-09-21 10:45:54 -07:00
N. Taylor Mullen 5a1c308345 Update nuget.exe and corresponding feeds to v3. 2015-09-17 18:33:42 -07:00
Kirthi Krishnamraju 06aa2412a8 Update sample to use LocalizationOptions and fixed issue in AddLocalization 2015-09-17 11:08:03 -07:00
Kirthi Krishnamraju eefe518ac2 Add LocalizationOptions to specify resources location 2015-09-14 20:34:43 -07:00
Hisham Bin Ateya a7b1b1e4ec Remove unnecessary usings from Microsoft.Framework.Localization.Tests 2015-09-14 20:29:13 -07:00
Hisham Bin Ateya 56259c0564 Add missing 'Assert' in GetFallbackLanguage_ReturnsFirstNonNullCultureFromSupportedCultureList 2015-09-14 20:25:45 -07:00
Kirthi Krishnamraju a5a264d1ad fix #3: Add localized resources to the sample 2015-09-14 16:46:43 -07:00
Kirthi Krishnamraju 7b53bdd43e Fix for #38: Fallback to wrong language preference when the top preference is unavailable 2015-09-14 11:01:34 -07:00
Hisham Abdullah Bin Ateya efcbb2a664 Add 'Microsoft.AspNet.Localization' Unit Tests 2015-09-14 10:28:41 -07:00
Pranav K 3d2c013a48 Adding NeutralResourcesLanguageAttribute 2015-09-10 18:20:42 -07:00
Hisham Abdullah Bin Ateya 2faf31727e Fix namespace typo 2015-09-10 16:01:55 -07:00
Damian Edwards c065c90337 Merge pull request #63 from hishamco/issue#62
Fix 'QueryStringRequestCultureProvider' Issue
2015-09-07 17:29:04 -07:00
David Fowler e484834c39 Update .travis.yml
Remove hardcoded mono version
2015-09-02 21:00:55 -07:00
Chris R d927314047 Add missing namespaces. 2015-08-31 10:23:01 -07:00