Skip to content

Master - Build

Master - Build #149

Manually triggered March 10, 2024 21:07
Status Success
Total duration 4m 58s
Artifacts 3

master.yml

on: workflow_dispatch
Matrix: build
Notify Backend of build
10s
Notify Backend of build
Fit to window
Zoom out
Zoom in

Annotations

60 warnings
Linux Build
This call site is reachable on all platforms. 'Icon.Save(Stream)' is only supported on: 'windows' 6.1 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
Linux Build
This call site is reachable on all platforms. 'Icon.ExtractAssociatedIcon(string)' is only supported on: 'windows' 6.1 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
Linux Build
Converting null literal or possible null value to non-nullable type.
Linux Build
Possible null reference assignment.
Linux Build
Non-nullable property 'Comment' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Linux Build
Dereference of a possibly null reference.
Linux Build
Possible null reference argument for parameter 'c' in 'bool Type.IsSubclassOf(Type c)'.
Linux Build
The field 'PhilipsHueConfigurationViewModel._lightDisplay' is never used
Linux Build
The field 'PhilipsHueConfigurationViewModel._roomDisplay' is never used
Linux Build
Nullability of reference types in type of parameter 'value' of 'object RenderScaleConverter.Convert(object value, Type targetType, object parameter, CultureInfo culture)' doesn't match implicitly implemented member 'object? IValueConverter.Convert(object? value, Type targetType, object? parameter, CultureInfo culture)' (possibly because of nullability attributes).
Linux Build: src/Artemis.Storage/Entities/RawProfileContainer.cs#L8
Non-nullable property 'ProfileConfiguration' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Linux Build: src/Artemis.Storage/Entities/RawProfileContainer.cs#L9
Non-nullable property 'Profile' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Linux Build: 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.
Linux Build: src/Artemis.UI.Shared/Services/DataModelUIService.cs#L24
Non-nullable field '_showFullPaths' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Linux Build: src/Artemis.UI.Shared/Services/DataModelUIService.cs#L24
Non-nullable field '_showDataModelValues' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Linux Build: 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.
Linux Build: src/Artemis.UI.Shared/Services/DataModelUIService.cs#L22
The field 'DataModelUIService._showDataModelValues' is never used
Linux Build: src/Artemis.UI.Shared/Services/DataModelUIService.cs#L21
The field 'DataModelUIService._showFullPaths' is never used
Linux Build: src/Artemis.UI.Shared/ReactiveAppWindow.cs#L28
Inadvisable registration: Generic types cannot be referenced from XAML. Create a non-generic type to be the owner of this AvaloniaProperty.
Linux Build: src/Artemis.WebClient.Workshop/Models/PersonalAccessToken.cs#L5
Non-nullable property 'Key' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
MacOS Build: src/Artemis.Storage/Entities/RawProfileContainer.cs#L8
Non-nullable property 'ProfileConfiguration' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
MacOS Build: src/Artemis.Storage/Entities/RawProfileContainer.cs#L9
Non-nullable property 'Profile' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
MacOS Build: 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.
MacOS Build: 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.
MacOS Build: src/Artemis.UI.Shared/Services/DataModelUIService.cs#L24
Non-nullable field '_showFullPaths' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
MacOS Build: src/Artemis.UI.Shared/Services/DataModelUIService.cs#L24
Non-nullable field '_showDataModelValues' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
MacOS Build: src/Artemis.UI.Shared/Services/DataModelUIService.cs#L21
The field 'DataModelUIService._showFullPaths' is never used
MacOS Build: src/Artemis.UI.Shared/Services/DataModelUIService.cs#L22
The field 'DataModelUIService._showDataModelValues' is never used
MacOS Build: src/Artemis.UI.Shared/ReactiveAppWindow.cs#L28
Inadvisable registration: Generic types cannot be referenced from XAML. Create a non-generic type to be the owner of this AvaloniaProperty.
MacOS Build: src/Artemis.WebClient.Workshop/Models/PersonalAccessToken.cs#L5
Non-nullable property 'Key' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
MacOS Build
Converting null literal or possible null value to non-nullable type.
MacOS Build
Possible null reference assignment.
MacOS Build
Non-nullable property 'Comment' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
MacOS Build
Dereference of a possibly null reference.
MacOS Build
Possible null reference argument for parameter 'c' in 'bool Type.IsSubclassOf(Type c)'.
MacOS Build
Nullability of reference types in type of parameter 'value' of 'object RenderScaleConverter.Convert(object value, Type targetType, object parameter, CultureInfo culture)' doesn't match implicitly implemented member 'object? IValueConverter.Convert(object? value, Type targetType, object? parameter, CultureInfo culture)' (possibly because of nullability attributes).
MacOS Build
Nullability of reference types in type of parameter 'parameter' of 'object RenderScaleConverter.Convert(object value, Type targetType, object parameter, CultureInfo culture)' doesn't match implicitly implemented member 'object? IValueConverter.Convert(object? value, Type targetType, object? parameter, CultureInfo culture)' (possibly because of nullability attributes).
MacOS Build
Nullability of reference types in type of parameter 'value' of 'object RenderScaleConverter.ConvertBack(object value, Type targetType, object parameter, CultureInfo culture)' doesn't match implicitly implemented member 'object? IValueConverter.ConvertBack(object? value, Type targetType, object? parameter, CultureInfo culture)' (possibly because of nullability attributes).
MacOS Build
Nullability of reference types in type of parameter 'parameter' of 'object RenderScaleConverter.ConvertBack(object value, Type targetType, object parameter, CultureInfo culture)' doesn't match implicitly implemented member 'object? IValueConverter.ConvertBack(object? value, Type targetType, object? parameter, CultureInfo culture)' (possibly because of nullability attributes).
MacOS Build
Non-nullable property 'Capture' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Windows Build: src/Artemis.Storage/Entities/RawProfileContainer.cs#L8
Non-nullable property 'ProfileConfiguration' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Windows Build: src/Artemis.Storage/Entities/RawProfileContainer.cs#L9
Non-nullable property 'Profile' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Windows Build: 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.
Windows Build: 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.
Windows Build: src/Artemis.UI.Shared/Services/DataModelUIService.cs#L24
Non-nullable field '_showFullPaths' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Windows Build: src/Artemis.UI.Shared/Services/DataModelUIService.cs#L24
Non-nullable field '_showDataModelValues' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Windows Build: src/Artemis.UI.Shared/Services/DataModelUIService.cs#L22
The field 'DataModelUIService._showDataModelValues' is never used
Windows Build: src/Artemis.UI.Shared/Services/DataModelUIService.cs#L21
The field 'DataModelUIService._showFullPaths' is never used
Windows Build: src/Artemis.UI.Shared/ReactiveAppWindow.cs#L28
Inadvisable registration: Generic types cannot be referenced from XAML. Create a non-generic type to be the owner of this AvaloniaProperty.
Windows Build: src/Artemis.WebClient.Workshop/Models/PersonalAccessToken.cs#L5
Non-nullable property 'Key' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Windows Build
The field 'PhilipsHueConfigurationViewModel._roomDisplay' is never used
Windows Build
The field 'PhilipsHueConfigurationViewModel._lightDisplay' is never used
Windows Build
Nullability of reference types in type of parameter 'value' of 'object RenderScaleConverter.Convert(object value, Type targetType, object parameter, CultureInfo culture)' doesn't match implicitly implemented member 'object? IValueConverter.Convert(object? value, Type targetType, object? parameter, CultureInfo culture)' (possibly because of nullability attributes).
Windows Build
Nullability of reference types in type of parameter 'parameter' of 'object RenderScaleConverter.Convert(object value, Type targetType, object parameter, CultureInfo culture)' doesn't match implicitly implemented member 'object? IValueConverter.Convert(object? value, Type targetType, object? parameter, CultureInfo culture)' (possibly because of nullability attributes).
Windows Build
Nullability of reference types in type of parameter 'value' of 'object RenderScaleConverter.ConvertBack(object value, Type targetType, object parameter, CultureInfo culture)' doesn't match implicitly implemented member 'object? IValueConverter.ConvertBack(object? value, Type targetType, object? parameter, CultureInfo culture)' (possibly because of nullability attributes).
Windows Build
Nullability of reference types in type of parameter 'parameter' of 'object RenderScaleConverter.ConvertBack(object value, Type targetType, object parameter, CultureInfo culture)' doesn't match implicitly implemented member 'object? IValueConverter.ConvertBack(object? value, Type targetType, object? parameter, CultureInfo culture)' (possibly because of nullability attributes).
Windows Build
Non-nullable property 'Capture' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Windows Build
Converting null literal or possible null value to non-nullable type.
Windows Build
Converting null literal or possible null value to non-nullable type.
Windows Build
Non-nullable property 'GraphicsCardVendorId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.

Artifacts

Produced during runtime
Name Size
artemis-linux-x64-1.2024.0310.3-feature-sqlite Expired
97.9 MB
artemis-osx-x64-1.2024.0310.3-feature-sqlite Expired
100 MB
artemis-win-x64-1.2024.0310.3-feature-sqlite Expired
110 MB