Skip to content

Adjusted test timing slightly to see if it works with guthib better. #94

Adjusted test timing slightly to see if it works with guthib better.

Adjusted test timing slightly to see if it works with guthib better. #94

Triggered via push December 19, 2025 21:19
Status Failure
Total duration 1m 23s
Artifacts

dotnet-ci.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
build-and-test
Process completed with exit code 1.
build-and-test: RestSerialDevice/Commands/Responses/Parsers/DeviceInfoResponseParser.cs#L30
The variable 'e' is declared but never used
build-and-test: RestSerialDevice/Commands/Responses/JsonResponses/Json/Return.cs#L11
Non-nullable property 'DataType' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-and-test: VerdiV6Laser/Commands/Responses/Parsers/ResponseParser.cs#L24
Cannot convert null literal to non-nullable reference type.
build-and-test: VerdiV6Laser/Commands/Responses/Parsers/ResponseParser.cs#L16
Possible null reference assignment.
build-and-test: FlirCM3/Simulation/SimCM3Camera.cs#L54
Dereference of a possibly null reference.
build-and-test: FlirCM3/Simulation/SimCM3Camera.cs#L89
'SimCM3Camera.Status' hides inherited member 'AresDevice.Status'. Use the new keyword if hiding was intended.
build-and-test: FlirCM3/Simulation/SimCM3Camera.cs#L88
'SimCM3Camera.Name' hides inherited member 'AresDevice.Name'. Use the new keyword if hiding was intended.
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.
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)'.