Add other test suites #945
Annotations
21 warnings
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Compile solution:
Sandbox.TUnit/MethodDataSourceTests.cs#L19
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
Compile solution:
Saucery.Core/Options/OptionFactory.cs#L11
Parameter 'BrowserVersion bv' is captured into the state of the enclosing type and its value is also used to initialize a field, property, or event.
|
Compile solution:
Saucery.Core/RestAPI/FlowControl/FlowControl.cs#L6
Non-nullable property 'concurrency' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Compile solution:
Saucery.Core/RestAPI/FlowControl/FlowControl.cs#L40
Non-nullable property 'current' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Compile solution:
Saucery.Core/RestAPI/FlowControl/FlowControl.cs#L41
Non-nullable property 'id' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Compile solution:
Saucery.Core/RestAPI/FlowControl/FlowControl.cs#L42
Non-nullable property 'allowed' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Compile solution:
Saucery.Core/RestAPI/FlowControl/FlowControl.cs#L33
Non-nullable property 'current' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Compile solution:
Saucery.Core/RestAPI/FlowControl/FlowControl.cs#L34
Non-nullable property 'id' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Compile solution:
Saucery.Core/RestAPI/FlowControl/FlowControl.cs#L35
Non-nullable property 'allowed' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Compile solution:
Saucery.Core/RestAPI/FlowControl/FlowControl.cs#L19
Non-nullable property 'organization' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Run Unit Tests:
Saucery.Core/Options/OptionFactory.cs#L11
Parameter 'BrowserVersion bv' is captured into the state of the enclosing type and its value is also used to initialize a field, property, or event.
|
Run Unit Tests:
Saucery.Core/RestAPI/FlowControl/FlowControl.cs#L6
Non-nullable property 'concurrency' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Run Unit Tests:
Saucery.Core/RestAPI/FlowControl/FlowControl.cs#L19
Non-nullable property 'organization' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Run Unit Tests:
Saucery.Core/RestAPI/FlowControl/FlowControl.cs#L20
Non-nullable property 'team' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Run Unit Tests:
Saucery.Core/RestAPI/FlowControl/FlowControl.cs#L33
Non-nullable property 'current' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Run Unit Tests:
Saucery.Core/RestAPI/FlowControl/FlowControl.cs#L34
Non-nullable property 'id' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Run Unit Tests:
Saucery.Core/RestAPI/FlowControl/FlowControl.cs#L35
Non-nullable property 'allowed' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Run Unit Tests:
Saucery.Core/RestAPI/FlowControl/FlowControl.cs#L40
Non-nullable property 'current' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Run Unit Tests:
Saucery.Core/RestAPI/FlowControl/FlowControl.cs#L41
Non-nullable property 'id' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Run Unit Tests:
Saucery.Core/RestAPI/FlowControl/FlowControl.cs#L42
Non-nullable property 'allowed' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Loading