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
.vsconfig
CreateTestCert.ps1
DataProtection.sln
NuGetPackageVerifier.json
Provision-AutoGenKeys.ps1
README.md
build.cmd
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