aspnetcore/src/DataProtection
Doug Bunting c4c6e25a06
Add missing doc files and cleanup nits (#22931)
* nit: Remove useless `$(HasReferenceAssembly)` settings
  - set in /Directory.Build.targets
    - `true` only in `$(IsAspNetCoreApp)` projects
* nit: Remove useless `$(CompileUsingReferenceAssemblies)` settings
  - no current versioning differences between ref/ and src/ assemblies when targeting default TFM
* Add more `$(GenerateDocumentationFile)` settings
  - increases the number of generated doc files, mostly without problems
- !fixup! correct typo in `DebugProxyHost` doc comments
    - was not generating a doc file before
  - remove previous (ineffective) src/Components/Directory.Build.targets setting
  - nit: remove a duplicate `$(GenerateDocumentationFile)` setting
* nit: Remove useless `$(IsPackable)` settings
  - only analyzers and implementation projects are packable by default
    - main use case for explicit setting is projects shipping only in shared framework
  - conditional setting in src/Mvc/Directory.Build.props just subset logic in /Directory.Build.targets
* nit: Remove useless `$(IsProjectReferenceProvider)` settings
  - only implementation projects are providers by default
* nit: Remove useless `$(IsTestAssetProject)` settings
  - set in src/Mvc/test/WebSites/Directory.Build.props
* !fixup! Looks like `InProcessNewShimWebSite` must compile w/o ref/ assemblies
  - restore `$(CompileUsingReferenceAssemblies)` in this one project
2020-06-17 13:04:45 -07:00
..
Abstractions Add nullable to DataProtection (#22591) 2020-06-13 20:39:41 -07:00
Cryptography.Internal Add nullable to DataProtection (#22591) 2020-06-13 20:39:41 -07:00
Cryptography.KeyDerivation Add nullable to DataProtection (#22591) 2020-06-13 20:39:41 -07:00
DataProtection Add nullable to DataProtection (#22591) 2020-06-13 20:39:41 -07:00
EntityFrameworkCore Add missing doc files and cleanup nits (#22931) 2020-06-17 13:04:45 -07:00
Extensions Add nullable to DataProtection (#22591) 2020-06-13 20:39:41 -07:00
StackExchangeRedis Add missing doc files and cleanup nits (#22931) 2020-06-17 13:04:45 -07:00
samples Add missing doc files and cleanup nits (#22931) 2020-06-17 13:04:45 -07:00
shared [master] Update dependencies from 3 repositories (#13548) 2019-09-18 19:15:49 +00:00
.vsconfig Add .vsconfig files in root and beside slns 2020-03-31 14:25:44 -07:00
CreateTestCert.ps1
DataProtection.sln fix #19571 by removing dataprotection.azure packages (#19572) 2020-03-06 16:46:42 -08:00
NuGetPackageVerifier.json
Provision-AutoGenKeys.ps1
README.md Drop 'en-us' loc segment from URLs + doc nits (#13410) 2019-08-24 15:13:25 -07:00
build.cmd Replace Internal.AspNetCore.Sdk with Microsoft.DotNet.Arcade.Sdk (#10674) 2019-06-07 17:19:41 -07:00
build.sh
startvs.cmd

README.md

DataProtection

Data Protection APIs for protecting and unprotecting data. You can find documentation for Data Protection in the ASP.NET Core Documentation.

Community Maintained Data Protection Providers & Projects