Skip to content

Merge branch 'development' #128

Merge branch 'development'

Merge branch 'development' #128

Triggered via push January 30, 2024 21:13
Status Success
Total duration 6m 33s
Artifacts 3

master.yml

on: push
Matrix: build
Notify Backend of build
5s
Notify Backend of build
Fit to window
Zoom out
Zoom in

Annotations

64 warnings
version
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Linux Build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v2, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Linux Build: src/Artemis.Core/Services/Registration/LayerBrushService.cs#L45
Dereference of a possibly null reference.
Linux Build: src/Artemis.Core/Models/Surface/ArtemisDevice.cs#L158
Missing XML comment for publicly visible type or member 'ArtemisDevice.LayoutSelection'
Linux Build: src/Artemis.Core/Models/Surface/Layout/ArtemisLayout.cs#L60
Missing XML comment for publicly visible type or member 'ArtemisLayout.IsDefaultLayout'
Linux Build: src/Artemis.Core/Providers/CustomPathLayoutProvider.cs#L3
Missing XML comment for publicly visible type or member 'CustomPathLayoutProvider'
Linux Build: src/Artemis.Core/Providers/CustomPathLayoutProvider.cs#L5
Missing XML comment for publicly visible type or member 'CustomPathLayoutProvider.LayoutType'
Linux Build: src/Artemis.Core/Providers/DefaultLayoutProvider.cs#L3
Missing XML comment for publicly visible type or member 'DefaultLayoutProvider'
Linux Build: src/Artemis.Core/Providers/DefaultLayoutProvider.cs#L5
Missing XML comment for publicly visible type or member 'DefaultLayoutProvider.LayoutType'
Linux Build: src/Artemis.Core/Providers/Interfaces/ILayoutProvider.cs#L15
Missing XML comment for publicly visible type or member 'ILayoutProvider.ApplyLayout(ArtemisDevice, ArtemisLayout)'
Linux Build: src/Artemis.Core/Providers/Interfaces/ILayoutProvider.cs#L16
Missing XML comment for publicly visible type or member 'ILayoutProvider.IsMatch(ArtemisDevice)'
Linux Build: src/Artemis.Core/Providers/NoneLayoutProvider.cs#L3
Missing XML comment for publicly visible type or member 'NoneLayoutProvider'
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
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).
Linux 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).
Linux 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).
Linux Build
Non-nullable property 'Capture' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Linux Build
Converting null literal or possible null value to non-nullable type.
Linux Build
Converting null literal or possible null value to non-nullable type.
Linux Build
Non-nullable property 'GraphicsCardVendorId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Linux Build
Non-nullable property 'GraphicsCardDeviceId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Linux Build
Non-nullable property 'DisplayName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
MacOS Build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v2, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
MacOS Build: src/Artemis.Core/Services/Registration/LayerBrushService.cs#L45
Dereference of a possibly null reference.
MacOS Build: src/Artemis.Core/Models/Surface/ArtemisDevice.cs#L158
Missing XML comment for publicly visible type or member 'ArtemisDevice.LayoutSelection'
MacOS Build: src/Artemis.Core/Models/Surface/Layout/ArtemisLayout.cs#L60
Missing XML comment for publicly visible type or member 'ArtemisLayout.IsDefaultLayout'
MacOS Build: src/Artemis.Core/Providers/CustomPathLayoutProvider.cs#L3
Missing XML comment for publicly visible type or member 'CustomPathLayoutProvider'
MacOS Build: src/Artemis.Core/Providers/CustomPathLayoutProvider.cs#L5
Missing XML comment for publicly visible type or member 'CustomPathLayoutProvider.LayoutType'
MacOS Build: src/Artemis.Core/Providers/DefaultLayoutProvider.cs#L3
Missing XML comment for publicly visible type or member 'DefaultLayoutProvider'
MacOS Build: src/Artemis.Core/Providers/DefaultLayoutProvider.cs#L5
Missing XML comment for publicly visible type or member 'DefaultLayoutProvider.LayoutType'
MacOS Build: src/Artemis.Core/Providers/Interfaces/ILayoutProvider.cs#L15
Missing XML comment for publicly visible type or member 'ILayoutProvider.ApplyLayout(ArtemisDevice, ArtemisLayout)'
MacOS Build: src/Artemis.Core/Providers/Interfaces/ILayoutProvider.cs#L16
Missing XML comment for publicly visible type or member 'ILayoutProvider.IsMatch(ArtemisDevice)'
MacOS Build: src/Artemis.Core/Providers/NoneLayoutProvider.cs#L3
Missing XML comment for publicly visible type or member 'NoneLayoutProvider'
MacOS Build
Converting null literal or possible null value to non-nullable type.
MacOS Build
Possible null reference argument for parameter 'command' in 'WebSocketCommandEventArgs.WebSocketCommandEventArgs(WebSocketCommand command)'.
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).
Windows Build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v2, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Windows Build: src/Artemis.Core/Services/Registration/LayerBrushService.cs#L45
Dereference of a possibly null reference.
Windows Build: src/Artemis.Core/Models/Surface/ArtemisDevice.cs#L158
Missing XML comment for publicly visible type or member 'ArtemisDevice.LayoutSelection'
Windows Build: src/Artemis.Core/Models/Surface/Layout/ArtemisLayout.cs#L60
Missing XML comment for publicly visible type or member 'ArtemisLayout.IsDefaultLayout'
Windows Build: src/Artemis.Core/Providers/CustomPathLayoutProvider.cs#L3
Missing XML comment for publicly visible type or member 'CustomPathLayoutProvider'
Windows Build: src/Artemis.Core/Providers/CustomPathLayoutProvider.cs#L5
Missing XML comment for publicly visible type or member 'CustomPathLayoutProvider.LayoutType'
Windows Build: src/Artemis.Core/Providers/DefaultLayoutProvider.cs#L3
Missing XML comment for publicly visible type or member 'DefaultLayoutProvider'
Windows Build: src/Artemis.Core/Providers/DefaultLayoutProvider.cs#L5
Missing XML comment for publicly visible type or member 'DefaultLayoutProvider.LayoutType'
Windows Build: src/Artemis.Core/Providers/Interfaces/ILayoutProvider.cs#L15
Missing XML comment for publicly visible type or member 'ILayoutProvider.ApplyLayout(ArtemisDevice, ArtemisLayout)'
Windows Build: src/Artemis.Core/Providers/Interfaces/ILayoutProvider.cs#L16
Missing XML comment for publicly visible type or member 'ILayoutProvider.IsMatch(ArtemisDevice)'
Windows Build: src/Artemis.Core/Providers/NoneLayoutProvider.cs#L3
Missing XML comment for publicly visible type or member 'NoneLayoutProvider'
Windows Build
The field 'PhilipsHueConfigurationViewModel._lightDisplay' is never used
Windows Build
The field 'PhilipsHueConfigurationViewModel._roomDisplay' 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
Non-nullable property 'GraphicsCardVendorId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Windows Build
Non-nullable property 'GraphicsCardDeviceId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Windows Build
Non-nullable property 'DisplayName' 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.0130.4 Expired
172 MB
artemis-osx-x64-1.2024.0130.4 Expired
177 MB
artemis-win10-x64-1.2024.0130.4 Expired
205 MB