Update the global input hook to stop mouse hooking #24
build-and-test.yml
on: push
build-and-test
1m 44s
package-and-release
0s
Annotations
11 warnings
build-and-test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
build-and-test:
src/Strem.Build/Extensions/BuildContextTestingExtensions.cs#L21
Non-nullable property 'OutputDir' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build-and-test:
src/Strem.Build/Extensions/BuildContextTestingExtensions.cs#L36
Non-nullable property 'EnvironmentalVars' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build-and-test:
src/Strem.Build/Extensions/BuildContextTestingExtensions.cs#L21
Non-nullable property 'OutputDir' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build-and-test:
src/Strem.Build/Extensions/BuildContextTestingExtensions.cs#L36
Non-nullable property 'EnvironmentalVars' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build-and-test:
src/Strem.Core/Services/Browsers/File/IFileBrowser.cs#L5
Cannot convert null literal to non-nullable reference type.
|
build-and-test:
src/Strem.Core/Services/Browsers/File/IFileBrowser.cs#L5
Cannot convert null literal to non-nullable reference type.
|
build-and-test:
src/Strem.Core/Services/Browsers/File/IFileBrowser.cs#L6
Cannot convert null literal to non-nullable reference type.
|
build-and-test:
src/Strem.Core/Services/Browsers/File/IFileBrowser.cs#L6
Cannot convert null literal to non-nullable reference type.
|
build-and-test:
src/Strem.Core/Services/Validation/Attributes/IsFloatAttribute.cs#L7
Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
|
build-and-test:
src/Strem.Core/Services/Validation/Attributes/IsIntegerAttribute.cs#L7
Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
|