Merge pull request #259 from antonlabz/master #183
Annotations
11 warnings
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Build Project:
ECommons/ECommons/Configuration/ExternalWriter.cs#L24
Dereference of a possibly null reference.
|
Build Project:
SomethingNeedDoing/Interface/Excel/ExcelSheetDisplay.cs#L88
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 Project:
SomethingNeedDoing/Interface/HelpWindow.cs#L540
Dereference of a possibly null reference.
|
Build Project:
SomethingNeedDoing/Interface/HelpWindow.cs#L540
Converting null literal or possible null value to non-nullable type.
|
Build Project:
SomethingNeedDoing/Interface/HelpWindow.cs#L566
Dereference of a possibly null reference.
|
Build Project:
SomethingNeedDoing/Interface/HelpWindow.cs#L566
Converting null literal or possible null value to non-nullable type.
|
Build Project:
SomethingNeedDoing/Managers/ChatManager.cs#L19
The field 'ChatManager.processChatBox' is assigned but its value is never used
|
Build Project:
ECommons/ECommons/Configuration/ExternalWriter.cs#L24
Dereference of a possibly null reference.
|
Build Project:
SomethingNeedDoing/Interface/Excel/ExcelSheetDisplay.cs#L88
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 Project:
SomethingNeedDoing/Interface/HelpWindow.cs#L540
Dereference of a possibly null reference.
|
Loading