pandora fixes #98
Annotations
11 warnings
Build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Build:
ClickLib/ClickLib/Clicks/ClickSelectOk.cs#L31
Code should not contain multiple blank lines in a row (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1507.md)
|
Build:
ECommons/ECommons/ImGuiMethods/Notify.cs#L14
'UiBuilder.AddNotification(string, string?, NotificationType, uint)' is obsolete: 'Use INotificationManager.'
|
Build:
ECommons/ECommons/ImGuiMethods/Notify.cs#L22
'UiBuilder.AddNotification(string, string?, NotificationType, uint)' is obsolete: 'Use INotificationManager.'
|
Build:
ECommons/ECommons/ImGuiMethods/Notify.cs#L30
'UiBuilder.AddNotification(string, string?, NotificationType, uint)' is obsolete: 'Use INotificationManager.'
|
Build:
ECommons/ECommons/ImGuiMethods/Notify.cs#L38
'UiBuilder.AddNotification(string, string?, NotificationType, uint)' is obsolete: 'Use INotificationManager.'
|
Build:
ECommons/ECommons/ImGuiMethods/Notify.cs#L46
'UiBuilder.AddNotification(string, string?, NotificationType, uint)' is obsolete: 'Use INotificationManager.'
|
Build:
ECommons/ECommons/ImGuiMethods/ImGuiEx/ImGuiEx.cs#L551
'UiBuilder.AddNotification(string, string?, NotificationType, uint)' is obsolete: 'Use INotificationManager.'
|
Build:
SomethingNeedDoing/SomethingNeedDoingConfiguration.cs#L229
Possible null reference return.
|
Build:
SomethingNeedDoing/Grammar/Commands/ItemCommand.cs#L25
Non-nullable field 'UseItemSig' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Build:
SomethingNeedDoing/Misc/Keyboard.cs#L15
The field 'Keyboard.handle' is assigned but its value is never used
|