Updates to fix a few bugs in G-Code generation. Fixed graphic bug in … #14
Annotations
10 warnings
|
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:
UI/Services/Grpc/ClientManager.cs#L40
'X509Certificate2.X509Certificate2(string, string?)' is obsolete: 'Loading certificate data through the constructor or Import is obsolete. Use X509CertificateLoader instead to load certificates.' (https://aka.ms/dotnet-warnings/SYSLIB0057)
|
|
build-and-test:
AresService/Services/UserManagement/UserManagementService.cs#L207
Possible null reference return.
|
|
build-and-test:
AresService/Startup.cs#L149
Dereference of a possibly null reference.
|
|
build-and-test:
AresService/Startup.cs#L144
Possible null reference argument for parameter 'configuration' in 'void ServiceCollectionExtensions.AddAres(IServiceCollection services, IConfiguration configuration)'.
|
|
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:
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.
|