Skip to content

Merge pull request #50 from damienbod/dotnet9release #106

Merge pull request #50 from damienbod/dotnet9release

Merge pull request #50 from damienbod/dotnet9release #106

Triggered via push November 12, 2024 21:16
Status Success
Total duration 59s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: 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)
build: 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)
build: IdentityStandaloneMfa/Migrations/20191220064544_init.cs#L5
The type name 'init' only contains lower-cased ascii characters. Such names may become reserved for the language.
build: 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.
build: IdentityStandaloneMfa/Areas/Identity/Pages/Account/Manage/DownloadPersonalData.cshtml.cs#L41
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: IdentityStandaloneUserCheck/Areas/Identity/Pages/Account/Manage/DownloadPersonalData.cshtml.cs#L47
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: 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.
build: StsServerIdentity/Fido2/Fido2Store.cs#L17
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: StsServerIdentity/Fido2/Fido2Store.cs#L36
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: StsServerIdentity/Fido2/Fido2Store.cs#L102
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.