Update dotnet.yml #2
Annotations
1 error and 10 warnings
build
Process completed with exit code 1.
|
build:
Technetium.Runner/Program.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.
|
build:
Technetium.Runner/Program.cs#L109
Dereference of a possibly null reference.
|
build:
Technetium.Runner/Program.cs#L96
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
Technetium.Runner/Program.cs#L98
Non-nullable property 'Age' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
Technetium.Runner/Program.cs#L100
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
Technetium.Runner/Program.cs#L66
The field 'Program.b' is assigned but its value is never used
|
build:
Technetium.Runner/Program.cs#L12
The field 'Program.a' is assigned but its value is never used
|
build
The 'licenseUrl' element will be deprecated. Consider using the 'license' element instead.
|
build:
Technetium.Runner/Program.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.
|
build:
Technetium.Runner/Program.cs#L109
Dereference of a possibly null reference.
|