Bump the dotnet-minor-patch group with 1 update #12
Annotations
10 warnings
|
Build All Projects:
RestSerialDevice/Commands/Responses/Parsers/DeviceInfoResponseParser.cs#L30
The variable 'e' is declared but never used
|
|
Build All Projects:
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 All Projects:
RestSerialDevice/Commands/Responses/Parsers/DeviceServicesResponseParser.cs#L38
The variable 'e' is declared but never used
|
|
Build All Projects:
LindbergFurnace/TubeFurnace.cs#L72
'TubeFurnace.Dispose()' hides inherited member 'AresDevice.Dispose()'. Use the new keyword if hiding was intended.
|
|
Build All Projects:
LaserChiller/LaserChiller.cs#L59
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 All Projects:
LaserChiller/Commands/Responses/Parsers/ResponseParser.cs#L24
Cannot convert null literal to non-nullable reference type.
|
|
Build All Projects:
LaserChiller/Commands/Responses/Parsers/ResponseParser.cs#L16
Possible null reference assignment.
|
|
Build All Projects:
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 All Projects:
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 All Projects:
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)'.
|
Loading