up c# syntax, make cli defaults in one style #743
Annotations
10 warnings
benchmarks/csharp/Program.cs#L20
Non-nullable property 'resultsFile' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
benchmarks/csharp/Program.cs#L26
Non-nullable property 'concurrentTasks' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
benchmarks/csharp/Program.cs#L29
Non-nullable property 'clientsToRun' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
benchmarks/csharp/Program.cs#L32
Non-nullable property 'host' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
benchmarks/csharp/Program.cs#L35
Non-nullable property 'clientCount' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
benchmarks/csharp/Program.cs#L20
Non-nullable property 'resultsFile' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
benchmarks/csharp/Program.cs#L26
Non-nullable property 'concurrentTasks' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
benchmarks/csharp/Program.cs#L29
Non-nullable property 'clientsToRun' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
benchmarks/csharp/Program.cs#L32
Non-nullable property 'host' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
benchmarks/csharp/Program.cs#L35
Non-nullable property 'clientCount' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
The logs for this run have expired and are no longer available.
Loading