Bump Swashbuckle.AspNetCore from 6.7.3 to 7.0.0 #119
Annotations
1 error and 10 warnings
Test
Process completed with exit code 1.
|
Build:
PdfAValidator/Report.cs#L352
Possible null reference return.
|
Build:
PdfAValidator/PdfAValidator.cs#L93
Possible null reference argument for parameter 'path' in 'void Directory.Delete(string path, bool recursive)'.
|
Build:
PdfAValidator/PdfAValidator.cs#L353
Converting null literal or possible null value to non-nullable type.
|
Build:
PdfAValidator/PdfAValidator.cs#L353
Possible null reference return.
|
Build:
PdfAValidator/PdfAValidator.cs#L433
Possible null reference argument for parameter 'path1' in 'string Path.Combine(string path1, string path2)'.
|
Build:
PdfAValidator/PdfAValidator.cs#L438
Dereference of a possibly null reference.
|
Build:
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:
PdfAValidator/VeraPdfExitCodes.cs#L11
Member 'AllFilesValid' is explicitly initialized to its default value (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1805)
|
Build:
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:
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)
|
Loading