Skip to content

update

update #87

Triggered via push January 28, 2024 11:58
Status Success
Total duration 1m 9s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-dotnet@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
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#L6
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#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)
build: 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)
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/PwFido2RegisterController.cs#L158
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: StsServerIdentity/Fido2/FidoStoredCredential.cs#L21
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.