CodeQL #703
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
10 warnings
Analyze (csharp)
Null should not be used for type parameter 'args' of type 'string[]'. Use a non-null value, or convert the parameter to a nullable type.
|
Analyze (csharp)
Null should not be used for type parameter 'args' of type 'string[]'. Use a non-null value, or convert the parameter to a nullable type.
|
Analyze (csharp)
Null should not be used for type parameter 'args' of type 'string[]'. Use a non-null value, or convert the parameter to a nullable type.
|
Analyze (csharp)
Null should not be used for type parameter 'args' of type 'string[]'. Use a non-null value, or convert the parameter to a nullable type.
|
Analyze (csharp)
Null should not be used for type parameter 'args' of type 'string[]'. Use a non-null value, or convert the parameter to a nullable type.
|
Analyze (csharp)
Null should not be used for type parameter 'args' of type 'string[]'. Use a non-null value, or convert the parameter to a nullable type.
|
Analyze (csharp)
Null should not be used for type parameter 'args' of type 'string[]'. Use a non-null value, or convert the parameter to a nullable type.
|
Analyze (csharp)
Null should not be used for type parameter 'shellOverride' of type 'string'. Use a non-null value, or convert the parameter to a nullable type.
|
Analyze (csharp)
Null should not be used for type parameter 'shellOverride' of type 'string'. Use a non-null value, or convert the parameter to a nullable type.
|
Analyze (csharp):
test/ArgumentBuilderTests.cs#L8
Null should not be used for type parameter 'args' of type 'string[]'. Use a non-null value, or convert the parameter to a nullable type.
|