Skip to content

276 spec info

276 spec info #483

Triggered via pull request September 21, 2024 15:25
@araszkaaraszka
synchronize #293
276-spec-info
Status Failure
Total duration 1m 12s
Artifacts

dotnet.yml

on: pull_request
build_and_test
1m 4s
build_and_test
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 11 warnings
build_and_test: tests/Modules/SpectatorTargetInfo.Tests/Controllers/SpectatorTargetEventControllerTests.cs#L27
'SpectatorTargetInfoEventController' does not contain a definition for 'OnPlayerDisconnect' and no accessible extension method 'OnPlayerDisconnect' accepting a first argument of type 'SpectatorTargetInfoEventController' could be found (are you missing a using directive or an assembly reference?)
build_and_test: tests/Modules/SpectatorTargetInfo.Tests/Controllers/SpectatorTargetEventControllerTests.cs#L35
'SpectatorTargetInfoEventController' does not contain a definition for 'OnBeginMap' and no accessible extension method 'OnBeginMap' accepting a first argument of type 'SpectatorTargetInfoEventController' could be found (are you missing a using directive or an assembly reference?)
build_and_test: tests/Modules/SpectatorTargetInfo.Tests/Controllers/SpectatorTargetInfoManialinkControllerTests.cs#L33
'SpectatorTargetInfoManialinkController' does not contain a definition for 'ReportSpectatorTarget' and no accessible extension method 'ReportSpectatorTarget' accepting a first argument of type 'SpectatorTargetInfoManialinkController' could be found (are you missing a using directive or an assembly reference?)
build_and_test: tests/Modules/SpectatorTargetInfo.Tests/Controllers/SpectatorTargetInfoManialinkControllerTests.cs#L49
'SpectatorTargetInfoManialinkController' does not contain a definition for 'ReportSpectatorTarget' and no accessible extension method 'ReportSpectatorTarget' accepting a first argument of type 'SpectatorTargetInfoManialinkController' could be found (are you missing a using directive or an assembly reference?)
build_and_test: tests/Modules/SpectatorTargetInfo.Tests/Controllers/SpectatorTargetInfoManialinkControllerTests.cs#L65
'SpectatorTargetInfoManialinkController' does not contain a definition for 'ReportSpectatorTarget' and no accessible extension method 'ReportSpectatorTarget' accepting a first argument of type 'SpectatorTargetInfoManialinkController' could be found (are you missing a using directive or an assembly reference?)
build_and_test: tests/Modules/SpectatorTargetInfo.Tests/Controllers/SpectatorTargetEventControllerTests.cs#L27
'SpectatorTargetInfoEventController' does not contain a definition for 'OnPlayerDisconnect' and no accessible extension method 'OnPlayerDisconnect' accepting a first argument of type 'SpectatorTargetInfoEventController' could be found (are you missing a using directive or an assembly reference?)
build_and_test: tests/Modules/SpectatorTargetInfo.Tests/Controllers/SpectatorTargetEventControllerTests.cs#L35
'SpectatorTargetInfoEventController' does not contain a definition for 'OnBeginMap' and no accessible extension method 'OnBeginMap' accepting a first argument of type 'SpectatorTargetInfoEventController' could be found (are you missing a using directive or an assembly reference?)
build_and_test: tests/Modules/SpectatorTargetInfo.Tests/Controllers/SpectatorTargetInfoManialinkControllerTests.cs#L33
'SpectatorTargetInfoManialinkController' does not contain a definition for 'ReportSpectatorTarget' and no accessible extension method 'ReportSpectatorTarget' accepting a first argument of type 'SpectatorTargetInfoManialinkController' could be found (are you missing a using directive or an assembly reference?)
build_and_test: tests/Modules/SpectatorTargetInfo.Tests/Controllers/SpectatorTargetInfoManialinkControllerTests.cs#L49
'SpectatorTargetInfoManialinkController' does not contain a definition for 'ReportSpectatorTarget' and no accessible extension method 'ReportSpectatorTarget' accepting a first argument of type 'SpectatorTargetInfoManialinkController' could be found (are you missing a using directive or an assembly reference?)
build_and_test: tests/Modules/SpectatorTargetInfo.Tests/Controllers/SpectatorTargetInfoManialinkControllerTests.cs#L65
'SpectatorTargetInfoManialinkController' does not contain a definition for 'ReportSpectatorTarget' and no accessible extension method 'ReportSpectatorTarget' accepting a first argument of type 'SpectatorTargetInfoManialinkController' could be found (are you missing a using directive or an assembly reference?)
build_and_test
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build_and_test: src/EvoSC.Modules.SourceGeneration/AssemblyModuleInfoGenerator.cs#L15
'EvoSC.Modules.SourceGeneration.AssemblyModuleInfoGenerator': A project containing analyzers or source generators should specify the property '<EnforceExtendedAnalyzerRules>true</EnforceExtendedAnalyzerRules>'
build_and_test: src/EvoSC.Modules.SourceGeneration/AssemblyModuleInfoGenerator.cs#L89
Loop should be simplified by calling Select(dependency => dependency.Key)) (https://rules.sonarsource.com/csharp/RSPEC-3267)
build_and_test: src/EvoSC.Common/Controllers/Context/GenericControllerContext.cs#L25
Non-nullable property 'ServiceScope' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build_and_test: src/EvoSC.Common/Controllers/Context/GenericControllerContext.cs#L25
Non-nullable property 'Controller' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build_and_test: src/EvoSC.Common/Controllers/Context/GenericControllerContext.cs#L25
Non-nullable property 'AuditEvent' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build_and_test: src/EvoSC.Common/Controllers/Context/GenericControllerContext.cs#L30
Non-nullable property 'Controller' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build_and_test: src/EvoSC.Common/Controllers/Context/GenericControllerContext.cs#L30
Non-nullable property 'AuditEvent' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build_and_test: src/EvoSC.Common/Database/Models/Player/DbPlayerSettings.cs#L15
Non-nullable property 'DisplayLanguage' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build_and_test: src/EvoSC.Common/Config/Stores/TomlConfigStore.cs#L22
Converting null literal or possible null value to non-nullable type.
build_and_test: src/EvoSC.Common/Config/Stores/TomlConfigStore.cs#L26
Possible null reference argument for parameter 'path' in 'DirectoryInfo Directory.CreateDirectory(string path)'.