Bump Swashbuckle.AspNetCore from 6.7.3 to 7.0.0 #262
Annotations
2 errors and 10 warnings
|
Test
The operation was canceled.
|
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#L347
Change 'AllJobs' to be read-only by removing the property setter (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2227)
|
Build:
PdfAValidator/Report.cs#L347
Change 'List<Job>' in 'Jobs.AllJobs' to use 'Collection<T>', 'ReadOnlyCollection<T>' or 'KeyedCollection<K,V>' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1002)
|
Build:
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:
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)
|
Loading