removed extra driver initialization #5
Annotations
10 warnings
build-and-test:
SeleniumTests/lib/models/BookDto.cs#L6
Non-nullable property 'title' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build-and-test:
SeleniumTests/lib/models/BookDto.cs#L5
Non-nullable property 'isbn' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build-and-test:
SeleniumTests/lib/models/BookDto.cs#L13
Non-nullable property 'website' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build-and-test:
SeleniumTests/lib/models/BookDto.cs#L12
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-and-test:
SeleniumTests/lib/models/BookDto.cs#L10
Non-nullable property 'publisher' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build-and-test:
SeleniumTests/lib/models/BookDto.cs#L9
Non-nullable property 'publish_date' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build-and-test:
SeleniumTests/lib/models/BookDto.cs#L8
Non-nullable property 'author' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build-and-test:
SeleniumTests/lib/models/BookDto.cs#L7
Non-nullable property 'subTitle' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build-and-test:
SeleniumTests/lib/models/BookDto.cs#L6
Non-nullable property 'title' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build-and-test:
SeleniumTests/lib/models/BookDto.cs#L5
Non-nullable property 'isbn' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|