Add ItemOption stat calculation #60
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.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]
|
windows-latest
D:\a\Edelstein\Edelstein\src\common\Edelstein.Common.Gameplay.Game\Dialogs\Conversations\ConversationDialog.cs(9,16): warning CS9113: Parameter 'user' is unread. [D:\a\Edelstein\Edelstein\src\common\Edelstein.Common.Gameplay.Game\Edelstein.Common.Gameplay.Game.csproj]
|
windows-latest
D:\a\Edelstein\Edelstein\src\common\Edelstein.Common.Gameplay.Game\GameStageSystem.cs(16,55): warning CS9124: Parameter 'IGameStageSystemOptions 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.Game\Edelstein.Common.Gameplay.Game.csproj]
|
windows-latest
D:\a\Edelstein\Edelstein\src\common\Edelstein.Common.Gameplay.Game\Objects\AbstractFieldLife.cs(22,23): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [D:\a\Edelstein\Edelstein\src\common\Edelstein.Common.Gameplay.Game\Edelstein.Common.Gameplay.Game.csproj]
|
windows-latest
D:\a\Edelstein\Edelstein\src\common\Edelstein.Common.Gameplay.Game\Items\Consume\StatChangeItemUseManager.cs(27,41): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [D:\a\Edelstein\Edelstein\src\common\Edelstein.Common.Gameplay.Game\Edelstein.Common.Gameplay.Game.csproj]
|
windows-latest
D:\a\Edelstein\Edelstein\src\common\Edelstein.Common.Gameplay.Game\Items\Consume\ReleaseItemUseManager.cs(16,104): warning CS9107: Parameter 'ITemplateManager<IItemTemplate> templates' 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.Gameplay.Game\Edelstein.Common.Gameplay.Game.csproj]
|
windows-latest
D:\a\Edelstein\Edelstein\src\common\Edelstein.Common.Gameplay.Game\Objects\NPC\FieldNPC.cs(21,9): warning CS9107: Parameter 'IPoint2D position' 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.Gameplay.Game\Edelstein.Common.Gameplay.Game.csproj]
|
windows-latest
D:\a\Edelstein\Edelstein\src\common\Edelstein.Common.Gameplay.Game\Objects\Reactors\FieldReactor.cs(18,25): warning CS9107: Parameter 'IPoint2D position' 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.Gameplay.Game\Edelstein.Common.Gameplay.Game.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]
|