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

585 Коммитов

Автор SHA1 Сообщение Дата
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
Nate McMaster 371f995196 Upgrade to RC.3 2017-01-19 20:59:00 -08:00
Nate McMaster d67f7ab5a9
Pin sdk version using global.json 2017-01-19 17:08:51 -08:00
BrennanConroy b97cffa372 Change Xunit versions 2017-01-17 16:18:21 -08:00
Nate McMaster 1db235c6a8 React to aspnet/KoreBuild#155
This converts to using Internal.AspNetCore.Sdk instead of importing from the KoreBuild folder directly
2017-01-11 13:55:03 -08:00
Nate McMaster 07da2c57ae Update appveyor image 2017-01-09 10:32:07 -08:00
Nate McMaster cbaeb7cfb3 Ensure msbuild target test cleans up temp directory 2017-01-06 10:46:00 -08:00
Nate McMaster 2a2c06b3d5 Fix test that fails in 'Release' mode 2017-01-05 17:57:03 -08:00
Nate McMaster a91f16ee10 Remove redundant references and fixup MSBuild target test 2017-01-05 17:48:54 -08:00
Nate McMaster 0e6cf70fcc ⬆️ AzureKeyVault to 1.2.0 2017-01-05 16:50:38 -08:00
Nate McMaster 62289cfccf Remove copyright header from targets file 2017-01-05 16:05:38 -08:00
Nate McMaster aff0c1de00
Remove output logging from test that causes invalid TRX format.
Workaround https://github.com/Microsoft/vstest/issues/320
2017-01-05 14:18:11 -08:00
Nate McMaster 8f871c8a82 Upgrade to VS 2017 2017-01-05 12:24:15 -08:00
Pranav K 6bd3d5e52e Updating to 4.4 CoreFx packages 2016-12-21 16:16:09 -08:00
Frank Buckley c9f7e2b98c Correct DefaultKeyVaultSecretManager documentation (#568)
DefaultKeyVaultSecretManager replaces "--" (not "__") with ":"
2016-12-20 11:34:20 -08:00
Pavel Krymets 9806af1c05 Update Microsoft.Azure.KeyVault package version (#570) 2016-12-20 11:30:56 -08:00
Ajay Bhargav Baaskaran bde23a4a55 Removed packages list in NuGetPackageVerifier.json 2016-12-12 00:31:39 -08:00
N. Taylor Mullen ec6c5b0e97 Update .travis.yml osx image to xcode7.3. 2016-12-08 10:02:02 -08:00
Hao Kung ad90b4b35d Decrease timeout for test 2016-12-05 14:16:00 -08:00
Hao Kung 7bd31ce38d Merge remote-tracking branch 'gry/hotfix/broken-build-config-tests' into haok/12-5fix 2016-12-05 12:30:28 -08:00
Sly Gryphon 531361343a Got a working build, so trying to work out which of the changes is the fix 2016-12-02 15:49:44 +10:00