Commit Graph

315 Commits

Author SHA1 Message Date
Pranav K cb68dd8cd3 Switching to dotnet.myget.org feed 2016-08-09 14:57:36 -07:00
Pranav K 8691686dd8 Updating to Moq \ Castle.Core that does not require imports 2016-08-08 12:35:41 -07:00
Ajay Bhargav Baaskaran eb17453322 Merge branch 'ajbaaska/service-desc-cleanup' into dev 2016-08-02 19:22:38 -07:00
BrennanConroy c7074a42e7 Update .travis.yml 2016-08-02 13:11:14 -07:00
Ajay Bhargav Baaskaran 1ad5d0e317 var cleanup 2016-07-28 17:29:06 -07:00
Ajay Bhargav Baaskaran 3733b53700 Removed unnecessary methods in DataProtectionServiceDescriptors 2016-07-28 17:17:27 -07:00
Doug Bunting 4f30dddb14 To de-dupe, we must remove
- part of aspnet/Common#93
- use `WebEncoders` from Common repo

Also let VS have its way w/ test `.xproj` files
2016-07-12 16:24:41 -07:00
Doug Bunting 332e0a0b87 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:03:23 -07:00
Pranav K 12c0f10147 Updating to RTM builds of dotnet-test-xunit and Moq 2016-06-29 16:04:56 -07:00
Pranav K 69fa821522 Updating to dev versions 2016-06-16 10:17:41 -07:00
Pranav K 88cecb106c Merge branch 'release' into dev 2016-06-14 16:28:49 -07:00
Pranav K 13620507c9 Updating to release. 2016-06-14 16:22:21 -07:00
N. Taylor Mullen ed4862dc40 Remove direct Microsoft.NETCore.Platforms dependency.
- Microsoft.NETCore.App now pulls this package in.

aspnet/Coherence-Signed#344
2016-06-13 15:28:27 -07:00
Pavel Krymets b8b0d3894c Try disabling running tests in parallel to fix DataProtectionProviderTests.System_UsesProvidedDirectoryAndCertificate failures 2016-06-09 15:54:43 -07:00
Pavel Krymets 47d3ffdddc Add activator fallback to support rc1 keys 2016-06-03 12:27:17 -07:00
BrennanConroy acb8732ffd Replace PlatformAbstractions with RuntimeInformation 2016-05-27 16:01:59 -07:00
Cesar Blum Silveira 20a365b778 Fix OSX build on Travis. 2016-05-27 11:37:15 -07:00
John Luo 5095594cd3 React to updated CoreCLR packages
https://github.com/aspnet/Coherence/issues/97
2016-05-26 18:26:02 -07:00
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