Bump System.IO.Ports from 10.0.0 to 10.0.1 #45
Closed
Annotations
10 warnings
|
Build All Projects:
RestSerialDevice/SerialRestDevice.cs#L24
Non-nullable property 'ReportedName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build All Projects:
RestSerialDevice/SerialRestDevice.cs#L24
Non-nullable field '_address' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
Build All Projects:
FlirCM3/Simulation/SimCM3Camera.cs#L54
Dereference of a possibly null reference.
|
|
Build All Projects:
FlirCM3/Simulation/SimCM3Camera.cs#L89
'SimCM3Camera.Status' hides inherited member 'AresDevice.Status'. Use the new keyword if hiding was intended.
|
|
Build All Projects:
FlirCM3/Simulation/SimCM3Camera.cs#L88
'SimCM3Camera.Name' hides inherited member 'AresDevice.Name'. Use the new keyword if hiding was intended.
|
|
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)'.
|
|
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:
VerdiV6Laser/Commands/Responses/Parsers/ResponseParser.cs#L24
Cannot convert null literal to non-nullable reference type.
|
|
Build All Projects:
VerdiV6Laser/Commands/Responses/Parsers/ResponseParser.cs#L16
Possible null reference assignment.
|
Loading