stocks trading #8258
Annotations
9 errors and 32 warnings
Content.Client/DeltaV/CartridgeLoader/Cartridges/StockTradingUiFragment.xaml.cs#L11
The type StockTradingUiFragment should be declared with the 'partial' keyword as it is annotated with the
|
Content.Client/DeltaV/CartridgeLoader/Cartridges/StockTradingUiFragment.xaml.cs#L34
The name 'NoEntries' does not exist in the current context
|
Content.Client/DeltaV/CartridgeLoader/Cartridges/StockTradingUiFragment.xaml.cs#L35
The name 'Balance' does not exist in the current context
|
Content.Client/DeltaV/CartridgeLoader/Cartridges/StockTradingUiFragment.xaml.cs#L51
The name 'Entries' does not exist in the current context
|
Content.Client/DeltaV/CartridgeLoader/Cartridges/StockTradingUiFragment.xaml.cs#L11
The type StockTradingUiFragment should be declared with the 'partial' keyword as it is annotated with the
|
Content.Client/DeltaV/CartridgeLoader/Cartridges/StockTradingUiFragment.xaml.cs#L34
The name 'NoEntries' does not exist in the current context
|
Content.Client/DeltaV/CartridgeLoader/Cartridges/StockTradingUiFragment.xaml.cs#L35
The name 'Balance' does not exist in the current context
|
Content.Client/DeltaV/CartridgeLoader/Cartridges/StockTradingUiFragment.xaml.cs#L51
The name 'Entries' does not exist in the current context
|
|
The following actions uses node12 which is deprecated and will be forced to run on node16: space-wizards/submodule-dependency@v0.1.5. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3.6.0, space-wizards/submodule-dependency@v0.1.5, actions/setup-dotnet@v3.2.0. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
RobustToolbox/Robust.Shared/Containers/SharedContainerSystem.cs#L580
'SharedContainerSystem.TryGetContainingContainer(EntityUid, out BaseContainer?, MetaDataComponent?, TransformComponent?)' is obsolete: 'Use Entity<T> variant'
|
RobustToolbox/Robust.Shared/Containers/SharedContainerSystem.cs#L650
'SharedContainerSystem.TryGetContainingContainer(EntityUid, out BaseContainer?, MetaDataComponent?, TransformComponent?)' is obsolete: 'Use Entity<T> variant'
|
RobustToolbox/Robust.Shared/Containers/SharedContainerSystem.cs#L663
'SharedContainerSystem.TryGetContainingContainer(EntityUid, out BaseContainer?, MetaDataComponent?, TransformComponent?)' is obsolete: 'Use Entity<T> variant'
|
RobustToolbox/Robust.Shared/Containers/ContainerManagerComponent.cs#L32
'Component.Owner' is obsolete: 'Update your API to allow accessing Owner through other means'
|
RobustToolbox/Robust.Shared/Toolshed/TypeParsers/SessionTypeParser.cs#L46
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.
|
RobustToolbox/Robust.Shared/Toolshed/TypeParsers/EnumTypeParser.cs#L49
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.
|
RobustToolbox/Robust.Shared/Toolshed/TypeParsers/EntityTypeParser.cs#L41
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.
|
RobustToolbox/Robust.Shared/Toolshed/TypeParsers/BoolTypeParser.cs#L52
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.
|
RobustToolbox/Robust.Shared/GameObjects/Systems/SharedUserInterfaceSystem.cs#L225
'BoundUserInterface.DeferredClose' is obsolete
|
RobustToolbox/Robust.Shared/Toolshed/Syntax/ParserContext.cs#L132
'Logger.DebugS(string, string)' is obsolete: 'Use ISawmill.Log'
|
RobustToolbox/Robust.Shared/Containers/SharedContainerSystem.cs#L580
'SharedContainerSystem.TryGetContainingContainer(EntityUid, out BaseContainer?, MetaDataComponent?, TransformComponent?)' is obsolete: 'Use Entity<T> variant'
|
RobustToolbox/Robust.Shared/Containers/SharedContainerSystem.cs#L650
'SharedContainerSystem.TryGetContainingContainer(EntityUid, out BaseContainer?, MetaDataComponent?, TransformComponent?)' is obsolete: 'Use Entity<T> variant'
|
RobustToolbox/Robust.Shared/Containers/SharedContainerSystem.cs#L663
'SharedContainerSystem.TryGetContainingContainer(EntityUid, out BaseContainer?, MetaDataComponent?, TransformComponent?)' is obsolete: 'Use Entity<T> variant'
|
RobustToolbox/Robust.Shared/Containers/ContainerManagerComponent.cs#L32
'Component.Owner' is obsolete: 'Update your API to allow accessing Owner through other means'
|
RobustToolbox/Robust.Shared/GameObjects/Systems/SharedUserInterfaceSystem.cs#L225
'BoundUserInterface.DeferredClose' is obsolete
|
RobustToolbox/Robust.Shared/GameObjects/Systems/SharedUserInterfaceSystem.cs#L406
'BoundUserInterface.DeferredClose' is obsolete
|
RobustToolbox/Robust.Shared/GameObjects/Systems/SharedUserInterfaceSystem.cs#L457
'BoundUserInterface.DeferredClose' is obsolete
|
RobustToolbox/Robust.Shared/GameObjects/Systems/SharedTransformSystem.Component.cs#L771
'TransformComponent.Anchored.set' is obsolete: 'Use the SharedTransformSystem.AnchorEntity/Unanchor methods instead.'
|
RobustToolbox/Robust.Shared/GameObjects/Systems/SharedTransformSystem.Component.cs#L1089
'SharedTransformSystem.SetLocalRotation(TransformComponent, Angle)' is obsolete: 'use override with EntityUid'
|
RobustToolbox/Robust.Shared/GameObjects/Systems/SharedTransformSystem.Component.cs#L1103
'SharedTransformSystem.SetLocalRotation(TransformComponent, Angle)' is obsolete: 'use override with EntityUid'
|
RobustToolbox/Robust.Shared/Toolshed/TypeParsers/SessionTypeParser.cs#L46
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.
|
RobustToolbox/Robust.Shared/GameObjects/Systems/SharedUserInterfaceSystem.cs#L225
'BoundUserInterface.DeferredClose' is obsolete
|
RobustToolbox/Robust.Shared/Serialization/TypeSerializers/Implementations/Custom/Prototype/PrototypeFlagsTypeSerializer.cs#L49
'Logger.Warning(string)' is obsolete: 'Use ISawmill.Warning'
|
RobustToolbox/Robust.Shared/Serialization/TypeSerializers/Implementations/Custom/Prototype/PrototypeFlagsTypeSerializer.cs#L82
'Logger.Warning(string)' is obsolete: 'Use ISawmill.Warning'
|
RobustToolbox/Robust.Shared/Containers/SharedContainerSystem.cs#L580
'SharedContainerSystem.TryGetContainingContainer(EntityUid, out BaseContainer?, MetaDataComponent?, TransformComponent?)' is obsolete: 'Use Entity<T> variant'
|
RobustToolbox/Robust.Shared/GameObjects/Systems/SharedUserInterfaceSystem.cs#L406
'BoundUserInterface.DeferredClose' is obsolete
|
RobustToolbox/Robust.Shared/Serialization/TypeSerializers/Implementations/Generic/ListSerializers.cs#L131
'Logger.Warning(string)' is obsolete: 'Use ISawmill.Warning'
|
RobustToolbox/Robust.Shared/GameObjects/Systems/SharedUserInterfaceSystem.cs#L457
'BoundUserInterface.DeferredClose' is obsolete
|
RobustToolbox/Robust.Shared/Containers/SharedContainerSystem.cs#L650
'SharedContainerSystem.TryGetContainingContainer(EntityUid, out BaseContainer?, MetaDataComponent?, TransformComponent?)' is obsolete: 'Use Entity<T> variant'
|
RobustToolbox/Robust.Shared/Serialization/TypeSerializers/Implementations/Generic/ListSerializers.cs#L150
'Logger.Warning(string)' is obsolete: 'Use ISawmill.Warning'
|
The logs for this run have expired and are no longer available.
Loading