Update workflow scripts #57
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\DbAccount.cs(10,44): warning CS8618: Non-nullable property 'AccountWorldData' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable. [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,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\DbAccountWorldData.cs(9,22): warning CS8618: Non-nullable property 'Account' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable. [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\DbAccountWorldData.cs(10,37): warning CS8618: Non-nullable property 'Characters' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable. [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\Session\DbSessionInfo.cs(11,22): warning CS8618: Non-nullable property 'Account' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable. [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\Session\DbSessionInfo.cs(13,25): warning CS8618: Non-nullable property 'Server' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable. [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\Server\DbServerInfo.cs(16,39): warning CS8618: Non-nullable property 'Sessions' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable. [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\Server\DbServerInfo.cs(18,41): warning CS8618: Non-nullable property 'MigrationOut' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable. [D:\a\Edelstein\Edelstein\src\common\Edelstein.Common.Database\Edelstein.Common.Database.csproj]
|