ok but actually the right version this time #16
Annotations
10 errors and 11 warnings
_/DMISharp.Tests/DMICreationTests.cs#L41
System.MissingMethodException : Method not found: 'System.Collections.Generic.IList`1<SixLabors.ImageSharp.Formats.Png.PngTextData> SixLabors.ImageSharp.Formats.Png.PngMetadata.get_TextData()'.
|
_/DMISharp.Tests/DMICreationTests.cs#L22
System.MissingMethodException : Method not found: 'System.Collections.Generic.IList`1<SixLabors.ImageSharp.Formats.Png.PngTextData> SixLabors.ImageSharp.Formats.Png.PngMetadata.get_TextData()'.
|
_/DMISharp.Tests/DMIWriteTests.cs#L89
System.MissingMethodException : Method not found: 'System.Collections.Generic.IList`1<SixLabors.ImageSharp.Formats.Png.PngTextData> SixLabors.ImageSharp.Formats.Png.PngMetadata.get_TextData()'.
|
_/DMISharp.Tests/DMIWriteTests.cs#L186
System.MissingMethodException : Method not found: 'System.Collections.Generic.IList`1<SixLabors.ImageSharp.Formats.Png.PngTextData> SixLabors.ImageSharp.Formats.Png.PngMetadata.get_TextData()'.
|
_/DMISharp.Tests/DMIWriteTests.cs#L16
System.MissingMethodException : Method not found: 'System.Collections.Generic.IList`1<SixLabors.ImageSharp.Formats.Png.PngTextData> SixLabors.ImageSharp.Formats.Png.PngMetadata.get_TextData()'.
|
_/DMISharp.Tests/DMIWriteTests.cs#L146
System.MissingMethodException : Method not found: 'System.Collections.Generic.IList`1<SixLabors.ImageSharp.Formats.Png.PngTextData> SixLabors.ImageSharp.Formats.Png.PngMetadata.get_TextData()'.
|
_/DMISharp.Tests/DMIWriteTests.cs#L24
System.MissingMethodException : Method not found: 'System.Collections.Generic.IList`1<SixLabors.ImageSharp.Formats.Png.PngTextData> SixLabors.ImageSharp.Formats.Png.PngMetadata.get_TextData()'.
|
_/DMISharp.Tests/DMIWriteTests.cs#L106
System.MissingMethodException : Method not found: 'System.Collections.Generic.IList`1<SixLabors.ImageSharp.Formats.Png.PngTextData> SixLabors.ImageSharp.Formats.Png.PngMetadata.get_TextData()'.
|
_/DMISharp.Tests/DMICreationTests.cs#L41
System.MissingMethodException : Method not found: 'System.Collections.Generic.IList`1<SixLabors.ImageSharp.Formats.Png.PngTextData> SixLabors.ImageSharp.Formats.Png.PngMetadata.get_TextData()'.
|
_/DMISharp.Tests/DMICreationTests.cs#L22
System.MissingMethodException : Method not found: 'System.Collections.Generic.IList`1<SixLabors.ImageSharp.Formats.Png.PngTextData> SixLabors.ImageSharp.Formats.Png.PngMetadata.get_TextData()'.
|
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/
|
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)
|
DMISharp/Metadata/StateMetadata.cs#L41
Properties should not return arrays (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1819)
|
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)
|
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)
|
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)
|
DMISharp/Metadata/StateMetadata.cs#L41
Properties should not return arrays (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1819)
|
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)
|
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)
|
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)
|
DMISharp/Metadata/StateMetadata.cs#L41
Properties should not return arrays (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1819)
|
This job failed
Loading