Skip to content

Update dependency prettier to v3.4.0 #2571

Update dependency prettier to v3.4.0

Update dependency prettier to v3.4.0 #2571

Triggered via pull request November 26, 2024 05:37
Status Success
Total duration 2m 10s
Artifacts

lint.yml

on: pull_request_target
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
lint: src/Nuke/ComputedGitVersionAttribute.cs#L40
'ToolOptionsExtensions.DisableProcessLogOutput<T>(T)' is obsolete: 'Use DisableProcessOutputLogging instead'
lint: src/Nuke/GithubActions/StickyPullRequestStep.cs#L80
Possible null reference return.
lint: src/Nuke/TestMethodExtensions.cs#L86
Possible null reference argument for parameter 'parent' in 'XElement TestMethodExtensions.EnsureElement(XElement parent, string name)'.
lint: src/Nuke/GithubActions/HeadlessRunStep.cs#L34
Possible null reference return.
lint: src/Nuke/GithubActions/GitHubActionsStepsAttribute.cs#L85
Possible null reference return.
lint: src/Nuke/GithubActions/GitHubActionsLintAttribute.cs#L55
Possible null reference return.
lint: src/Nuke/SolutionUpdater.cs#L190
The local function 'isUsingSolutionPath' is declared but never used
lint: src/Nuke/Readme/NugetPackagesSection.cs#L89
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/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.