display weight if we have it #926
Annotations
15 warnings
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1, fjogeleit/[email protected]. 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 following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-dotnet@v1, fjogeleit/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-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:
ETHBot.DataLayer/Data/ETH/Food/Menu.cs#L33
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build:
ETHBot.DataLayer/Data/ETH/Food/Menu.cs#L34
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build:
ETHBot.DataLayer/Data/ETH/Food/Restaurant.cs#L37
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build:
RedditScrapper/SubredditManager.cs#L76
The variable 'ex' is declared but never used
|
build:
RedditScrapper/PostManager.cs#L103
'WebClient.WebClient()' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.' (https://aka.ms/dotnet-warnings/SYSLIB0014)
|
build:
RedditScrapper/PostManager.cs#L103
Unreachable code detected
|
build:
RedditScrapper/PostManager.cs#L125
The variable 'ex' is declared but never used
|
build:
ETHDINFKBot/Websocket.cs#L139
The variable 'ex' is declared but never used
|
build:
ETHDINFKBot/Data/SQLDBManager.cs#L52
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:
ETHDINFKBot/Data/SQLDBManager.cs#L83
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
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/
|