Make sure the classes are public #9
Annotations
11 warnings
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Build:
src/DeckSurf.SDK/Models/ConfigurationProfile.cs#L20
Opening square brackets should not be preceded by a space (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1010.md)
|
Build:
src/DeckSurf.SDK/Models/NativeStructures.cs#L1
The file header is missing or not located at the top of the file. (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1633.md)
|
Build:
src/DeckSurf.SDK/Util/ConfigurationHelper.cs#L27
Closing brace should be preceded by a space (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1013.md)
|
Build:
src/DeckSurf.SDK/Models/CompatibleWithAttribute.cs#L18
An opening brace should not be followed by a blank line (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1505.md)
|
Build:
src/DeckSurf.SDK/Models/NativeStructures.cs#L146
Element should not be on a single line (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1502.md)
|
Build:
src/DeckSurf.SDK/Models/NativeStructures.cs#L148
Element should not be on a single line (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1502.md)
|
Build:
src/DeckSurf.SDK/Util/ImageHelpers.cs#L43
This call site is reachable on all platforms. 'PixelOffsetMode.HighQuality' is only supported on: 'windows' 6.1 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
Build:
src/DeckSurf.SDK/Util/ImageHelpers.cs#L83
This call site is reachable on all platforms. 'ImageConverter' is only supported on: 'windows' 6.1 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
Build:
src/DeckSurf.SDK/Util/ImageHelpers.cs#L96
This call site is reachable on all platforms. 'Icon.Save(Stream)' is only supported on: 'windows' 6.1 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
Build:
src/DeckSurf.SDK/Util/ImageHelpers.cs#L70
This call site is reachable on all platforms. 'Image.FromStream(Stream)' is only supported on: 'windows' 6.1 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
Loading