Граф коммитов

538 Коммитов

Автор SHA1 Сообщение Дата
Nate McMaster 9518bec5b6 Move UserSecrets extension into current repo (#513)
See also https://github.com/aspnet/UserSecrets/pull/106
2016-09-19 10:28:09 -07:00
Pavel Krymets 1376ae0d92 Fix package name in NuGetPackageVerifier.json 2016-09-09 09:42:57 -07:00
Pavel Krymets 1d08802a7a Fix solution, downgrade package version 2016-09-09 09:41:41 -07:00
Pavel Krymets 76566d1d23 Add Azure KeyVault configuration source (#500) 2016-09-09 09:34:20 -07:00
Doug Bunting f27f7a7086 Increase .travis.yml consistency between repos
- aspnet/Universe#349
- minimize `dotnet` setup time; no need for caching
- build with `--quiet`
2016-09-04 19:25:40 -07:00
Hao Kung 74c68cd6f8 Handle short file json parse errors 2016-08-23 14:32:44 -07:00
Miguel Pinto e82c7aa236 Improved comments AddEnvironmentVariables method
Improved the comment for the prefix parameter in the AddEnvironmentVariables method

Issue https://github.com/aspnet/Configuration/issues/488
2016-08-19 16:23:52 -07:00
John Luo ab5ed47c3c Diable flaky test on linux 2016-08-19 09:24:02 -07:00
Pranav K 290b4989d4 Updating to dotnet.myget.org 2016-08-12 10:15:32 -07:00
Pranav K 3a1a0f9047 Switching to dotnet.myget.org feed 2016-08-09 14:57:08 -07:00
BrennanConroy d2be66281a Update .travis.yml 2016-08-02 13:04:42 -07:00
Hao Kung 0c30cd1668 Skip flaky new file watch test on Linux for now 2016-08-01 16:44:52 -07:00
Hao Kung c202d31481 Add overload for AsEnumerable to makePathsRelative 2016-08-01 15:22:06 -07:00
Hao Kung 5c7af45dfb Increase delays for linux CI test flakiness 2016-07-29 13:04:01 -07:00
Hao Kung dc569023de Dispose command line args enumerator 2016-07-28 14:44:32 -07:00
Hao Kung 3ea670863e Fix reloadOnChanged for missing directory 2016-07-28 14:44:00 -07:00
Pranav K 26786811a0 Pin the version of dotnet-test-xunit to 1.0.0-rc3-00000-01 2016-07-19 11:13:25 -07:00
Sock fffd0c44ce Update FindOpenGenericInterface to return the type itself if it is the interface 2016-07-11 12:56:18 -07:00
Sock f10322800c Add unit test confirming desired IDictionary binding behaviour
Should be able to bind an already initialised IDictionary, in the same way as you can an IList
2016-07-11 12:56:18 -07:00
Sock c2979962de Add unit test for binding of already initialized list interface
This documents existing behaviour where an IList<T> can be bound if the list is initialised
2016-07-11 12:56:18 -07:00
Doug Bunting 07c5cb71bb 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-06 22:00:09 -07:00
Pranav K e53f86abe5 Bring back global.json 2016-07-05 12:48:05 -07:00
Pranav K 6d81ba7656 Add framework assemblies required to run tests without src 2016-07-05 12:01:37 -07:00
Pranav K 0fa5bbb6c6 Updating to RTM builds of xunit 2016-07-01 14:51:29 -07:00
Hao Kung 02c2048537 Show absolute path for PhysicalFileProvider missing files 2016-06-29 16:06:46 -07:00
Pranav K abeee414f2 Updating json files to pin versions and build files to pin KoreBuild 2016-06-27 13:51:06 -07:00
Pranav K 49c545c428 Updating NuGet.config 2016-06-27 13:50:09 -07:00
Pranav K 6598ad7c55 Updating to dev versions 2016-06-16 10:39:49 -07:00
jacalvar 34fa0b0538 Merge branch 'release' into dev 2016-06-15 14:41:11 -07:00
jacalvar a7403feb8f Update Json.NET to 9.0.1 2016-06-15 14:41:09 -07:00
Pranav K e5e8ebada8 Merge branch 'release' into dev 2016-06-14 16:28:31 -07:00
Pranav K 470a928c1b Updating to release. 2016-06-14 16:22:00 -07:00
N. Taylor Mullen d8fd6d5745 Remove direct Microsoft.NETCore.Platforms dependency.
- Microsoft.NETCore.App now pulls this package in.

aspnet/Coherence-Signed#344
2016-06-13 15:27:46 -07:00
Hao Kung e1b7960f22 Update doc comments 2016-06-13 15:05:59 -07:00
jacalvar b4c6a630bb Remove unncessary imports 2016-06-08 12:53:42 -07:00
jacalvar 1081e86fe9 Update Json.NET to 9.0.1-beta1 2016-06-03 12:38:07 -07:00
Hao Kung c948517e03 Update test to use random filename 2016-06-02 16:25:18 -07:00
Hao Kung 9ab8e511ff Disable new flaky test 2016-06-02 16:07:27 -07:00
Hao Kung eae76e386e Fix reloadOnChange for delete 2016-06-02 13:51:16 -07:00
Cesar Blum Silveira d56b5bfe46 Fix OSX build on Travis. 2016-05-27 11:38:21 -07:00
John Luo dca27738fd React to updated CoreCLR packages
https://github.com/aspnet/Coherence/issues/97
2016-05-26 18:20:03 -07:00
Hao Kung 009a062fc6 Bring back absolute path support
Also add IFileProvider overload in place of delegate
2016-05-26 12:54:10 -07:00
Hao Kung 9a8825a639 Remove duplicate Load 2016-05-25 15:08:38 -07:00
Pranav K 8a2369c8f0 Revert "React to updated CoreCLR packages"
This reverts commit 4f2efde39b.
2016-05-18 09:43:43 -07:00
John Luo 4f2efde39b React to updated CoreCLR packages
https://github.com/aspnet/Coherence/issues/97
2016-05-17 14:57:30 -07:00
Pranav K ce7dce1d61 Merge branch 'release' into dev 2016-05-02 14:55:35 -07:00
Pranav K ad35877a5c Fix build warnings 2016-05-02 11:27:07 -07:00
Hao Kung c634cacf4e Merge branch 'release' into dev 2016-04-26 16:40:35 -07:00
Hao Kung 7e98d3c1dc API tweaks
- Remove old ReloadOnChange extensions
- Add overloads with reloadOnChange
2016-04-25 15:03:31 -07:00
Pranav K 566111d1e5 Merge branch 'release' into dev 2016-04-19 14:53:53 -07:00