Skip to content

Implement bonus exp multiplier #33

Implement bonus exp multiplier

Implement bonus exp multiplier #33

Triggered via push March 7, 2025 12:06
Status Success
Total duration 43s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: PlatformRacing3.Common/Database/DatabaseConnection.cs#L20
'NpgsqlConnection.GlobalTypeMapper' is obsolete: 'Global-level type mapping has been replaced with data source mapping, see the 7.0 release notes.'
build: PlatformRacing3.Server/Game/Client/ClientSession.cs#L91
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: PlatformRacing3.Server/Core/PlatformRacing3Server.cs#L100
'RedisChannel.implicit operator RedisChannel(string)' is obsolete: 'It is preferable to explicitly specify a PatternMode, or use the Literal/Pattern methods'
build: Net/Net.Collections/CriticalSocketCollection.cs#L118
Non-nullable field 'UserDefinedData' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: Net/Net/Sockets/Pipeline/Handler/TailPipelineHandlerContext.cs#L11
Possible null reference return.
build: PlatformRacing3.Common/User/UserManager.cs#L221
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
build: PlatformRacing3.Common/Server/ServerManager.cs#L61
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
build: PlatformRacing3.Common/Server/ServerManager.cs#L30
'RedisChannel.implicit operator RedisChannel(string)' is obsolete: 'It is preferable to explicitly specify a PatternMode, or use the Literal/Pattern methods'
build: PlatformRacing3.Common/Database/DatabaseConnection.cs#L21
'NpgsqlConnection.GlobalTypeMapper' is obsolete: 'Global-level type mapping has been replaced with data source mapping, see the 7.0 release notes.'
build: PlatformRacing3.Common/Database/DatabaseConnection.cs#L20
'NpgsqlConnection.GlobalTypeMapper' is obsolete: 'Global-level type mapping has been replaced with data source mapping, see the 7.0 release notes.'