Add .NET 10.0 target framework support to all projects and CI workflow #269
Annotations
5 errors and 20 warnings
|
build (ubuntu-latest)
Process completed with exit code 1.
|
|
build (windows-latest)
The strategy configuration was canceled because "build.ubuntu-latest" failed
|
|
build (windows-latest)
The operation was canceled.
|
|
build (macos-latest)
The strategy configuration was canceled because "build.ubuntu-latest" failed
|
|
build (macos-latest)
The operation was canceled.
|
|
build (ubuntu-latest):
PdfAValidator/Report.cs#L285
Change 'Entries' to be read-only by removing the property setter (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2227)
|
|
build (ubuntu-latest):
PdfAValidator/Report.cs#L173
Change 'List<Rule>' in 'Details.Rule' to use 'Collection<T>', 'ReadOnlyCollection<T>' or 'KeyedCollection<K,V>' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1002)
|
|
build (ubuntu-latest):
PdfAValidator/Report.cs#L121
Change 'List<Check>' in 'Rule.Check' to use 'Collection<T>', 'ReadOnlyCollection<T>' or 'KeyedCollection<K,V>' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1002)
|
|
build (ubuntu-latest):
PdfAValidator/Report.cs#L47
Change 'List<ReleaseDetails>' in 'BuildInformation.ReleaseDetails' to use 'Collection<T>', 'ReadOnlyCollection<T>' or 'KeyedCollection<K,V>' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1002)
|
|
build (ubuntu-latest):
PdfAValidator/PdfAValidator.cs#L438
Dereference of a possibly null reference.
|
|
build (ubuntu-latest):
PdfAValidator/PdfAValidator.cs#L433
Possible null reference argument for parameter 'path1' in 'string Path.Combine(string path1, string path2)'.
|
|
build (ubuntu-latest):
PdfAValidator/PdfAValidator.cs#L353
Possible null reference return.
|
|
build (ubuntu-latest):
PdfAValidator/PdfAValidator.cs#L353
Converting null literal or possible null value to non-nullable type.
|
|
build (ubuntu-latest):
PdfAValidator/PdfAValidator.cs#L93
Possible null reference argument for parameter 'path' in 'void Directory.Delete(string path, bool recursive)'.
|
|
build (ubuntu-latest):
PdfAValidator/Report.cs#L352
Possible null reference return.
|
|
build (macos-latest):
PdfAValidator/Report.cs#L285
Change 'List<FeatureEntry>' in 'InformationDict.Entries' to use 'Collection<T>', 'ReadOnlyCollection<T>' or 'KeyedCollection<K,V>' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1002)
|
|
build (macos-latest):
PdfAValidator/Report.cs#L285
Change 'Entries' to be read-only by removing the property setter (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2227)
|
|
build (macos-latest):
PdfAValidator/Report.cs#L173
Change 'List<Rule>' in 'Details.Rule' to use 'Collection<T>', 'ReadOnlyCollection<T>' or 'KeyedCollection<K,V>' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1002)
|
|
build (macos-latest):
PdfAValidator/Report.cs#L121
Change 'List<Check>' in 'Rule.Check' to use 'Collection<T>', 'ReadOnlyCollection<T>' or 'KeyedCollection<K,V>' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1002)
|
|
build (macos-latest):
PdfAValidator/PdfAValidator.cs#L438
Dereference of a possibly null reference.
|
|
build (macos-latest):
PdfAValidator/PdfAValidator.cs#L433
Possible null reference argument for parameter 'path1' in 'string Path.Combine(string path1, string path2)'.
|
|
build (macos-latest):
PdfAValidator/PdfAValidator.cs#L353
Possible null reference return.
|
|
build (macos-latest):
PdfAValidator/PdfAValidator.cs#L353
Converting null literal or possible null value to non-nullable type.
|
|
build (macos-latest):
PdfAValidator/PdfAValidator.cs#L93
Possible null reference argument for parameter 'path' in 'void Directory.Delete(string path, bool recursive)'.
|
|
build (macos-latest):
PdfAValidator/Report.cs#L352
Possible null reference return.
|