Skip to content

Copyright Headers cleanup #1623

Copyright Headers cleanup

Copyright Headers cleanup #1623

Triggered via pull request July 27, 2023 18:41
Status Success
Total duration 4m 26s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

codeql-analysis.yml

on: pull_request
Matrix: Analyze
Fit to window
Zoom out
Zoom in

Annotations

2 warnings
Analyze (csharp): src/IdentityServer/Hosting/LocalApiAuthentication/LocalApiAuthenticationHandler.cs#L258
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)
Analyze (csharp): src/IdentityServer/Hosting/LocalApiAuthentication/LocalApiAuthenticationHandler.cs#L258
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)