Read latest commit message as string, not array #181
Annotations
10 warnings
Build external tool:
src/SHME.ExternalTool/UI/PoisTab.cs#L395
Dereference of a possibly null reference.
|
Build external tool:
src/SHME.ExternalTool/UI/PoisTab.cs#L417
Dereference of a possibly null reference.
|
Build external tool:
src/SHME.ExternalTool/UI/PoisTab.cs#L422
Dereference of a possibly null reference.
|
Build external tool:
src/SHME.ExternalTool/UI/UtilityTab.cs#L92
Possible null reference argument for parameter 'format' in 'bool CustomMainForm.ParseQFormatString(string format, out int integral, out int fractional)'.
|
Build external tool:
src/SHME.ExternalTool/UI/BasicsTab.cs#L20
If possible, make the underlying type of ButtonFlags System.Int32 instead of ushort (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1028)
|
Build external tool:
src/SHME.ExternalTool/UI/BasicsTab.cs#L20
Rename type name ButtonFlags so that it does not end in 'Flags' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1711)
|
Build external tool:
src/SHME.ExternalTool/AngleConverter.cs#L12
Type 'AngleConverter' is a static holder type but is neither static nor NotInheritable (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1052)
|
Build external tool:
src/SHME.ExternalTool/Ilm.cs#L63
Change 'List<List<int>>' in 'Submesh.PolygonIndices' to use 'Collection<T>', 'ReadOnlyCollection<T>' or 'KeyedCollection<K,V>' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1002)
|
Build external tool:
src/SHME.ExternalTool/Ilm.cs#L61
Change 'List<Vector3>' in 'Submesh.Vertices' to use 'Collection<T>', 'ReadOnlyCollection<T>' or 'KeyedCollection<K,V>' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1002)
|
Build external tool:
src/SHME.ExternalTool/Graphics/Camera.cs#L311
Do not declare visible instance fields (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1051)
|
The logs for this run have expired and are no longer available.
Loading