Add xml doc comments to all public APIs #18
Annotations
12 warnings
|
|
|
|
|
|
src/Flecs.NET/Core/Cursor.cs#L115
'Cursor.GetType()' hides inherited member 'object.GetType()'. Use the new keyword if hiding was intended.
|
src/Flecs.NET/Core/Type.cs#L161
Possible null reference argument for parameter 'str' in 'NativeString.explicit operator NativeString(string str)'.
|
src/Flecs.NET/Polyfill/UnmanagedCallersOnly.cs#L37
Do not declare visible instance fields (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1051)
|
src/Flecs.NET/Polyfill/UnmanagedCallersOnly.cs#L42
Do not declare visible instance fields (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1051)
|
src/Flecs.NET/Core/AppBuilder.cs#L11
AppBuilder should override Equals (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1815)
|
src/Flecs.NET/Core/AppBuilder.cs#L11
AppBuilder should override the equality (==) and inequality (!=) operators (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1815)
|
The logs for this run have expired and are no longer available.
Loading