Refactor/mutliplayer #77
Annotations
7 errors and 14 warnings
Build
The call is ambiguous between the following methods or properties: 'NonSucking.Framework.Serialization.BinaryRWExtensions.ReadBytes(System.IO.BinaryReader, System.Span<byte>)' and 'NonSucking.Framework.Serialization.BinaryRWExtensions.ReadBytes(System.IO.BinaryReader, System.Span<byte>)'
|
Build
The call is ambiguous between the following methods or properties: 'NonSucking.Framework.Serialization.BinaryRWExtensions.WriteBytes(System.IO.BinaryWriter, System.Span<byte>)' and 'NonSucking.Framework.Serialization.BinaryRWExtensions.WriteBytes(System.IO.BinaryWriter, System.Span<byte>)'
|
Build:
OctoAwesome/OctoAwesome.Tests/TestGlobalCache.cs#L10
'TestGlobalCache' does not implement interface member 'IGlobalChunkCache.CacheService'
|
Build
The call is ambiguous between the following methods or properties: 'NonSucking.Framework.Serialization.BinaryRWExtensions.ReadBytes(System.IO.BinaryReader, System.Span<byte>)' and 'NonSucking.Framework.Serialization.BinaryRWExtensions.ReadBytes(System.IO.BinaryReader, System.Span<byte>)'
|
Build
The call is ambiguous between the following methods or properties: 'NonSucking.Framework.Serialization.BinaryRWExtensions.WriteBytes(System.IO.BinaryWriter, System.Span<byte>)' and 'NonSucking.Framework.Serialization.BinaryRWExtensions.WriteBytes(System.IO.BinaryWriter, System.Span<byte>)'
|
Build:
OctoAwesome/OctoAwesome.Tests/TestGlobalCache.cs#L10
'TestGlobalCache' does not implement interface member 'IGlobalChunkCache.CacheService'
|
Build
Process completed with exit code 1.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/[email protected], actions/setup-dotnet@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/[email protected], actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Build:
OctoAwesome/OctoAwesome/Simulation.cs#L34
'Simulation.ResourceManager' hides inherited member 'ComponentContainer<SimulationComponent>.ResourceManager'. Use the new keyword if hiding was intended.
|
Build:
OctoAwesome/OctoAwesome/Simulation.cs#L49
'Simulation.Components' hides inherited member 'ComponentContainer.Components'. Use the new keyword if hiding was intended.
|
Build:
OctoAwesome/OctoAwesome/Simulation.cs#L182
'Simulation.Update(GameTime)' hides inherited member 'ComponentContainer<SimulationComponent>.Update(GameTime)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
|
Build:
OctoAwesome/OctoAwesome/Caching/PositionComponentCache.cs#L65
Dereference of a possibly null reference.
|
Build:
OctoAwesome/OctoAwesome/Caching/Cache.cs#L161
Possible null reference argument for parameter 'value' in 'CacheItem Cache<TKey, TValue>.AddOrUpdateInternal(TKey key, TValue value)'.
|
Build:
OctoAwesome/OctoAwesome/Threading/Awaiter.cs#L79
Possible null reference argument for parameter 'arg' in 'object Func<byte[], object>.Invoke(byte[] arg)'.
|
Build:
OctoAwesome/OctoAwesome/Threading/Awaiter.cs#L123
Possible null reference argument for parameter 'arg' in 'object Func<byte[], object>.Invoke(byte[] arg)'.
|
Build:
OctoAwesome/OctoAwesome/Simulation.cs#L306
Dereference of a possibly null reference.
|
Build:
OctoAwesome/OctoAwesome/Simulation.cs#L495
Possible null reference argument for parameter 'entity' in 'void Simulation.Add(Entity entity, bool overwriteExisting)'.
|
Build:
OctoAwesome/OctoAwesome/Player.cs#L38
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Checkout
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Checkout
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Loading