Skip to content

Fix for types derived from un-namespaced types. #30

Fix for types derived from un-namespaced types.

Fix for types derived from un-namespaced types. #30

Re-run triggered April 8, 2024 07:25
Status Success
Total duration 4m 33s
Artifacts

codeql.yml

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

Annotations

4 warnings
Analyze (csharp): test/TestCases/napi-dotnet/ComplexTypes.cs#L258
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
Analyze (csharp): test/TestCases/napi-dotnet/NoNamespaceTypes.cs#L53
Non-nullable property 'DelegateProperty' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Analyze (csharp): test/TestCases/napi-dotnet/ComplexTypes.cs#L258
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
Analyze (csharp): test/TestCases/napi-dotnet/NoNamespaceTypes.cs#L53
Non-nullable property 'DelegateProperty' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.