Skip to content

Update dotnet monorepo [minor/patch] to 9.0.1 #2824

Update dotnet monorepo [minor/patch] to 9.0.1

Update dotnet monorepo [minor/patch] to 9.0.1 #2824

Triggered via pull request January 14, 2025 23:50
@renovaterenovate[bot]
reopened #1474
Status Success
Total duration 6m 49s
Artifacts

lint.yml

on: pull_request_target
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
lint: src/Nuke/Arguments.cs#L52
Dereference of a possibly null reference.
lint: src/Nuke/Arguments.cs#L88
Possible null reference argument for parameter 'value' in 'string Format(object value)'.
lint: src/Nuke/Arguments.cs#L89
Possible null reference argument for parameter 'value' in 'string Format(object value)'.
lint: src/Nuke/Arguments.cs#L136
Nullable value type may be null.
lint: src/Nuke/Arguments.cs#L121
Possible null reference return.
lint: src/Nuke/ComputedGitVersionAttribute.cs#L123
'ToolOptionsExtensions.DisableProcessLogOutput<T>(T)' is obsolete: 'Use DisableProcessOutputLogging instead'
lint: src/Nuke/MsBuild/ICanTestWithXUnit.cs#L24
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
lint: src/Nuke/Readme/NugetPackagesSection.cs#L59
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
lint: src/Nuke/TestMethodExtensions.cs#L136
Possible null reference argument for parameter 'parent' in 'XElement TestMethodExtensions.EnsureElement(XElement parent, string name)'.
lint: src/Nuke/SolutionUpdater.cs#L228
The local function 'isUsingSolutionPath' is declared but never used