Merge base ARES with updated datamodel to 16.0 #20
Annotations
1 error and 10 warnings
|
build-and-test
Process completed with exit code 1.
|
|
build-and-test:
UI/Pages/ScriptPlayground.razor#L117
'ScriptPlayground.Dispose()' hides inherited member 'ReactiveInjectableComponentBase<ScriptPlaygroundViewModel>.Dispose()'. Use the new keyword if hiding was intended.
|
|
build-and-test:
UI/Backend/ViewModels/Automation/ExecutionViewModel.cs#L16
The using directive for 'Ares.Datamodel.Planning' appeared previously in this namespace
|
|
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:
AresScript/obj/Release/net10.0/AresLangParser.cs#L102
The field 'AresLangParser.nestingLevel' is assigned but its value is never used
|
|
build-and-test:
AresScript/obj/Release/net10.0/AresLangLexer.cs#L62
The field 'AresLangLexer.funcDepth' is assigned but its value is never used
|
|
build-and-test:
AresScript/obj/Release/net10.0/AresLangLexer.cs#L63
The field 'AresLangLexer.loopDepth' is assigned but its value is never used
|
|
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.
|