GD-152-3-ci-pr #400
Annotations
2 errors and 10 warnings
Run Unit Tests
Process completed with exit code 1.
|
Compile C#
Process completed with exit code 1.
|
Compile C#:
api/src/api/TestRunner.cs#L83
'TestSuite.TestSuite(string, IEnumerable<string>?, bool, bool)' is obsolete: 'This constructor is deprecated.'
|
Compile C#:
api/src/api/InOutPipeProxy.cs#L147
The variable 'e' is declared but never used
|
Compile C#:
api/src/core/GdUnit4TestEngine.cs#L21
Non-nullable property 'DebuggerFramework' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Compile C#:
api/src/core/commands/ExecuteSetupTestSuiteCommand.cs#L22
Non-nullable property 'Suite' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Compile C#:
api/src/core/commands/ExecuteTestCommand.cs#L27
Dereference of a possibly null reference.
|
Compile C#:
api/src/core/commands/ExecuteTestSetupCommand.cs#L48
The variable 'e' is declared but never used
|
Compile C#:
api/src/core/execution/Executor.cs#L46
'TestSuite.TestSuite(string, IEnumerable<string>?, bool, bool)' is obsolete: 'This constructor is deprecated.'
|
Compile C#:
api/src/core/execution/ExecutionContext.cs#L55
Cannot convert null literal to non-nullable reference type.
|
Compile C#:
api/src/core/commands/ICommandExecutor.cs#L12
Rename virtual/interface member ICommandExecutor.Stop() so that it no longer conflicts with the reserved language keyword 'Stop'. Using a reserved keyword as the name of a virtual/interface member makes it harder for consumers in other languages to override/implement the member. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1716)
|
Compile C#:
api/src/api/TestRunner.cs#L83
'TestSuite.TestSuite(string, IEnumerable<string>?, bool, bool)' is obsolete: 'This constructor is deprecated.'
|
Loading