Skip to content

Merge branch 'development' #151

Merge branch 'development'

Merge branch 'development' #151

Triggered via push January 1, 2026 15:21
Status Success
Total duration 53s
Artifacts

nuget.yml

on: push
Publish Nuget Packages
38s
Publish Nuget Packages
Fit to window
Zoom out
Zoom in

Annotations

20 warnings
Publish Nuget Packages: src/Artemis.UI.Shared/ReactiveAppWindow.cs#L25
Inadvisable registration: Generic types cannot be referenced from XAML. Create a non-generic type to be the owner of this AvaloniaProperty.
Publish Nuget Packages: src/Artemis.UI.Shared/Services/DataModelUIService.cs#L22
The field 'DataModelUIService._showDataModelValues' is never used
Publish Nuget Packages: src/Artemis.UI.Shared/Services/DataModelUIService.cs#L21
The field 'DataModelUIService._showFullPaths' is never used
Publish Nuget Packages: src/Artemis.UI.Shared/Services/ProfileEditor/ProfileEditorService.cs#L81
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.
Publish Nuget Packages: src/Artemis.UI.Shared/Services/DataModelUIService.cs#L24
Non-nullable field '_showDataModelValues' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Publish Nuget Packages: src/Artemis.UI.Shared/Services/DataModelUIService.cs#L24
Non-nullable field '_showFullPaths' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Publish Nuget Packages: src/Artemis.UI.Shared/Extensions/ClipboardExtensions.cs#L26
'IClipboard.GetDataAsync(string)' is obsolete: 'Use TryGetDataAsync instead.'
Publish Nuget Packages: src/Artemis.UI.Shared/Controls/DeviceVisualizer.cs#L198
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.
Publish Nuget Packages: src/Artemis.UI.Shared/ViewModelBase.cs#L35
'ContentDialogViewModelBase.Dispose()' hides inherited member 'ReactiveValidationObject.Dispose()'. Use the new keyword if hiding was intended.
Publish Nuget Packages: src/Artemis.UI.Shared/ViewModelBase.cs#L30
'ContentDialogViewModelBase.Dispose(bool)' hides inherited member 'ReactiveValidationObject.Dispose(bool)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
Publish Nuget Packages: src/Artemis.Core/Services/WebServer/EndPoints/RawPluginEndPoint.cs#L8
XML comment has cref attribute 'IHttpContext' that could not be resolved
Publish Nuget Packages: src/Artemis.Core/Constants.cs#L142
Missing XML comment for publicly visible type or member 'Constants.GetStartupRoute()'
Publish Nuget Packages: src/Artemis.Core/Services/WebServer/EndPoints/PluginEndPoint.cs#L17
Non-nullable property 'Returns' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Publish Nuget Packages: src/Artemis.Core/Services/WebServer/EndPoints/PluginEndPoint.cs#L17
Non-nullable property 'Accepts' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Publish Nuget Packages: src/Artemis.Core/Services/WebServer/WebApiControllerRegistration.cs#L27
Non-nullable property 'Factory' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Publish Nuget Packages: src/Artemis.Core/Services/WebServer/WebServerService.cs#L59
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.
Publish Nuget Packages: src/Artemis.Core/Services/WebServer/WebServerService.cs#L57
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.
Publish Nuget Packages: src/Artemis.Core/Services/WebServer/EndPoints/PluginEndPoint.cs#L50
XML comment has badly formed XML -- 'Expected an end tag for element 'summary'.'
Publish Nuget Packages: src/Artemis.Storage/Entities/RawProfileContainer.cs#L9
Non-nullable property 'Profile' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Publish Nuget Packages: src/Artemis.Storage/Entities/RawProfileContainer.cs#L8
Non-nullable property 'ProfileConfiguration' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.