Skip to content

Add test step to build script #59

Add test step to build script

Add test step to build script #59

Re-run triggered December 11, 2024 09:52
Status Success
Total duration 2m 38s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
windows-latest
D:\a\Edelstein\Edelstein\src\common\Edelstein.Common.Gameplay.Login\LoginStageSystem.cs(16,56): warning CS9124: Parameter 'ILoginStageSystemOptions options' is captured into the state of the enclosing type and its value is also used to initialize a field, property, or event. [D:\a\Edelstein\Edelstein\src\common\Edelstein.Common.Gameplay.Login\Edelstein.Common.Gameplay.Login.csproj]
windows-latest
D:\a\Edelstein\Edelstein\src\common\Edelstein.Common.Database\Entities\DbAccountRepository.cs(11,43): warning CS9107: Parameter 'IDbContextFactory<GameDbContext> factory' is captured into the state of the enclosing type and its value is also passed to the base constructor. The value might be captured by the base class as well. [D:\a\Edelstein\Edelstein\src\common\Edelstein.Common.Database\Edelstein.Common.Database.csproj]
windows-latest
D:\a\Edelstein\Edelstein\src\common\Edelstein.Common.Database\Entities\DbAccountRepository.cs(11,52): warning CS9107: Parameter 'IMapper mapper' is captured into the state of the enclosing type and its value is also passed to the base constructor. The value might be captured by the base class as well. [D:\a\Edelstein\Edelstein\src\common\Edelstein.Common.Database\Edelstein.Common.Database.csproj]
windows-latest
D:\a\Edelstein\Edelstein\src\common\Edelstein.Common.Database\Entities\DbAccountWorldDataRepository.cs(11,61): warning CS9107: Parameter 'IDbContextFactory<GameDbContext> factory' is captured into the state of the enclosing type and its value is also passed to the base constructor. The value might be captured by the base class as well. [D:\a\Edelstein\Edelstein\src\common\Edelstein.Common.Database\Edelstein.Common.Database.csproj]
windows-latest
D:\a\Edelstein\Edelstein\src\common\Edelstein.Common.Database\Entities\DbAccountWorldDataRepository.cs(11,70): warning CS9107: Parameter 'IMapper mapper' is captured into the state of the enclosing type and its value is also passed to the base constructor. The value might be captured by the base class as well. [D:\a\Edelstein\Edelstein\src\common\Edelstein.Common.Database\Edelstein.Common.Database.csproj]
windows-latest
D:\a\Edelstein\Edelstein\src\common\Edelstein.Common.Database\Entities\DbCharacterRepository.cs(13,47): warning CS9107: Parameter 'IDbContextFactory<GameDbContext> factory' is captured into the state of the enclosing type and its value is also passed to the base constructor. The value might be captured by the base class as well. [D:\a\Edelstein\Edelstein\src\common\Edelstein.Common.Database\Edelstein.Common.Database.csproj]
windows-latest
D:\a\Edelstein\Edelstein\src\common\Edelstein.Common.Database\Entities\DbCharacterRepository.cs(13,56): warning CS9107: Parameter 'IMapper mapper' is captured into the state of the enclosing type and its value is also passed to the base constructor. The value might be captured by the base class as well. [D:\a\Edelstein\Edelstein\src\common\Edelstein.Common.Database\Edelstein.Common.Database.csproj]
windows-latest
D:\a\Edelstein\Edelstein\src\common\Edelstein.Common.Database\Entities\Services\Auth\DbIdentityRepository.cs(11,45): warning CS9107: Parameter 'IDbContextFactory<GameDbContext> factory' is captured into the state of the enclosing type and its value is also passed to the base constructor. The value might be captured by the base class as well. [D:\a\Edelstein\Edelstein\src\common\Edelstein.Common.Database\Edelstein.Common.Database.csproj]
windows-latest
D:\a\Edelstein\Edelstein\src\common\Edelstein.Common.Database\Entities\Services\Auth\DbIdentityRepository.cs(11,54): warning CS9107: Parameter 'IMapper mapper' is captured into the state of the enclosing type and its value is also passed to the base constructor. The value might be captured by the base class as well. [D:\a\Edelstein\Edelstein\src\common\Edelstein.Common.Database\Edelstein.Common.Database.csproj]
windows-latest
D:\a\Edelstein\Edelstein\src\common\Edelstein.Common.Gameplay.Game\Dialogs\Conversations\ConversationDialog.cs(19,52): warning CS9124: Parameter 'IConversationContext context' is captured into the state of the enclosing type and its value is also used to initialize a field, property, or event. [D:\a\Edelstein\Edelstein\src\common\Edelstein.Common.Gameplay.Game\Edelstein.Common.Gameplay.Game.csproj]