aspnetcore/src/DataProtection
Doug Bunting 31bd4d4b1d
[release/5.0] Correct baseline checks (#25227)
- mostly duplicates #25217
- update `BaselineGenerator` to produce baselines useful in 6.0 (too)
- update Baseline.Designer.props using new generator (matching 3.1.7 release)
- always suppress references expressed only in `*.nuspec` files
  - needed even in servicing builds
- restore warning and errors about removed references (new for 5.0)
  - adjust exclusions to handle `@(_ProjectReferenceByAssemblyName)` removal

nit: do not generate empty `<ItemGroup />` elements

* Correct `@(SuppressBaselineReference)` items
  - remove out-of-date `@(SuppressBaselineReference)` items
    - either 3.1.7 baselines we're using don't include reference or still using package
    - fix some comments and `Condition` attributes to make remainder easy to find
  - add missing `@(SuppressBaselineReference)` items
2020-08-28 09:53:20 -07:00
..
Abstractions Add net461 TFM to netstandard2.0 projects (#25094) 2020-08-27 16:05:40 -07:00
Cryptography.Internal Add net461 TFM to netstandard2.0 projects (#25094) 2020-08-27 16:05:40 -07:00
Cryptography.KeyDerivation Add net461 TFM to netstandard2.0 projects (#25094) 2020-08-27 16:05:40 -07:00
DataProtection [release/5.0] Correct baseline checks (#25227) 2020-08-28 09:53:20 -07:00
EntityFrameworkCore
Extensions Add net461 TFM to netstandard2.0 projects (#25094) 2020-08-27 16:05:40 -07:00
StackExchangeRedis Add net461 TFM to netstandard2.0 projects (#25094) 2020-08-27 16:05:40 -07:00
samples
shared
.vsconfig
CreateTestCert.ps1
DataProtection.slnf
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