Update plugins.yml #207
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
10 errors and 37 warnings
build:
src/DataModelExpansions/Artemis.Plugins.DataModelExpansions.YTMdesktop/DataModels/YTMdesktopDataModel.cs#L1
The type or namespace name 'Core' does not exist in the namespace 'Artemis' (are you missing an assembly reference?)
|
build:
src/DataModelExpansions/Artemis.Plugins.DataModelExpansions.YTMdesktop/DataModels/YTMdesktopDataModel.cs#L2
The type or namespace name 'Core' does not exist in the namespace 'Artemis' (are you missing an assembly reference?)
|
build:
src/DataModelExpansions/Artemis.Plugins.DataModelExpansions.YTMdesktop/DataModels/YTMdesktopDataModel.cs#L3
The type or namespace name 'Core' does not exist in the namespace 'Artemis' (are you missing an assembly reference?)
|
build:
src/DataModelExpansions/Artemis.Plugins.DataModelExpansions.YTMdesktop/YTMdesktopDataModelExpansion.cs#L1
The type or namespace name 'Core' does not exist in the namespace 'Artemis' (are you missing an assembly reference?)
|
build:
src/DataModelExpansions/Artemis.Plugins.DataModelExpansions.YTMdesktop/YTMdesktopDataModelExpansion.cs#L11
The type or namespace name 'Core' does not exist in the namespace 'Artemis' (are you missing an assembly reference?)
|
build:
src/DataModelExpansions/Artemis.Plugins.DataModelExpansions.YTMdesktop/YTMdesktopDataModelExpansion.cs#L12
The type or namespace name 'Core' does not exist in the namespace 'Artemis' (are you missing an assembly reference?)
|
build:
src/DataModelExpansions/Artemis.Plugins.DataModelExpansions.YTMdesktop/YTMdesktopDataModelExpansion.cs#L14
The type or namespace name 'Core' does not exist in the namespace 'Artemis' (are you missing an assembly reference?)
|
build:
src/DataModelExpansions/Artemis.Plugins.DataModelExpansions.YTMdesktop/DataModels/YTMdesktopDataModel.cs#L9
The type or namespace name 'DataModel' could not be found (are you missing a using directive or an assembly reference?)
|
build:
src/DataModelExpansions/Artemis.Plugins.DataModelExpansions.YTMdesktop/DataModels/YTMdesktopDataModel.cs#L21
The type or namespace name 'DataModel' could not be found (are you missing a using directive or an assembly reference?)
|
build:
src/DataModelExpansions/Artemis.Plugins.DataModelExpansions.YTMdesktop/DataModels/YTMdesktopDataModel.cs#L43
The type or namespace name 'DataModel' could not be found (are you missing a using directive or an assembly reference?)
|
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-dotnet@v1, actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build
Dereference of a possibly null reference.
|
build
Missing XML comment for publicly visible type or member 'ProcessMonitor'
|
build
Missing XML comment for publicly visible type or member 'ProcessMonitor.Processes'
|
build
Missing XML comment for publicly visible type or member 'ProcessMonitor.LastUpdate'
|
build
Missing XML comment for publicly visible type or member 'ProcessMonitor.UpdateInterval'
|
build
Missing XML comment for publicly visible type or member 'ProcessMonitor.IsStarted'
|
build
Missing XML comment for publicly visible type or member 'ProcessMonitor.ProcessStarted'
|
build
Missing XML comment for publicly visible type or member 'ProcessMonitor.ProcessStopped'
|
build
Missing XML comment for publicly visible type or member 'ProcessMonitor.Start()'
|
build
Missing XML comment for publicly visible type or member 'ProcessMonitor.Stop()'
|
build:
src/Device/YeeLight/RGB.NET.Devices.YeeLight/PerDevice/YeeLightPerDeviceUpdateQueue.cs#L18
Nullability of reference types in type of parameter 'sender' of 'void YeeLightUpdateQueue._connectTimer_Elapsed(object sender, ElapsedEventArgs e)' doesn't match the target delegate 'ElapsedEventHandler' (possibly because of nullability attributes).
|
build:
src/Device/YeeLight/RGB.NET.Devices.YeeLight/PerDevice/YeeLightPerDeviceUpdateQueue.cs#L38
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.
|
build:
src/Device/YeeLight/RGB.NET.Devices.YeeLight/PerDevice/YeeLightMusicModeUpdateQueue.cs#L19
Nullability of reference types in type of parameter 'sender' of 'void YeeLightMusicModeUpdateQueue._connectTimer_Elapsed(object sender, ElapsedEventArgs e)' doesn't match the target delegate 'ElapsedEventHandler' (possibly because of nullability attributes).
|
build:
src/Device/YeeLight/RGB.NET.Devices.YeeLight/PerDevice/YeeLightMusicModeUpdateQueue.cs#L127
The variable 'E' is declared but never used
|
build:
src/Device/YeeLight/RGB.NET.Devices.YeeLight/YeeLightDeviceDefinition.cs#L8
Non-nullable property 'HostName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/Device/YeeLight/RGB.NET.Devices.YeeLight/YeeLightDeviceDefinition.cs#L10
Non-nullable property 'DeviceName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/Device/YeeLight/RGB.NET.Devices.YeeLight/ReflectionTools.cs#L9
Dereference of a possibly null reference.
|
build:
src/Device/YeeLight/RGB.NET.Devices.YeeLight/ReflectionTools.cs#L9
Converting null literal or possible null value to non-nullable type.
|
build:
src/Device/YeeLight/RGB.NET.Devices.YeeLight/ReflectionTools.cs#L9
Possible null reference return.
|
build:
src/Device/YeeLight/RGB.NET.Devices.YeeLight/ReflectionTools.cs#L16
Dereference of a possibly null reference.
|
build
Dereference of a possibly null reference.
|
build
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
build
Non-nullable field '_value_categories' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build
Non-nullable field '_value_categories' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build
'EntrySpecificationsView.Name' hides inherited member 'StyledElement.Name'. Use the new keyword if hiding was intended.
|
build
Nullability of reference types in return type of 'SubmissionViewModel? ReleaseWizardViewModel.Screen.get' doesn't match implicitly implemented member 'SubmissionViewModel IWorkshopWizardViewModel.Screen.get' (possibly because of nullability attributes).
|
build
Dereference of a possibly null reference.
|
build
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
build
Non-nullable field '_value_categories' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build
Non-nullable field '_value_categories' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build
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.
|
build
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.
|
build
Inadvisable registration: Generic types cannot be referenced from XAML. Create a non-generic type to be the owner of this AvaloniaProperty.
|
build
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.
|
build
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.
|
build
Inadvisable registration: Generic types cannot be referenced from XAML. Create a non-generic type to be the owner of this AvaloniaProperty.
|