Master - Build #150
Annotations
20 warnings
Publish Plugins
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)
|
Publish Plugins
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)
|
Publish Plugins
Converting null literal or possible null value to non-nullable type.
|
Publish Plugins
Possible null reference assignment.
|
Publish Plugins
Non-nullable property 'Comment' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Publish Plugins
Dereference of a possibly null reference.
|
Publish Plugins
Possible null reference argument for parameter 'c' in 'bool Type.IsSubclassOf(Type c)'.
|
Publish Plugins
The field 'PhilipsHueConfigurationViewModel._lightDisplay' is never used
|
Publish Plugins
The field 'PhilipsHueConfigurationViewModel._roomDisplay' is never used
|
Publish Plugins
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).
|
Publish Artemis:
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.
|
Publish Artemis:
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.
|
Publish Artemis:
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 Artemis:
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.
|
Publish Artemis:
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.
|
Publish Artemis:
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 Artemis:
src/Artemis.UI.Shared/Services/DataModelUIService.cs#L21
The field 'DataModelUIService._showFullPaths' is never used
|
Publish Artemis:
src/Artemis.UI.Shared/Services/DataModelUIService.cs#L22
The field 'DataModelUIService._showDataModelValues' is never used
|
Publish Artemis:
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.
|
Publish Artemis:
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.
|
Loading