Update README.md #37
Annotations
14 warnings
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: marvinpinto/action-automatic-releases@latest. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
build
The following actions uses node12 which is deprecated and will be forced to run on node16: marvinpinto/action-automatic-releases@latest. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
build:
fast cf ip scanner/Model/ConfigModel.cs#L13
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build:
fast cf ip scanner/Model/ConfigModel.cs#L15
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build:
fast cf ip scanner/Model/ConfigModel.cs#L17
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build:
fast cf ip scanner/Model/ConfigModel.cs#L18
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build:
fast cf ip scanner/Model/ConfigModel.cs#L20
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build:
fast cf ip scanner/Model/ConfigModel.cs#L21
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build:
fast cf ip scanner/Model/ConfigModel.cs#L22
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build:
fast cf ip scanner/ViewModels/SettingViewModel.cs#L19
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:
fast cf ip scanner/Data/FastCFIPScannerDatabase.cs#L47
The variable 'ex' is declared but never used
|
build:
fast cf ip scanner/Services/IPService.cs#L272
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.
|