Skip to content

#593 - fix crash caused by storing too much data in log messages #292

#593 - fix crash caused by storing too much data in log messages

#593 - fix crash caused by storing too much data in log messages #292

Triggered via push November 28, 2025 21:02
Status Success
Total duration 3m 23s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

13 warnings
build
The `set-output` 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/
build
Found failing tests
build
Execution of tests returned failure: 1
build: FrEee.Core.Utility/Extensions/EnumerableExtensions.cs#L154
Cannot convert null literal to non-nullable reference type.
build: FrEee.Core.Utility/Extensions/EnumerableExtensions.cs#L129
Cannot convert null literal to non-nullable reference type.
build: FrEee.Core.Utility/Extensions/EnumerableExtensions.cs#L116
Cannot convert null literal to non-nullable reference type.
build: FrEee.Plugins/PluginLibrary.cs#L125
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: FrEee.Plugins/PluginLibrary.cs#L101
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: FrEee.Plugins/DI.cs#L111
Dereference of a possibly null reference.
build: FrEee.Plugins/DI.cs#L108
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: FrEee.Plugins/PluginLibrary.cs#L86
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: FrEee.Plugins/PluginLibrary.cs#L62
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: FrEee.Plugins/PluginLibrary.cs#L20
Non-nullable property 'All' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.