fix(server): add missing packet handler #16
Annotations
8 warnings
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Build Server:
GLOKON.Baiters.GodotInterop/GodotReader.cs#L51
Possible null reference return.
|
Build Server:
GLOKON.Baiters.Core/Utils/WeightedList.cs#L45
Possible null reference return.
|
Build Server:
GLOKON.Baiters.Core/Utils/WeightedList.cs#L171
Dereference of a possibly null reference.
|
Build Server:
GLOKON.Baiters.Core/Packets/Handlers/ActorAnimationUpdateHandler.cs#L5
Parameter 'server' is unread.
|
Build Server:
GLOKON.Baiters.Server/Controllers/WelcomeController.cs#L13
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.
|
Build Server:
GLOKON.Baiters.Server/Server.cs#L64
Using member 'Microsoft.Extensions.DependencyInjection.MvcServiceCollectionExtensions.AddControllers(IServiceCollection)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. MVC does not currently support trimming or native AOT. https://aka.ms/aspnet/trimming
|
Build Server
System.Net.Quic.MsQuicApi..cctor(): 'System.Reflection.Assembly.Location.get' always returns an empty string for assemblies embedded in a single-file app. If the path to the app directory is needed, consider calling 'System.AppContext.BaseDirectory'.
|
Loading