Ajay Bhargav Baaskaran
b20e2ccf61
Enabled xml doc generation
2016-02-17 15:33:49 -08:00
Nate Barbettini
c977a3fbb6
Fix typo ( closes #369 )
2016-02-12 11:48:50 -08:00
Nate Barbettini
e34b9c42b0
Typo (JSON should be INI)
2016-02-12 11:47:28 -08:00
Kiran Challa
7fe8675d9f
Enable tests to run using dotnet xunit runner
2016-02-09 22:15:03 -08:00
Pranav K
c9fa37a266
Reacting to CoreCLR package version changes
2016-02-08 09:33:40 -08:00
N. Taylor Mullen
a9dc8cc19c
Update project.json to remove redundant System.Runtime dependency.
...
- This package is pulled in transitively.
2016-02-05 17:21:17 -08:00
Ajay Bhargav Baaskaran
dcb1d0eb87
Updated Json.Net version
2016-02-04 15:53:46 -08:00
John Luo
72f19e9ddf
Relocating dependencies
2016-02-01 18:17:57 -08:00
John Luo
1903045ab7
Updating to new CLI
2016-02-01 15:53:47 -08:00
Brice Lambson
72eed9df63
Remove netcore50
2016-01-28 14:43:36 -08:00
N. Taylor Mullen
6c3755391c
Rename AspNet 5 file contents.
...
See https://github.com/aspnet/Announcements/issues/144 for more information.
2016-01-22 12:19:50 -08:00
Brennan
46c5a237ea
React to FileProviders namespace changes
2016-01-21 16:35:49 -08:00
Pranav K
9465441025
Reacting to CoreCLR package version changes
2016-01-21 09:02:51 -08:00
Pranav K
43f2681501
Reacting to CoreCLR package version changes
2016-01-20 20:29:03 -08:00
Pawel Grudzien
81115be8b1
additional test & code to fix issue #335
2016-01-15 14:32:30 -08:00
Nate McMaster
d36f82bac8
Updating build script
2016-01-14 16:39:30 -08:00
Hao Kung
ba1d9b4cbc
Split Get into Bind/GetValue
2016-01-14 15:17:48 -08:00
Hao Kung
2909753f6c
Add support for chaining configuration
2016-01-07 14:43:17 -08:00
John Luo
062bcbedff
Reverting behaviour change to setting configuration base path
2016-01-05 19:11:35 -08:00
Victor Hurdugaci
9cfd22f1fc
Build with dotnet
2016-01-05 16:28:41 -08:00
Cesar Blum Silveira
f4e4e530b0
Fix infinite loop on empty first key section ( #360 ).
2015-12-30 12:39:15 -08:00
Pranav K
73e162012a
Modify ConfigurationBuilder.GetBasePath() to return an absolute path on Mono
...
Fixes #336
2015-12-15 13:05:13 -08:00
Pranav K
b56dcf547d
Merge branch 'release' into dev
2015-12-11 12:21:54 -08:00
Pranav K
d9f72b8c3d
Updating to release NuGet.config.
2015-12-11 12:21:51 -08:00
Hao Kung
a40563f762
Enable dnxcore xplat tests
2015-12-09 14:43:33 -08:00
Pranav K
f3bdc3a31a
Removing netcore50 tfm from FileProviderExtensions
...
FileProviders.Physical does not target this TFM and produces build errors.
2015-12-08 17:06:59 -08:00
Pranav K
fb25ced6e2
Fixing AppContext version
2015-12-08 16:15:45 -08:00
Doug Bunting
1cdbc73305
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 12:32:26 -08:00
Doug Bunting
ae002e45c2
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 10:53:00 -08:00
N. Taylor Mullen
32eea47159
Remove System beta tag in project.json for coreclr packages.
2015-11-12 12:22:32 -08:00
Kirthi Krishnamraju
a55d0e4e6e
fix #328 : Cleanup unused resource strings
2015-11-05 10:29:43 -08:00
DamianEdwards
fbe03b0709
Merge branch 'release' into dev
2015-11-04 16:52:43 -08:00
damianedwards
37c3070ab1
Added doc-comments for main API
...
- Coherence-Signed#75
2015-11-04 16:52:02 -08:00
Cesar Blum Silveira
fb577c6d22
Merge branch 'release' into dev
2015-11-02 13:08:02 -08:00
Cesar Blum Silveira
dbdaf4ede8
Strong name everything.
2015-10-30 14:29:30 -07:00
Ryan Nowak
787232ff18
Merge branch 'release' into dev
2015-10-28 17:54:23 -07:00
Ryan Nowak
101500e743
Add required attributes
2015-10-28 17:48:54 -07:00
Ryan Nowak
d28a36bc84
Add extension methods to auto-reload a configuration on file change
2015-10-28 17:34:20 -07:00
Pranav K
affa50398e
Merge branch 'release' into dev
2015-10-28 12:49:15 -07:00
Pranav K
854b5d8610
Updating to release NuGet.config.
2015-10-28 12:43:03 -07:00
Louis DeJardin
7ff83a42aa
Adding IChangeToken to IConfiguration
...
* Enables components to watch for changes
* Also fixes a bug in ConfigurationSection.GetSection(key)
2015-10-23 17:06:55 -07:00
Pranav K
6639b955d3
Adding NetCore50 TFM to allow working with RTM UAP template
2015-10-23 09:18:23 -07:00
Kirthi Krishnamraju
7e00f66da3
fix #299 : Remove providers list in ConfigurationBuilder constructor
2015-10-22 10:35:08 -07:00
Pranav K
6cdd73b246
Switching to using dotnet generations TFM
2015-10-21 14:33:36 -07:00
Eilon Lipton
cb7176b23b
Merge pull request #313 from pgrudzien12/dev
...
Configuration providers at BleedingNEdge link
2015-10-17 10:36:40 -07:00
Pawel Grudzien
9990131db2
Configuration providers at BleedingNEdge
2015-10-16 08:50:10 +02:00
Doug Bunting
de218789b8
Fix local build break
2015-10-12 12:49:50 -07:00
Doug Bunting
b6eee17902
React to aspnet/Universe#290 fix
2015-10-12 10:27:10 -07:00
Kirthi Krishnamraju
ead954e194
fix #295 : Make SetBasePath optional
2015-10-12 10:07:27 -07:00
Pranav K
ff1dc034ef
Renaming Microsoft.Framework.* -> Microsoft.Extensions.*
2015-10-03 15:44:32 -07:00