Hao Kung
dd0036b9b5
Bump timeout on test
2017-05-23 12:05:02 -07:00
Hao Kung
71c44e627f
Revert "Disable test"
...
This reverts commit 6f008395dd
.
2017-05-23 12:04:01 -07:00
Alex Chaloux
648ddd0ecd
Issue #546 : Add support for configurations with dictionaries keyed by enums ( #655 )
2017-05-19 12:25:27 -07:00
Petr Onderka
74e22a1338
Use invariant culture in JSON parser ( #657 )
2017-05-19 12:24:12 -07:00
Kiran Challa
db146cf6ca
Updated projects to use net461
2017-05-18 17:21:47 -07:00
Meir017
f6189e8ee3
Update ConfigurationReloadToken.cs ( #656 )
...
Improved documentation
2017-05-16 13:39:25 -07:00
Nate McMaster
4900c5975b
Upgrade test framework versions
2017-05-15 16:11:38 -07:00
John Luo
12cb5d0802
Merge rel/2.0.0-preview1 into dev
...
Update Microsoft.Azure.KeyVault to 2.2.1-preview
2017-05-05 12:54:58 -07:00
John Luo
8abcea2f6a
Revert "Revert "Update Microsoft.Azure.KeyVault to 2.2.1-preview""
...
This reverts commit 8d85f1641b
.
2017-05-05 12:51:14 -07:00
Mike Harder
8d85f1641b
Revert "Update Microsoft.Azure.KeyVault to 2.2.1-preview"
...
This reverts commit 444f72389a
.
2017-05-05 11:47:43 -07:00
John Luo
444f72389a
Update Microsoft.Azure.KeyVault to 2.2.1-preview
2017-05-05 11:30:59 -07:00
Pavel Krymets
82fc2fe581
Merge branch 'rel/2.0.0-preview1' into dev
2017-05-05 10:15:41 -07:00
Pavel Krymets
eddb761ed7
Update InternalAspNetCoreSdkVersion
2017-05-05 10:15:31 -07:00
Pranav K
3bb1db6798
Merge remote-tracking branch 'origin/rel/2.0.0-preview1' into dev
2017-05-01 22:01:38 -07:00
Pranav K
815209ff79
Use the bundled NETStandard.Library package in netstandard targeting libraries
2017-05-01 12:39:03 -07:00
Nate McMaster
9b633a4305
Merge branch 'rel/2.0.0-preview1' into dev
2017-04-27 12:21:47 -07:00
Nate McMaster
9822feb629
Update travis and appveyor settings to build rel/* branches and add solution items to .sln file
2017-04-27 12:16:25 -07:00
Nate McMaster
3f079dbcc1
Add overloads to AddUserSecrets with optional flag
2017-04-27 12:16:15 -07:00
Pranav K
c25ffd0205
Updating package version to preview2
2017-04-26 07:12:39 -07:00
Pranav K
1b6353c8ab
Merge branch 'rel/2.0.0-preview1' into dev
2017-04-25 22:01:16 -07:00
Pranav K
a514a65238
Branching for 2.0.0-preview1
2017-04-25 22:01:13 -07:00
Pranav K
9dfd49a623
Use Bundled NETStandard.Library \ NETCoreApp versions instead of explicitly specifying one
2017-04-25 11:04:07 -07:00
Smit Patel
cd3c0cf22b
Update API Check related files
...
React to aspnet/BuildTools#238
2017-04-25 08:18:05 -07:00
Nate McMaster
288a27444d
UserSecrets: remove build warning and tweak runtime error
2017-04-20 11:31:22 -07:00
Pranav K
3c40381428
Updating versions to 2.0.0-preview1
2017-04-03 21:41:08 -07:00
Pranav K
6ab0412871
Remove unused project.json
2017-04-03 21:34:32 -07:00
Pranav K
d6ee704c38
Updating to 2.0.0 Internal.AspNetCore.Sdk
2017-03-29 11:30:32 -07:00
Simon Wendel
7715691f74
Fix typo in IConfigurationBuilder XML comment
...
Change the word "configuation" to "configuration".
2017-03-29 17:41:10 +02:00
Simon Wendel
1e0d814221
Fix typo in ConfigurationBuilder XML comment
...
Change the word "configuation" to "configuration".
2017-03-29 17:39:42 +02:00
Kiran Challa
689c771483
Upgraded Json.NET version to 10.0.1
2017-03-28 10:43:52 -07:00
Doug Bunting
eba52fc440
Disable API Check for package that we have not yet released
2017-03-25 15:27:05 -07:00
Pranav K
9da288521f
Remove net451 as a cross-compile target
2017-03-24 14:58:00 -07:00
Jass Bagga
6f008395dd
Disable test
...
See #628
2017-03-22 12:46:35 -07:00
Kiran Challa
c0382f8ff5
Changed test projects to run on netcoreapp2.0
2017-03-21 12:54:11 -07:00
Nate McMaster
e4efc84f3f
Update Travis to macOS Sierra
...
[skip appveyor]
2017-03-21 11:47:21 -07:00
Nate McMaster
3e18b84eb3
Unify dependency versions via one file and remove workarounds
2017-03-15 11:32:48 -07:00
Nate McMaster
6a86bab0d7
Update appveyor and travis settings
2017-03-14 13:39:51 -07:00
David Fowler
e0ef36a5c6
Merge pull request #616 from aspnet/no-mono
...
No mono
2017-03-09 13:34:51 -08:00
David Fowler
701c8c83a3
Update .travis.yml
2017-03-08 20:19:53 -08:00
Nate McMaster
8d0fa6efce
Update AppVeyor and Travis settings
2017-03-01 18:25:51 -08:00
Nate McMaster
7b2b96bb8a
Change korebuild branch and fix argument forwarding in bootstrapper
2017-03-01 18:14:13 -08:00
Nate McMaster
3dae6a01f7
Remove obsolete code and tests from user secrets
...
- Resolves #550 - remove obsolete APIs that relied on project.json and their tests.
- Improves the runtime error when the user secret ID assembly attribute is not found. Adds suggestions for how to resolve the error.
- Cleanup functional test to use xunit logging.
- Remove unused strings
- Rename ConfigurationExtensions type to avoid typename collisions
- Drop TFM requirement from netstandard1.5 to netstandard1.3
- Fixup XML docs for user secrets
2017-02-28 15:52:14 -08:00
Nate McMaster
5ce342035c
Rename repo.targets => repo.props
2017-02-16 09:48:23 -08:00
Nate McMaster
1195260dac
React to aspnet/Korebuild#160
2017-02-16 09:20:52 -08:00
Nate McMaster
7b1f507edc
Downgrade to stable packages
2017-02-15 12:28:56 -08:00
Nate McMaster
50d6fe59fe
Align targets layout in package with supported frameworks
2017-02-15 10:28:02 -08:00
Doug Bunting
1dd72cdaa4
Bump test projects up to .NET 4.5.2
...
- aspnet/Testing#248
- xUnit no longer supports .NET 4.5.1
- build tests for desktop .NET only on Windows
- except Microsoft.Extensions.Configuration.AzureKeyVault.Test project; that will be handled differently
2017-02-13 16:36:47 -08:00
Nate McMaster
b8fce10f6a
Obsolete .AddUserSecrets()
...
.AddUserSecrets() depended on the existence of a file named project.json
With the move to MSBuild, project.json may not exist. This overload will
fail in common design-time scenarios.
The recommended replacement is .AddUserSecrets<T>(), where T is your
Startup class in an ASP.NET Core project, or .AddUserSecrets(string id)
where id is your user secrets id.
This updates the runtime error and obsolete message to redirect users
to more stable overloads.
2017-02-08 17:27:43 -08:00
Nate McMaster
15b0693a7b
Remove x86 and x64 solution configurations ( #593 )
2017-02-08 11:12:43 -08:00
Hao Kung
2519ffc7fc
Add docker secrets config provider
2017-01-31 15:21:57 -08:00