Skip to content

Fixed some type mistmatches in printer commands. Shifted purge line l… #8

Fixed some type mistmatches in printer commands. Shifted purge line l…

Fixed some type mistmatches in printer commands. Shifted purge line l… #8

Triggered via push November 11, 2025 18:59
Status Success
Total duration 1m 47s
Artifacts

dotnet-ci.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build-and-test: UI/Backend/ViewModels/Automation/CampaignEdit/CommandDesignerViewModel.cs#L74
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-and-test: UI/Backend/ViewModels/Automation/CampaignEdit/CommandDesignerViewModel.cs#L51
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-and-test: UI/Backend/ViewModels/UsbDeviceConnectorViewModel.cs#L29
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-and-test: PrusaMK4S/Commands/Responses/State.cs#L11
Non-nullable property 'Flags' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-and-test: PrusaMK4S/PrusaMK4s.cs#L379
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-and-test: PrusaMK4S/Simulation/SimPrusaMK4S.cs#L117
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-and-test: Ares.Core.Tests/Execution/Composers/StepComposerTests.cs#L15
The field 'StepComposerTests._notificationHandlers' is never used
build-and-test: Ares.Core/EntityConfigurations/Helpers/EfCoreValueConverters.cs#L107
Possible null reference argument for parameter 'd2' in 'bool EfCoreValueConverters.MapFieldEquals<TKey, TValue>(MapField<TKey, TValue> d1, MapField<TKey, TValue> d2)'.
build-and-test: Ares.Core/EntityConfigurations/Helpers/EfCoreValueConverters.cs#L107
Possible null reference argument for parameter 'd1' in 'bool EfCoreValueConverters.MapFieldEquals<TKey, TValue>(MapField<TKey, TValue> d1, MapField<TKey, TValue> d2)'.
build-and-test: Ares.Core/Device/Remote/RemoteDeviceManager.cs#L138
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.