Commit Graph

4954 Commits

Author SHA1 Message Date
Brice Lambson 81d46cfaed Add EntityFramework.Tools 2016-09-21 10:48:13 -07:00
Nate McMaster bdad3123ea React to rename of dotnet-watch to DotNetTools 2016-09-21 10:46:31 -07:00
Nate McMaster 340366332f Remove UserSecrets from list of Universe repos (#457) 2016-09-19 17:04:45 -07:00
Pavel Krymets 00d593f1f2 Fix build error in samples 2016-09-07 10:33:16 -07:00
Pavel Krymets f7c28fe47f Fix Microsoft.AspNetCore.DataProtection.Azure.Blob dependency version in sample and test 2016-09-07 08:29:37 -07:00
Pavel Krymets 7dcbb27b6f Updated Redis repository project to support .NET Core (#175) 2016-09-06 14:10:13 -07:00
Doug Bunting 4cfdc2ecda Increase .travis.yml consistency between repos
- aspnet/Universe#349
- minimize `dotnet` setup time; no need for caching
- build with `--quiet`
2016-09-06 12:13:43 -07:00
Pavel Krymets 0e210dadea Port DataProtection blob XmlRepository (#163) 2016-09-06 08:09:13 -07:00
Pavel Krymets 8f8152f910 Fix build error 2016-09-02 16:16:41 -07:00
Pavel Krymets b340b0f0f7 Add Redis IXmlRepository implementation (#173) 2016-09-02 11:56:47 -07:00
Pranav K aa97e4d777 Fail gracefully when repositories have cycles
Fixes #451
2016-08-26 10:19:21 -07:00
Pranav K 3bf98d2b34 React to AspNetVNext -> AspNetCore feed name change 2016-08-19 11:56:20 -07:00
Pranav K f1118f3693 Add MvcPrecompilation 2016-08-19 10:16:01 -07:00
Pavel Krymets e94106e28c Merge pull request #171 from aspnet/pakrym/pool-user
Detect pool user in script
2016-08-15 08:59:30 -07:00
Pavel Krymets b876319379 Detect pool user in script 2016-08-10 15:19:17 -07:00
Pranav K a80ac8d02e Remove use of aspnetexternal feed
All our external dependencies come from NuGet.org now
2016-08-09 15:18:19 -07:00
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
John Luo e815537907 Add ResponseCaching 2016-07-27 11:05:25 -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
jacalvar 9a993e5f08 Merge branch 'release' into dev 2016-06-15 15:34:07 -07:00
jacalvar 500b4f9ecc Update Json.NET to 9.0.1 2016-06-15 15:33:35 -07:00
Pranav K 88cecb106c Merge branch 'release' into dev 2016-06-14 16:28:49 -07:00
Pranav K 7662b09af7 Merge branch 'release' into dev 2016-06-14 16:28:19 -07:00
Pranav K 13620507c9 Updating to release. 2016-06-14 16:22:21 -07:00
Pranav K e1f86a0c92 Updating to release. 2016-06-14 16:21:47 -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
Pranav K bfa281e24e Use aspnetexternal feed instead of CI share 2016-06-07 17:14:02 -07:00
jacalvar 3160b78f98 Update to Json.NET 9.0.1-beta1 2016-06-06 23:24:03 -07:00
Pranav K 2e29091722 Remove libuv-package from UniverseCoherence 2016-06-06 12:11:23 -07:00
Pavel Krymets 47d3ffdddc Add activator fallback to support rc1 keys 2016-06-03 12:27:17 -07:00
Pranav K 6e8a5ad1e9 Print better error messages if project.json fails to parse 2016-05-31 15:01:57 -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 0e4d154134 Update PinVersion tool use dotnet and v3 NuGet packages 2016-05-24 11:59:41 -07:00
Pranav K 6307533967 Include nuget-verify in default ci-build target 2016-05-20 16:10:08 -07:00
Pranav K 156a010646 Call use-local-coherence as part of CI-test 2016-05-20 15:16:51 -07:00