Build Phase #194
Annotations
2 errors and 8 warnings
Test report
Failed test were found and 'fail-on-error' option is set to true
|
dotnet test
Process completed with exit code 1.
|
dotnet build:
SnowflakePSTest/E2E/Utils/TestBase.cs#L25
Possible null reference assignment.
|
dotnet build:
SnowflakePSTest/E2E/Utils/TestBase.cs#L26
Possible null reference argument for parameter 's' in 'int int.Parse(string s)'.
|
dotnet build:
SnowflakePSTest/E2E/Utils/TestBase.cs#L11
Non-nullable property 'TestContext' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
dotnet build:
SnowflakePS/Commands/Authentication/ConnectAppCommand.cs#L181
The result of the expression is always 'true' since a value of type 'int' is never equal to 'null' of type 'int?'
|
dotnet build:
SnowflakePSTest/E2E/Utils/TestBase.cs#L25
Possible null reference assignment.
|
dotnet build:
SnowflakePSTest/E2E/Utils/TestBase.cs#L26
Possible null reference argument for parameter 's' in 'int int.Parse(string s)'.
|
dotnet build:
SnowflakePSTest/E2E/Utils/TestBase.cs#L11
Non-nullable property 'TestContext' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
dotnet build:
SnowflakePS/Commands/Authentication/ConnectAppCommand.cs#L181
The result of the expression is always 'true' since a value of type 'int' is never equal to 'null' of type 'int?'
|
Loading