aspnet/DataProtection

Fix doc comments and add null checks

Closed this issue · 5 comments

Follow up to #134

Need to review doc comments for the public class and update them as necessary along with adding null checks.

Example:
https://github.com/aspnet/DataProtection/blob/dev/src/Microsoft.AspNetCore.DataProtection/EphemeralDataProtectionProvider.cs#L27

@ajaybhargavb will you get to this in the next few days?

@ajaybhargavb will you get to this in the next few days?

Yes

This was mostly already done as part of other issues like #247. I've sent a PR with the missed stuff.

Remaining related issue. dotnet/AspNetCore.Docs#2975