Remove JSPool package #1026
Open
Remove JSPool package #1026
Annotations
12 warnings
|
src/core/Statiq.Common/Util/ToStringTableExtensions.cs#L43
In externally visible method 'string ToStringTableExtensions.ToStringTable(string[,] arrValues)', validate parameter 'arrValues' is non-null before using it. If appropriate, throw an 'ArgumentNullException' when the argument is 'null'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1062)
|
|
src/core/Statiq.Common/Analyzers/Analyzer.cs#L30
In externally visible method 'Task Analyzer.AnalyzeAsync(IAnalyzerContext context)', validate parameter 'context' is non-null before using it. If appropriate, throw an 'ArgumentNullException' when the argument is 'null'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1062)
|
|
src/core/Statiq.Common/Analyzers/SyncAnalyzer.cs#L21
In externally visible method 'void SyncAnalyzer.Analyze(IAnalyzerContext context)', validate parameter 'context' is non-null before using it. If appropriate, throw an 'ArgumentNullException' when the argument is 'null'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1062)
|
|
src/core/Statiq.Common/Util/ToStringTableExtensions.cs#L19
In externally visible method 'string ToStringTableExtensions.ToStringTable<T>(T[] values, string[] columnHeaders, params Func<T, object>[] valueSelectors)', validate parameter 'valueSelectors' is non-null before using it. If appropriate, throw an 'ArgumentNullException' when the argument is 'null'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1062)
|
|
src/core/Statiq.Common/Util/ToStringTableExtensions.cs#L19
In externally visible method 'string ToStringTableExtensions.ToStringTable<T>(T[] values, string[] columnHeaders, params Func<T, object>[] valueSelectors)', validate parameter 'values' is non-null before using it. If appropriate, throw an 'ArgumentNullException' when the argument is 'null'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1062)
|
|
src/core/Statiq.Common/Util/ToStringTableExtensions.cs#L24
In externally visible method 'string ToStringTableExtensions.ToStringTable<T>(T[] values, string[] columnHeaders, params Func<T, object>[] valueSelectors)', validate parameter 'columnHeaders' is non-null before using it. If appropriate, throw an 'ArgumentNullException' when the argument is 'null'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1062)
|
|
src/core/Statiq.Common/Analyzers/IAnalyzerCollectionExtensions.cs#L88
In externally visible method 'void IAnalyzerCollectionExtensions.Add(IAnalyzerCollection analyzers, LogLevel logLevel, IAnalyzer analyzer)', validate parameter 'analyzers' is non-null before using it. If appropriate, throw an 'ArgumentNullException' when the argument is 'null'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1062)
|
|
src/core/Statiq.Common/Analyzers/IAnalyzerCollectionExtensions.cs#L76
In externally visible method 'void IAnalyzerCollectionExtensions.Add(IAnalyzerCollection analyzers, string name, LogLevel logLevel, IAnalyzer analyzer)', validate parameter 'analyzers' is non-null before using it. If appropriate, throw an 'ArgumentNullException' when the argument is 'null'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1062)
|
|
src/core/Statiq.Common/Util/ZipFileHelper.cs#L14
In externally visible method 'IFile ZipFileHelper.CreateZipFile(IExecutionContext context, in NormalizedPath directory)', validate parameter 'context' is non-null before using it. If appropriate, throw an 'ArgumentNullException' when the argument is 'null'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1062)
|
|
src/core/Statiq.Common/Analyzers/IAnalyzerCollectionExtensions.cs#L17
In externally visible method 'void IAnalyzerCollectionExtensions.Add(IAnalyzerCollection analyzers, IAnalyzer analyzer)', validate parameter 'analyzers' is non-null before using it. If appropriate, throw an 'ArgumentNullException' when the argument is 'null'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1062)
|
|
|
|
|
The logs for this run have expired and are no longer available.
Loading