Skip to content

Fix for types derived from un-namespaced types. (#261) #34

Fix for types derived from un-namespaced types. (#261)

Fix for types derived from un-namespaced types. (#261) #34

Triggered via push April 8, 2024 17:37
Status Success
Total duration 3m 49s
Artifacts

codeql.yml

on: push
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.