code-ql analysis #295
Annotations
2 warnings
Analyze (csharp):
src/DotNet.GitHub/GitHubJsonSerializerContext.cs#L6
The member 'DotNet.GitHub.GitHubJsonSerializerContext' has been annotated with 'JsonStringEnumConverter' which is not supported in native AOT. Consider using the generic 'JsonStringEnumConverter<TEnum>' instead. (https://learn.microsoft.com/dotnet/fundamentals/syslib-diagnostics/syslib1034)
|
Analyze (csharp):
src/DotNet.GitHub/GitHubJsonSerializerContext.cs#L6
The member 'DotNet.GitHub.GitHubJsonSerializerContext' has been annotated with 'JsonStringEnumConverter' which is not supported in native AOT. Consider using the generic 'JsonStringEnumConverter<TEnum>' instead. (https://learn.microsoft.com/dotnet/fundamentals/syslib-diagnostics/syslib1034)
|