Skip to content

141 finish motd

141 finish motd #355

Triggered via pull request October 4, 2023 07:46
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

3 errors and 10 warnings
build_and_test: tests/Modules/MotdModule.Tests/MotdEditManialinkControllerTests.cs#L24
Argument 1: cannot convert from 'string' to 'EvoSC.Modules.Official.MotdModule.Models.EditMotdEntryModel'
build_and_test: tests/Modules/MotdModule.Tests/MotdEditManialinkControllerTests.cs#L24
Argument 1: cannot convert from 'string' to 'EvoSC.Modules.Official.MotdModule.Models.EditMotdEntryModel'
build_and_test
Process completed with exit code 1.
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/Clients/Dtos/MxMapInfoDto.cs#L8
Non-nullable property 'Username' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build_and_test: src/EvoSC.Common/Clients/Dtos/MxMapInfoDto.cs#L10
Non-nullable property 'GbxMapName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build_and_test: src/EvoSC.Common/Clients/Dtos/MxMapInfoDto.cs#L12
Non-nullable property 'AuthorLogin' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build_and_test: src/EvoSC.Common/Clients/Dtos/MxMapInfoDto.cs#L15
Non-nullable property 'TrackUid' 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#L23
Converting null literal or possible null value to non-nullable type.
build_and_test: src/EvoSC.Common/Config/Stores/TomlConfigStore.cs#L27
Possible null reference argument for parameter 'path' in 'DirectoryInfo Directory.CreateDirectory(string path)'.
build_and_test: src/EvoSC.Common/Config/Stores/TomlConfigStore.cs#L71
Dereference of a possibly null reference.
build_and_test: src/EvoSC.Common/Config/Stores/TomlConfigStore.cs#L71
Possible null reference argument for parameter 'hex' in 'TextColor.TextColor(string hex)'.
build_and_test: src/EvoSC.Common/Config/Stores/TomlConfigStore.cs#L75
Possible null reference argument for parameter 't' in 'TomlValue? TomletMain.ValueFrom(Type type, object t)'.