Add PII package #95
Annotations
12 warnings
|
|
DeviceFlowWeb/MissingSecurityHeaders.cs#L17
Use IHeaderDictionary.Append or the indexer to append or set headers. IDictionary.Add will throw an ArgumentException when attempting to add a duplicate key. (https://aka.ms/aspnet/analyzers)
|
DeviceFlowWeb/MissingSecurityHeaders.cs#L24
Use IHeaderDictionary.Append or the indexer to append or set headers. IDictionary.Add will throw an ArgumentException when attempting to add a duplicate key. (https://aka.ms/aspnet/analyzers)
|
IdentityStandaloneMfa/Migrations/20191220064544_init.cs#L6
The type name 'init' only contains lower-cased ascii characters. Such names may become reserved for the language.
|
IdentityStandaloneMfa/Migrations/20191220064544_init.Designer.cs#L13
The type name 'init' only contains lower-cased ascii characters. Such names may become reserved for the language.
|
IdentityStandaloneMfa/Areas/Identity/Pages/Account/Manage/DownloadPersonalData.cshtml.cs#L46
Use IHeaderDictionary.Append or the indexer to append or set headers. IDictionary.Add will throw an ArgumentException when attempting to add a duplicate key. (https://aka.ms/aspnet/analyzers)
|
IdentityStandaloneUserCheck/Areas/Identity/Pages/Account/Manage/DownloadPersonalData.cshtml.cs#L52
Use IHeaderDictionary.Append or the indexer to append or set headers. IDictionary.Add will throw an ArgumentException when attempting to add a duplicate key. (https://aka.ms/aspnet/analyzers)
|
StsServerIdentity/Areas/Identity/Pages/Account/LoginFido2Mfa.cshtml.cs#L14
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
StsServerIdentity/Fido2/Fido2Store.cs#L17
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
StsServerIdentity/Fido2/Fido2Store.cs#L36
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
StsServerIdentity/Fido2/Fido2Store.cs#L102
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
This job succeeded
Loading