Remove JSPool package #1026
Open
Remove JSPool package #1026
Annotations
12 warnings
|
Build and Test:
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)
|
|
Build and Test:
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)
|
|
Build and Test:
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)
|
|
Build and Test:
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)
|
|
Build and Test:
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)
|
|
Build and Test:
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)
|
|
Build and Test:
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)
|
|
Build and Test:
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)
|
|
Build and Test:
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)
|
|
Build and Test:
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)
|
|
Install .NET Core SDK
.NET 6.0 is no longer supported and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the .NET support policy.
|
|
Install .NET Core SDK
.NET Core 3.1 is no longer supported and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the .NET support policy.
|
Loading