Skip to content

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

Fix for types derived from un-namespaced types.

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

Re-run triggered April 6, 2024 19:11
Status Success
Total duration 3m 1s
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#L49
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#L49
Non-nullable property 'DelegateProperty' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.