Minor fixes #9
Merged
Minor fixes #9
Annotations
10 warnings
|
src/NBomber.Converter/HAR/Contracts/HARFile.cs#L185
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.Converter/Postman/Contracts/PostmanCollection.cs#L105
Non-nullable property 'Language' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
src/NBomber.Converter/HAR/Contracts/HARFile.cs#L197
Non-nullable property 'Value' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
src/NBomber.Converter/HAR/Contracts/HARFile.cs#L194
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.Converter/Postman/Contracts/PostmanCollection.cs#L121
Non-nullable property 'Headers' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
src/NBomber.Converter/Postman/Contracts/PostmanCollection.cs#L118
Non-nullable property 'Body' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
src/NBomber.Converter/Postman/Contracts/PostmanCollection.cs#L112
Non-nullable property 'Status' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
src/NBomber.Converter/HAR/Contracts/HARRequestWithActionName.cs#L5
Non-nullable property 'ActionName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
src/NBomber.Converter/Postman/Contracts/PostmanRequestWithPlainUrl.cs#L6
Non-nullable property 'ContentType' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
src/NBomber.Converter/Postman/Contracts/PostmanRequestWithPlainUrl.cs#L5
Non-nullable property 'PlainUrl' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
The logs for this run have expired and are no longer available.
Loading