make ready for publishing #2
Annotations
10 warnings
build:
src/Host/Quickstart/SecurityHeadersAttribute.cs#L19
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)
|
build:
src/Host/Quickstart/SecurityHeadersAttribute.cs#L23
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)
|
build:
src/Host/Quickstart/SecurityHeadersAttribute.cs#L33
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)
|
build:
src/Host/Quickstart/SecurityHeadersAttribute.cs#L38
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)
|
build:
src/Host/Views/Account/Login.cshtml#L8
Use of IHtmlHelper.Partial may result in application deadlocks. Consider using <partial> Tag Helper or IHtmlHelper.PartialAsync.
|
build:
src/Host/Views/Consent/Index.cshtml#L19
Use of IHtmlHelper.Partial may result in application deadlocks. Consider using <partial> Tag Helper or IHtmlHelper.PartialAsync.
|
build:
src/Host/Views/Consent/Index.cshtml#L36
Use of IHtmlHelper.Partial may result in application deadlocks. Consider using <partial> Tag Helper or IHtmlHelper.PartialAsync.
|
build:
src/Host/Views/Consent/Index.cshtml#L52
Use of IHtmlHelper.Partial may result in application deadlocks. Consider using <partial> Tag Helper or IHtmlHelper.PartialAsync.
|
build:
src/Host/Quickstart/Account/AccountController.cs#L177
This call site is reachable on all platforms. 'WindowsPrincipal.Identity' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
build:
src/Host/Quickstart/Account/AccountController.cs#L178
This call site is reachable on all platforms. 'WindowsIdentity.Groups' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|