Ensure BreakWord wrapping includes at least one glyph #1023
Annotations
11 warnings
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
DotNet Build:
src/UnicodeTrieGenerator/StateAutomation/Grammar.peg#L52
The rule 'repetition' is never used.
|
DotNet Build:
tests/SixLabors.Fonts.Benchmarks/SixLabors.Fonts.Benchmarks/MeasureTextBenchmark.cs#L57
The behavior of 'SystemFonts.Get(string)' could vary based on the current user's locale settings. Replace this call in 'MeasureTextBenchmark.MeasureTextBenchmark()' with a call to 'SystemFonts.Get(string, CultureInfo)'.
|
DotNet Build:
tests/SixLabors.Fonts.Benchmarks/SixLabors.Fonts.Benchmarks/MeasureTextBenchmark.cs#L67
Change MeasureTextBenchmark.Dispose() to call GC.SuppressFinalize(object). This will prevent derived types that introduce a finalizer from needing to re-implement 'IDisposable' to call it.
|
DotNet Build:
src/UnicodeTrieGenerator/StateAutomation/Grammar.peg#L52
The rule 'repetition' is never used.
|
DotNet Build:
tests/SixLabors.Fonts.Tests/TestFonts.cs#L313
'Assembly.CodeBase' is obsolete: 'Assembly.CodeBase and Assembly.EscapedCodeBase are only included for .NET Framework compatibility. Use Assembly.Location.'
|
DotNet Build:
tests/SixLabors.Fonts.Tests/ImageComparison/ImageSimilarityReport.cs#L104
Do not declare static members on generic types
|
DotNet Build:
tests/SixLabors.Fonts.Tests/TextLayoutTests.cs#L852
Non-constant fields should not be visible
|
DotNet Build:
tests/SixLabors.Fonts.Tests/TextLayoutTests.cs#L1235
Elements should be separated by blank line
|
DotNet Build:
tests/SixLabors.Fonts.Tests/TextLayoutTests.cs#L1236
Elements should be separated by blank line
|
DotNet Build:
tests/SixLabors.Fonts.Tests/TextLayoutTests.cs#L1237
Elements should be separated by blank line
|
Loading