Commit Graph

297 Commits

Author SHA1 Message Date
N. Taylor Mullen cc9873ae6c Unique-ify extension types to not be ambiguous.
- Also updated test class names to reflect new extension naming.

#148
2016-05-26 10:31:13 -07:00
Cesar Blum Silveira d1bacbf41e Fix makefile. 2016-05-25 21:27:49 -07:00
Cesar Blum Silveira d45cfd872f Don't break the CI. 2016-05-25 21:11:14 -07:00
Pavel Krymets a4118e75aa Fix DataProtection after build globbing changes will go in 2016-05-24 15:33:28 -07:00
Pranav K e8faec59f0 Fixing schema change warnings 2016-05-18 19:09:57 -07:00
Pranav K 297c5d3ac0 Revert "React to updated CoreCLR packages"
This reverts commit b7be616f83.
2016-05-18 09:44:03 -07:00
John Luo b7be616f83 React to updated CoreCLR packages
https://github.com/aspnet/Coherence/issues/97
2016-05-17 15:45:07 -07:00
Pranav K 9834102242 Merge branch 'release' into dev 2016-05-05 07:14:59 -07:00
Pranav K 0216221e50 Revert "Fix DataProtection after build globbing changes will go in"
This reverts commit f0ddc81e07.
2016-05-05 07:14:25 -07:00
Pavel Krymets 255a6dec63 Merge branch 'release' into dev 2016-05-04 12:21:38 -07:00
Pavel Krymets 95d86a3070 Fix issue with build script producing empty packages 2016-05-04 12:20:59 -07:00
Pavel Krymets aad85220df Merge branch 'release' into dev 2016-05-04 11:10:43 -07:00
Pavel Krymets f0ddc81e07 Fix DataProtection after build globbing changes will go in 2016-05-04 11:00:14 -07:00
Pranav K e9369bfb99 Merge branch 'release' into dev 2016-05-02 14:55:40 -07:00
Pranav K 5abd3bf076 Fix build warnings 2016-05-02 11:27:08 -07:00
Pranav K 2762e492bc Merge branch 'release' into dev 2016-04-26 09:27:29 -07:00
Pranav K 5e81b89378 Replace IApplicationEnvironment with IHostingEnvironment 2016-04-25 16:54:35 -07:00
Pranav K bc4900d46b Merge branch 'release' into dev 2016-04-19 14:53:54 -07:00
Pranav K 36d84468fa Use latest build of dotnet-test-xunit 2016-04-19 14:53:54 -07:00
Pavel Krymets 63715c4ad5 Merge branch 'release' into dev 2016-04-18 16:48:02 -07:00
Pavel Krymets a20299eeeb Bring Microsoft.NETCore.Platforms dependency back 2016-04-18 16:47:48 -07:00
Pavel Krymets c01981d6dc Merge branch 'release' into dev 2016-04-18 08:38:10 -07:00
Pavel Krymets 6aca37fe5e Migrate tests, tools and samples to portable 2016-04-18 08:37:56 -07:00
Pranav K 2fbbeb75c6 Merge branch 'release' into dev 2016-04-08 06:48:39 -07:00
Pranav K 31732c3d91 Removing imports from src projects 2016-04-08 06:48:39 -07:00
Ajay Bhargav Baaskaran c971250f2e Merge branch 'release' into dev 2016-04-06 14:42:07 -07:00
Ajay Bhargav Baaskaran 5654310a68 [Fixes #130] Added few DataProtectionProvider.Create overloads 2016-04-06 13:10:55 -07:00
Pranav K c3fca6cb2b Merge branch 'release' into dev 2016-04-06 09:46:17 -07:00
Pranav K 8a592d1bee Updating to release. 2016-04-06 09:46:14 -07:00
BrennanConroy f5944178e2 React to logging changes 2016-04-01 11:58:24 -07:00
Victor Hurdugaci f540174114 Webhook notifications 2016-03-30 15:01:44 -07:00
Eilon Lipton 7cace9a7fe Fix package metadata 2016-03-24 23:50:57 -07:00
Pranav K f2a42d1f71 Reacting to CoreCLR package changes 2016-03-23 13:00:46 -07:00
Pranav K be1b128dbf Use build-compile from KoreBuild 2016-03-23 08:46:25 -07:00
Pranav K 8503e161d0 Reacting to CoreCLR package changes 2016-03-19 11:43:51 -07:00
Pranav K 6ad27bb705 * Remove xunit.runner.console reference
* Replace ExceptionAssert2.ThrowsArgumentNull with
 ExceptionAssert.ThrowsArgumentNull
2016-03-17 17:11:49 -07:00
Cesar Blum Silveira f46b3a2db6 Build only if src directory exists. 2016-03-15 04:47:10 -07:00
jacalvar aa1495deb0 [Fixes #120, Fixes #121, Fixes #122] Make data protection follow the options model
* Add an IDataProtectionBuilder interface and move methods on DataProtectionConfiguration
  to extension methods on IDataProtectionBuilder.
* Make AddDataProtection return an IDataProtectionBuilder instance for further configuration.
* Make AddDataProtection take in an action with a GlobalConfigurationOptions parameter instead
  of a DataProtectionConfiguration parameter.
* Make DataProtectionProvider static
* Remove ConfigureGlobalOptions
* Change Option suffix in classes that are not actually options to Settings.
* Add extension method for configuring key management options.
* Cleanups.
2016-03-15 15:20:59 -07:00
Pranav K 64f7eff322 Fixing CI build break 2016-03-15 12:39:38 -07:00
Cesar Blum Silveira 89a7fe8c81 ASP.NET 5 -> ASP.NET Core 2016-03-14 21:46:27 -07:00
Pranav K 3d4e0d41c8 Fixing CI build failure 2016-03-11 13:44:34 -08:00
Brice Lambson 9750924973 Don't reference facades 2016-03-10 13:05:04 -08:00
Nate McMaster a82ce85f66 Fix backslashes in yml config.
[ci skip]
2016-03-09 17:44:48 -08:00
Nate McMaster a317760000 Limit the branches that build on our public CI.
[ci skip]
2016-03-09 16:35:07 -08:00
Victor Hurdugaci eeff404a24 Update the build scripts to the latest version 2016-03-07 20:54:56 -08:00
Ajay Bhargav Baaskaran 078cbb5d78 Added Company, Copyright and Product attributes to AssemblyInfo 2016-03-03 17:32:02 -08:00
Pranav K 73cf5b3f84 Fixing build break 2016-03-02 17:07:03 -08:00
Doug Bunting a424475be7 Remove project name from output path
- aspnet/Coherence-Signed#187
- remove `<RootNamespace>` settings but maintain other unique aspects e.g. `<DnxInvisibleContent ... />`
- in a few cases, standardize on VS version `14.0` and not something more specific
2016-03-02 16:36:52 -08:00
N. Taylor Mullen d33c2ac377 Transition to netstandard.
- dotnet5.X => netstandard1.y (where y = x-1).
- DNXCore50 => netstandardapp1.5.
- Applied the same changes to ifdefs.
2016-03-01 13:31:31 -08:00
Victor Hurdugaci 5cf18e31e7 Return the error code from build.cmd 2016-02-28 10:12:12 -08:00