.NET 8 support (#13) #4
Annotations
1 error and 11 warnings
release
Process completed with exit code 1.
|
release
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/setup-dotnet@v3, actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
release:
DMISharp/Metadata/DMIMetadata.cs#L63
Change 'List<StateMetadata>' in 'DMIMetadata.States' to use 'Collection<T>', 'ReadOnlyCollection<T>' or 'KeyedCollection<K,V>' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1002)
|
release:
DMISharp/Metadata/StateMetadata.cs#L41
Properties should not return arrays (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1819)
|
release:
DMISharp/Metadata/StateMetadata.cs#L61
Change 'Hotspots' to be read-only by removing the property setter (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2227)
|
release:
DMISharp/Metadata/StateMetadata.cs#L61
Change 'List<int[]>' in 'StateMetadata.Hotspots' to use 'Collection<T>', 'ReadOnlyCollection<T>' or 'KeyedCollection<K,V>' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1002)
|
release:
DMISharp/Metadata/DMIMetadata.cs#L63
Change 'List<StateMetadata>' in 'DMIMetadata.States' to use 'Collection<T>', 'ReadOnlyCollection<T>' or 'KeyedCollection<K,V>' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1002)
|
release:
DMISharp/Metadata/StateMetadata.cs#L41
Properties should not return arrays (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1819)
|
release:
DMISharp/Metadata/StateMetadata.cs#L61
Change 'Hotspots' to be read-only by removing the property setter (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2227)
|
release:
DMISharp/Metadata/StateMetadata.cs#L61
Change 'List<int[]>' in 'StateMetadata.Hotspots' to use 'Collection<T>', 'ReadOnlyCollection<T>' or 'KeyedCollection<K,V>' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1002)
|
release:
DMISharp/Metadata/DMIMetadata.cs#L63
Change 'List<StateMetadata>' in 'DMIMetadata.States' to use 'Collection<T>', 'ReadOnlyCollection<T>' or 'KeyedCollection<K,V>' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1002)
|
release:
DMISharp/Metadata/StateMetadata.cs#L41
Properties should not return arrays (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1819)
|