VersionBump : v5.0.0-preview.1 #27
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.
|