優化任務取消或終止時上報SECS事件 #30
Annotations
12 warnings
|
publish
Unexpected input(s) 'include-prerelease', valid inputs are ['dotnet-version', 'dotnet-quality', 'global-json-file', 'source-url', 'owner', 'config-file', 'cache', 'cache-dependency-path']
|
|
publish
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
Possible null reference argument for parameter 'path1' in 'string Path.Combine(string path1, string path2)'.
|
|
publish
The variable 'ex' is declared but never used
|
|
publish
Converting null literal or possible null value to non-nullable type.
|
|
publish
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
Re-throwing caught exception changes stack information (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2200)
|
|
publish
Non-nullable property 'io' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
publish
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
Non-nullable property 'sid' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
publish
The member 'clsBatteryExchanger.Connect(bool)' does not hide an accessible member. The new keyword is not required.
|
|
publish
Unexpected input(s) 'include-prerelease', valid inputs are ['dotnet-version', 'dotnet-quality', 'global-json-file', 'source-url', 'owner', 'config-file', 'cache', 'cache-dependency-path']
|