Fix for types derived from un-namespaced types. (#261) #34
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.
|