Fix bug with array size mismatch - #13
Merged
AntyaDev merged 1 commit intoMar 6, 2026
Merged
Annotations
1 error and 6 warnings
|
|
|
tests/NBomber.Data.Tests/DataGenerator.cs#L120
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
examples/CSharp/Program.cs#L47
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
src/NBomber.LargeData/Data.cs#L26
Nullability of reference types in value of type 'IEnumerator<T?>' doesn't match target type 'IEnumerator<T>'.
|
|
tests/NBomber.Data.Tests/DataGenerator.cs#L120
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
examples/CSharp/Program.cs#L47
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
src/NBomber.LargeData/Data.cs#L26
Nullability of reference types in value of type 'IEnumerator<T?>' doesn't match target type 'IEnumerator<T>'.
|
The logs for this run have expired and are no longer available.
Loading