Added JS tests and CI integration #33
test.yml
on: pull_request
Matrix: csharp-tests
Matrix: js-ipc-tests
Matrix: js-native-tests
Annotations
23 warnings
|
C# Tests (ubuntu-latest):
src/ModInstaller.Native/Delegates/CallbackUIDelegates.cs#L19
Non-nullable property 'Cancel' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
C# Tests (ubuntu-latest):
src/ModInstaller.Native/Delegates/CallbackUIDelegates.cs#L18
Non-nullable property 'Continue' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
C# Tests (ubuntu-latest):
src/ModInstaller.Native/Delegates/CallbackUIDelegates.cs#L17
Non-nullable property 'Select' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
C# Tests (ubuntu-latest):
test/TestData/InstallInstruction.cs#L13
Non-nullable property 'source' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
C# Tests (ubuntu-latest):
test/TestData/InstallInstruction.cs#L12
Non-nullable property 'type' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
C# Tests (ubuntu-latest):
src/FomodInstaller.Interface/Scripting/ScriptExecutorBase.cs#L123
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
C# Tests (ubuntu-latest):
src/FomodInstaller.Interface/Scripting/ScriptExecutorBase.cs#L104
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
C# Tests (ubuntu-latest):
src/FomodInstaller.Interface/ModInstaller/IInstaller.cs#L33
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
C# Tests (ubuntu-latest):
src/FomodInstaller.Interface/ModInstaller/BaseInstaller.cs#L31
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
C# Tests (ubuntu-latest):
src/FomodInstaller.Interface/Scripting/IScriptExecutor.cs#L18
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
C# Tests (ubuntu-latest):
src/Utils/FileSystem.cs#L12
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
C# Tests (ubuntu-latest):
src/Utils/FileSystem.cs#L11
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
C# Tests (ubuntu-latest):
src/Utils/FileSystem.cs#L10
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
C# Tests (windows-latest):
test/TestData/InstallInstruction.cs#L13
Non-nullable property 'source' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
C# Tests (windows-latest):
test/TestData/InstallInstruction.cs#L12
Non-nullable property 'type' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
C# Tests (windows-latest):
src/FomodInstaller.Interface/Scripting/ScriptExecutorBase.cs#L123
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
C# Tests (windows-latest):
src/FomodInstaller.Interface/Scripting/ScriptExecutorBase.cs#L104
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
C# Tests (windows-latest):
src/FomodInstaller.Interface/ModInstaller/IInstaller.cs#L33
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
C# Tests (windows-latest):
src/FomodInstaller.Interface/ModInstaller/BaseInstaller.cs#L31
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
C# Tests (windows-latest):
src/FomodInstaller.Interface/Scripting/IScriptExecutor.cs#L18
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
C# Tests (windows-latest):
src/Utils/FileSystem.cs#L12
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
C# Tests (windows-latest):
src/Utils/FileSystem.cs#L11
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
C# Tests (windows-latest):
src/Utils/FileSystem.cs#L10
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|