Fix interpreter issues and prevent multple kerning operations #1113
Annotations
10 warnings
|
DotNet Build Preview:
samples/DrawWithImageSharp/Program.cs#L325
Specify a culture or use an invariant version to avoid implicit dependency on current culture (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1311)
|
|
DotNet Build Preview:
samples/DrawWithImageSharp/Program.cs#L324
Specify a culture or use an invariant version to avoid implicit dependency on current culture (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1311)
|
|
DotNet Build Preview:
samples/DrawWithImageSharp/TextAlignmentSample.cs#L24
Prefer the generic overload 'System.Enum.GetValues<TEnum>()' instead of 'System.Enum.GetValues(System.Type)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2263)
|
|
DotNet Build Preview:
samples/DrawWithImageSharp/TextAlignmentSample.cs#L22
Prefer the generic overload 'System.Enum.GetValues<TEnum>()' instead of 'System.Enum.GetValues(System.Type)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2263)
|
|
DotNet Build Preview:
samples/DrawWithImageSharp/TextAlignmentWrapped.cs#L27
Prefer the generic overload 'System.Enum.GetValues<TEnum>()' instead of 'System.Enum.GetValues(System.Type)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2263)
|
|
DotNet Build Preview:
samples/DrawWithImageSharp/TextAlignmentWrapped.cs#L25
Prefer the generic overload 'System.Enum.GetValues<TEnum>()' instead of 'System.Enum.GetValues(System.Type)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2263)
|
|
DotNet Build Preview:
samples/DrawWithImageSharp/Program.cs#L82
Single-line comment should be preceded by blank line (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1515.md)
|
|
DotNet Build Preview:
samples/DrawWithImageSharp/Program.cs#L82
Single-line comments should not be followed by blank line (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1512.md)
|
|
DotNet Build Preview:
samples/DrawWithImageSharp/Program.cs#L79
Unreachable code detected
|
|
DotNet Build Preview:
src/UnicodeTrieGenerator/StateAutomation/Grammar.peg#L52
The rule 'repetition' is never used.
|
Loading