Skip to content

Current next map theme update #428

Current next map theme update

Current next map theme update #428

Triggered via pull request July 28, 2024 11:52
Status Failure
Total duration 1m 7s
Artifacts

dotnet.yml

on: pull_request
build_and_test
58s
build_and_test
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 11 warnings
build_and_test: tests/Modules/NextMapModule.Tests/Controllers/NextMapEventControllerTests.cs#L63
'NextMapEventController' does not contain a definition for 'HideNextMapOnPodiumEndAsync' and no accessible extension method 'HideNextMapOnPodiumEndAsync' accepting a first argument of type 'NextMapEventController' could be found (are you missing a using directive or an assembly reference?)
build_and_test: tests/Modules/CurrentMapModule.Tests/CurrentMapServiceTest.cs#L34
Argument 5: cannot convert from 'EvoSC.Modules.Official.WorldRecordModule.Interfaces.IWorldRecordService' to 'EvoSC.Modules.Official.CurrentMapModule.Config.ICurrentMapSettings'
build_and_test: tests/Modules/NextMapModule.Tests/Controllers/NextMapEventControllerTests.cs#L63
'NextMapEventController' does not contain a definition for 'HideNextMapOnPodiumEndAsync' and no accessible extension method 'HideNextMapOnPodiumEndAsync' accepting a first argument of type 'NextMapEventController' could be found (are you missing a using directive or an assembly reference?)
build_and_test: tests/Modules/CurrentMapModule.Tests/CurrentMapServiceTest.cs#L34
Argument 5: cannot convert from 'EvoSC.Modules.Official.WorldRecordModule.Interfaces.IWorldRecordService' to 'EvoSC.Modules.Official.CurrentMapModule.Config.ICurrentMapSettings'
build_and_test
Process completed with exit code 1.
build_and_test
The following actions uses Node.js version which is deprecated 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/Models/Players/Player.cs#L15
Non-nullable property 'AccountId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build_and_test: src/EvoSC.Common/Models/Players/Player.cs#L15
Non-nullable property 'NickName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build_and_test: src/EvoSC.Common/Models/Players/Player.cs#L15
Non-nullable property 'UbisoftName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build_and_test: src/EvoSC.Common/Models/Players/Player.cs#L15
Non-nullable property 'Settings' must contain a non-null value when exiting constructor. Consider 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)'.
build_and_test: src/EvoSC.Common/Models/Players/OnlinePlayer.cs#L18
Non-nullable property 'AccountId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build_and_test: src/EvoSC.Common/Models/Players/OnlinePlayer.cs#L18
Non-nullable property 'NickName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.