Add Selenoid engine #146
Annotations
33 warnings
build (ubuntu-latest)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build (ubuntu-latest):
src/Engines/TestWare.Engines.Selenoid/Extras/AbstractFindsByAttribute.cs#L136
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
|
build (ubuntu-latest):
src/Engines/TestWare.Engines.Selenoid/Extras/AbstractFindsByAttribute.cs#L106
Nullability of reference types in type of parameter 'obj' of 'int AbstractFindsByAttribute.CompareTo(object obj)' doesn't match implicitly implemented member 'int IComparable.CompareTo(object? obj)' (possibly because of nullability attributes).
|
build (ubuntu-latest):
src/Engines/TestWare.Engines.Selenoid/Configuration/Capabilities.cs#L7
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build (ubuntu-latest):
src/Engines/TestWare.Engines.Selenoid/Configuration/Capabilities.cs#L9
Non-nullable property 'Uri' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build (ubuntu-latest):
src/Engines/TestWare.Engines.Selenoid/Configuration/Capabilities.cs#L11
Non-nullable property 'BrowserName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build (ubuntu-latest):
src/Engines/TestWare.Engines.Selenoid/Configuration/Capabilities.cs#L13
Non-nullable property 'BrowserVersion' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build (ubuntu-latest):
src/Engines/TestWare.Engines.Selenoid/Configuration/Capabilities.cs#L15
Non-nullable property 'ScreenResolution' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build (ubuntu-latest):
src/Engines/TestWare.Engines.Selenoid/SelenoidManager.cs#L18
Dereference of a possibly null reference.
|
build (ubuntu-latest):
src/Engines/TestWare.Engines.Selenoid/SelenoidManager.cs#L21
Dereference of a possibly null reference.
|
build (ubuntu-latest):
src/Engines/TestWare.Engines.Selenoid/SelenoidManager.cs#L30
Dereference of a possibly null reference.
|
build (macOs-latest)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build (macOs-latest):
src/Engines/TestWare.Engines.Selenoid/Extras/AbstractFindsByAttribute.cs#L136
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
|
build (macOs-latest):
src/Engines/TestWare.Engines.Selenoid/Extras/AbstractFindsByAttribute.cs#L106
Nullability of reference types in type of parameter 'obj' of 'int AbstractFindsByAttribute.CompareTo(object obj)' doesn't match implicitly implemented member 'int IComparable.CompareTo(object? obj)' (possibly because of nullability attributes).
|
build (macOs-latest):
src/Engines/TestWare.Engines.Selenoid/Configuration/Capabilities.cs#L7
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build (macOs-latest):
src/Engines/TestWare.Engines.Selenoid/Configuration/Capabilities.cs#L9
Non-nullable property 'Uri' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build (macOs-latest):
src/Engines/TestWare.Engines.Selenoid/Configuration/Capabilities.cs#L11
Non-nullable property 'BrowserName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build (macOs-latest):
src/Engines/TestWare.Engines.Selenoid/Configuration/Capabilities.cs#L13
Non-nullable property 'BrowserVersion' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build (macOs-latest):
src/Engines/TestWare.Engines.Selenoid/Configuration/Capabilities.cs#L15
Non-nullable property 'ScreenResolution' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build (macOs-latest):
src/Engines/TestWare.Engines.Selenoid/SelenoidManager.cs#L18
Dereference of a possibly null reference.
|
build (macOs-latest):
src/Engines/TestWare.Engines.Selenoid/SelenoidManager.cs#L21
Dereference of a possibly null reference.
|
build (macOs-latest):
src/Engines/TestWare.Engines.Selenoid/SelenoidManager.cs#L30
Dereference of a possibly null reference.
|
build (windows-latest)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build (windows-latest):
src/Engines/TestWare.Engines.Selenoid/Extras/AbstractFindsByAttribute.cs#L136
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
|
build (windows-latest):
src/Engines/TestWare.Engines.Selenoid/Extras/AbstractFindsByAttribute.cs#L106
Nullability of reference types in type of parameter 'obj' of 'int AbstractFindsByAttribute.CompareTo(object obj)' doesn't match implicitly implemented member 'int IComparable.CompareTo(object? obj)' (possibly because of nullability attributes).
|
build (windows-latest):
src/Engines/TestWare.Engines.Selenoid/SelenoidManager.cs#L18
Dereference of a possibly null reference.
|
build (windows-latest):
src/Engines/TestWare.Engines.Selenoid/SelenoidManager.cs#L21
Dereference of a possibly null reference.
|
build (windows-latest):
src/Engines/TestWare.Engines.Selenoid/SelenoidManager.cs#L30
Dereference of a possibly null reference.
|
build (windows-latest):
src/Engines/TestWare.Engines.Selenoid/Configuration/Capabilities.cs#L7
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build (windows-latest):
src/Engines/TestWare.Engines.Selenoid/Configuration/Capabilities.cs#L9
Non-nullable property 'Uri' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build (windows-latest):
src/Engines/TestWare.Engines.Selenoid/Configuration/Capabilities.cs#L11
Non-nullable property 'BrowserName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build (windows-latest):
src/Engines/TestWare.Engines.Selenoid/Configuration/Capabilities.cs#L13
Non-nullable property 'BrowserVersion' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build (windows-latest):
src/Engines/TestWare.Engines.Selenoid/Configuration/Capabilities.cs#L15
Non-nullable property 'ScreenResolution' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|