Merge branch 'development' #173
Annotations
20 warnings
Publish Artemis:
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.
|
Publish Artemis:
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 Artemis:
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 Artemis:
src/Artemis.UI.Shared/ViewModelBase.cs#L35
'ContentDialogViewModelBase.Dispose()' hides inherited member 'ReactiveValidationObject.Dispose()'. Use the new keyword if hiding was intended.
|
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/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#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 Artemis:
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 Artemis:
src/Artemis.UI.Shared/Services/DataModelUIService.cs#L22
The field 'DataModelUIService._showDataModelValues' is never used
|
Publish Artemis:
src/Artemis.UI.Shared/Services/DataModelUIService.cs#L21
The field 'DataModelUIService._showFullPaths' is never used
|
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 'sender' of 'void CorsairDeviceProvider.RestartTimerOnElapsed(object sender, ElapsedEventArgs e)' doesn't match the target delegate 'ElapsedEventHandler' (possibly because of nullability attributes).
|
Publish Plugins
Nullability of reference types in type of parameter 'sender' of 'void CorsairLegacyDeviceProvider.Provider_OnException(object sender, ExceptionEventArgs args)' doesn't match the target delegate 'EventHandler<ExceptionEventArgs>' (possibly because of nullability attributes).
|
Publish Plugins
Nullability of reference types in type of parameter 'sender' of 'void CorsairLegacyDeviceProvider.Provider_OnException(object sender, ExceptionEventArgs args)' doesn't match the target delegate 'EventHandler<ExceptionEventArgs>' (possibly because of nullability attributes).
|
Publish Plugins
Nullability of reference types in type of parameter 'sender' of 'void CorsairDeviceProvider.SessionStateChanged(object sender, CorsairSessionState state)' doesn't match the target delegate 'EventHandler<CorsairSessionState>' (possibly because of nullability attributes).
|
Publish Plugins
Nullability of reference types in type of parameter 'sender' of 'void CorsairDeviceProvider.Provider_OnException(object sender, ExceptionEventArgs args)' doesn't match the target delegate 'EventHandler<ExceptionEventArgs>' (possibly because of nullability attributes).
|
Publish Plugins
Possible null reference return.
|
Publish Plugins
Nullability of reference types in type of parameter 'sender' of 'void CorsairDeviceProvider.SessionStateChanged(object sender, CorsairSessionState state)' doesn't match the target delegate 'EventHandler<CorsairSessionState>' (possibly because of nullability attributes).
|
Publish Plugins
Nullability of reference types in type of parameter 'sender' of 'void CorsairDeviceProvider.Provider_OnException(object sender, ExceptionEventArgs args)' doesn't match the target delegate 'EventHandler<ExceptionEventArgs>' (possibly because of nullability attributes).
|
Loading