Skip to content

Implement IDownstreamApi overloads that take JsonTypeInfo<T> as a parameter to enable source generated Json deserialization for NativeAOT #2575

Implement IDownstreamApi overloads that take JsonTypeInfo<T> as a parameter to enable source generated Json deserialization for NativeAOT

Implement IDownstreamApi overloads that take JsonTypeInfo<T> as a parameter to enable source generated Json deserialization for NativeAOT #2575

Triggered via pull request August 22, 2024 09:47
Status Success
Total duration 6m 10s
Artifacts

codeql-analysis.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

6 warnings
Analyse: tests/Microsoft.Identity.Web.Test.Common/Mocks/QueryStringParser.cs#L60
'string.Replace(string, string?)' has a method overload that takes a 'StringComparison' parameter. Replace this call in 'Microsoft.Identity.Web.Test.Common.Mocks.QueryStringParser.UrlDecode(string)' with a call to 'string.Replace(string, string?, System.StringComparison)' for clarity of intent. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1307)
Analyse
This run of the CodeQL Action does not have permission to access Code Scanning API endpoints. As a result, it will not be opted into any experimental features. This could be because the Action is running on a pull request from a fork. If not, please ensure the Action has the 'security-events: write' permission. Details: Resource not accessible by integration
Analyse
Feature flags do not specify a default CLI version. Falling back to the CLI version shipped with the Action. This is 2.18.2.