Bump Selenium.Support and Selenium.WebDriver #83
Closed
Annotations
10 warnings
|
Autobuild:
APIAutomation/Library/CustomLibraries.cs#L20
Possible null reference argument for parameter 'json' in 'JObject JObject.Parse(string json)'.
|
|
Autobuild:
APIAutomation/Library/TestDataHelper.cs#L33
Possible null reference argument for parameter 'item' in 'void List<string>.Add(string item)'.
|
|
Autobuild:
APIAutomation/Tests/ApiTesting.cs#L53
Dereference of a possibly null reference.
|
|
Autobuild:
APIAutomation/Tests/ApiTesting.cs#L52
Possible null reference argument for parameter 'schema' in 'bool SchemaExtensions.IsValid(JToken source, JSchema schema)'.
|
|
Autobuild:
APIAutomation/Tests/ApiTesting.cs#L51
Dereference of a possibly null reference.
|
|
Autobuild:
APIAutomation/Library/TestDataHelper.cs#L11
Dereference of a possibly null reference.
|
|
Autobuild:
APIAutomation/Tests/ApiTesting.cs#L22
Possible null reference argument for parameter 'path1' in 'string Path.Combine(string path1, string path2, string path3)'.
|
|
Autobuild:
APIAutomation/ConfigHelper.cs#L12
Possible null reference return.
|
|
Autobuild:
APIAutomation/Base/Settings.cs#L9
Non-nullable field 'Request' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
Autobuild:
APIAutomation/Base/Settings.cs#L8
Non-nullable field 'Response' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Loading