Skip to content

VersionBump : v5.0.0-preview.1 #27

VersionBump : v5.0.0-preview.1

VersionBump : v5.0.0-preview.1 #27

Triggered via push May 15, 2025 08:55
Status Success
Total duration 31s
Artifacts

release.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

6 warnings
publish
Possible null reference assignment.
publish: src/Sample.CodeOfChaos.CliArgsParser/TestCommandParameters.cs#L12
Non-nullable property 'TestString' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
publish: src/Sample.CodeOfChaos.CliArgsParser/TestCommand.cs#L16
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.
publish
Possible null reference assignment.
publish: src/Sample.CodeOfChaos.CliArgsParser/TestCommandParameters.cs#L12
Non-nullable property 'TestString' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
publish: src/Sample.CodeOfChaos.CliArgsParser/TestCommand.cs#L16
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.