Merge branch 'development' #112
nuget.yml
on: push
version
11s
Publish Nuget Packages
36s
Annotations
12 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/.
|
Publish Nuget Packages
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-dotnet@v2, actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Publish Nuget Packages
A stable release of a package should not have a prerelease dependency. Either modify the version spec of dependency "RGB.NET.Core
|
Publish Nuget Packages
A stable release of a package should not have a prerelease dependency. Either modify the version spec of dependency "RGB.NET.Layout
|
Publish Nuget Packages
A stable release of a package should not have a prerelease dependency. Either modify the version spec of dependency "RGB.NET.Presets
|
Publish Nuget Packages:
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 Nuget Packages:
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 Nuget Packages:
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 Nuget Packages:
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 Nuget Packages:
src/Artemis.UI.Shared/Services/DataModelUIService.cs#L22
The field 'DataModelUIService._showDataModelValues' is never used
|
Publish Nuget Packages:
src/Artemis.UI.Shared/Services/DataModelUIService.cs#L21
The field 'DataModelUIService._showFullPaths' is never used
|
Publish Nuget Packages:
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.
|