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
Ajay Bhargav Baaskaran
3007398648
Enabled xml doc generation
2016-02-19 15:44:54 -08:00
Pranav K
4e68e8f3ab
Reacting to CoreCLR package version changes
2016-02-08 09:33:41 -08:00
N. Taylor Mullen
342676925f
Update ASP.NET 5 versions for ASP.NET Core.
...
See https://github.com/aspnet/Announcements/issues/144 for more information.
2016-01-22 12:39:12 -08:00
N. Taylor Mullen
43dfd15a01
Rename AspNet 5 file contents.
...
See https://github.com/aspnet/Announcements/issues/144 for more information.
2016-01-22 12:32:33 -08:00
N. Taylor Mullen
b87a8001fe
Rename AspNet 5 folders and files.
...
See https://github.com/aspnet/Announcements/issues/144 for more information.
2016-01-22 12:16:08 -08:00
Pranav K
c8aa4c2c51
Reacting to CoreCLR version changes
2016-01-20 20:39:57 -08:00
Hao Kung
f073d0556b
React to OptionsModel => Options
2015-12-21 14:47:58 -08:00
Chris R
3809613618
Add missing System.ComponentModel dependency.
2015-12-17 15:37:20 -08:00
Pranav K
6fabd6f064
Removing unused dependencies
2015-12-07 19:09:28 -08:00
John Luo
79fca22b3b
Reacting to verbose rename
2015-12-07 11:58:53 -08:00
Pranav K
ca3e4669dc
Updating tests to use moq.netcore
2015-11-20 14:40:50 -08:00
Pavel Krymets
09f54d6857
Fix build
2015-11-18 12:38:28 -08:00
Pavel Krymets
c48173c948
Add event ids to all log calls
2015-11-18 11:36:15 -08:00
Hao Kung
0b808ca75a
ConfigureDP => AddDP
2015-11-17 13:46:52 -08:00
Pranav K
d09551af46
Reacting to DependencyInjection changes
2015-11-13 10:30:54 -08:00
Troy Dai
4c97cbb9b2
Update Microsoft.Win32.Registry reference's version
2015-11-12 15:28:21 -08:00
N. Taylor Mullen
ca2629c004
Remove System beta tag in project.json for coreclr packages.
2015-11-12 12:22:57 -08:00
Cesar Blum Silveira
acd8d3d44d
Strong name everything.
2015-11-02 15:32:44 -08:00
Pavel Krymets
bc80dab39d
Compiles and passes tests
2015-10-22 18:15:32 -07:00
Pranav K
1a40e7254d
Switching to using generations TFM
2015-10-21 18:31:51 -07:00
Pranav K
9fc75d395d
Replace NotNullAttribute with thrown exceptions
2015-10-07 18:05:26 -07:00
Cesar Blum Silveira
76cbb57f9a
Fix build on Linux.
2015-10-07 15:06:50 -07:00
Pranav K
ad9d75a599
Renaming Microsoft.Framework.* -> Microsoft.Extensions.*
2015-10-03 15:44:36 -07:00
Pranav K
5bf429d212
Adding NeutralResourcesLanguageAttribute
2015-09-10 16:41:24 -07:00
Hao Kung
a4144caedd
React to options
2015-08-26 16:05:51 -07:00
Pranav K
4342f25ece
Reacting to DI changes
2015-08-11 13:04:40 -07:00
Chris R
9bebd183d7
#396 React to CoreCLR Cryptography package refactoring. Remove transitive dependencies.
2015-08-11 10:34:11 -07:00
Troy Dai
7fe2a43b05
Update CoreCLR versions
2015-08-04 10:15:23 -07:00
Victor Hurdugaci
81e8830c67
React to DNX renames
2015-07-29 00:30:44 -07:00
Pranav K
4103d947f4
Merge remote-tracking branch 'origin/release' into dev
2015-07-16 08:26:01 -07:00
mikary
bbd57217f2
React to API change in DependencyInjection
2015-07-07 14:40:20 -07:00
Victor Hurdugaci
e332375f0e
Add repository information to project files
2015-07-01 19:42:39 -07:00
Troy Dai
430c903f65
Add System.IO to framework assemblies
2015-06-04 10:47:36 -07:00
Pranav K
0d3c29f46a
Reacting to CoreCLR package updates
2015-05-15 09:57:18 -07:00
Troy Dai
2f09b07adc
Package rename: Microsoft.AspNet.DataProtection.Shared -> Microsoft.AspNet.DataProtection.Sources
2015-05-07 10:16:20 -07:00
Troy Dai
fe80a65ffc
React to common package name change
2015-05-07 09:36:15 -07:00
N. Taylor Mullen
c6416f3520
Update LICENSE.txt and license header on files.
2015-05-01 13:45:56 -07:00
Troy Dai
4a58540bdf
React to DNX packages name change
2015-05-01 11:05:09 -07:00
Brennan
d578779fa6
Revert Runtime.Abstractions
2015-04-29 23:58:04 -07:00
Brennan
a1144274a1
React to Interface package renames
2015-04-29 22:42:00 -07:00
Brennan
7ecbee2f7d
Interfaces->Abstractions
2015-04-29 17:21:04 -07:00
Matt Ellis
d386e78ee6
Use $HOME as a possible storage location
...
If LOCALAPPDATA and USERPROFILE are both null (as is the case on
Linux/OSX) use "$HOME/.aspnet" as the root folder for data protection
keys
Fixes #76
2015-04-19 21:52:35 -07:00
Pranav K
8983a03fed
Reacting to changes in OptionsModel
2015-04-16 16:57:44 -07:00
N. Taylor Mullen
8b9b809ecd
Add serviceable attribute to projects.
...
aspnet/DNX#1600
2015-04-07 14:41:49 -07:00
Doug Bunting
19567ad39d
Update .xproj files for Microsoft.Web.AspNet.* -> Microsoft.DNX.* rename
2015-04-02 13:49:24 -07:00
Praburaj
33fa06a25c
Fixing dataprotection on IIS
...
Fixes: https://github.com/aspnet/DataProtection/issues/73
On IIS where there is no user profile, the code tries to always read the 32bit registry view irrespective of the bitness of the worker process. So in case of 64 bit app pools the registry key is null so it falls back to in memory ephemeral repository. On 32 bit app pool it can find an appropriate registry key, but the keyRepositoryDescriptor is not populated resulting in a null reference exception.
Current behavior:
X86 throws
X64 falls back to in memory ephemeral
With fix:
Both X86 and X64 will use DPAPI.
2015-04-01 11:54:24 -07:00
Levi B
d2def94712
Reliability: Tweak comparison in key revocation checks
2015-03-18 15:15:58 -07:00
Levi B
fd08325918
Skip registry checks on non-Windows platforms
2015-03-18 10:42:09 -07:00