Merge pull request #64 from JaCraig/dependabot/nuget/dependencies-aa1… #74
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
10 warnings
publish-docs (6.0.x):
TaskMaster/DataManager/SimpleFileStore.cs#L113
Possible null reference argument for parameter 'content' in 'string FileInfo.Write(string content, FileMode mode = FileMode.Create, Encoding? encoding = null)'.
|
publish-docs (6.0.x):
TaskMaster/TaskMaster.cs#L65
Possible null reference argument for parameter 'logger' in 'Trigger.Trigger(ITask task, ILogger logger, IDataManager dataManager)'.
|
publish-docs (6.0.x):
TaskMaster/TaskMaster.cs#L65
Possible null reference argument for parameter 'dataManager' in 'Trigger.Trigger(ITask task, ILogger logger, IDataManager dataManager)'.
|
publish-docs (6.0.x):
TaskMaster/TaskMaster.cs#L126
Number of parameters supplied in the logging message template do not match the number of named placeholders (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2017)
|
publish-docs (6.0.x):
TaskMaster/TaskMaster.cs#L149
Number of parameters supplied in the logging message template do not match the number of named placeholders (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2017)
|
publish-docs (6.0.x):
TaskMaster.Tests/Triggers/TriggerTests.cs#L27
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007. (https://xunit.net/xunit.analyzers/rules/xUnit1030)
|
publish-docs (6.0.x):
TaskMaster/DataManager/SimpleFileStore.cs#L113
Possible null reference argument for parameter 'content' in 'string FileInfo.Write(string content, FileMode mode = FileMode.Create, Encoding? encoding = null)'.
|
publish-docs (6.0.x):
TaskMaster/TaskMaster.cs#L65
Possible null reference argument for parameter 'logger' in 'Trigger.Trigger(ITask task, ILogger logger, IDataManager dataManager)'.
|
publish-docs (6.0.x):
TaskMaster/TaskMaster.cs#L65
Possible null reference argument for parameter 'dataManager' in 'Trigger.Trigger(ITask task, ILogger logger, IDataManager dataManager)'.
|
publish-docs (6.0.x):
TaskMaster/TaskMaster.cs#L126
Number of parameters supplied in the logging message template do not match the number of named placeholders (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2017)
|