Merge pull request #1 from adielBm/dev #3
Annotations
11 warnings
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3, notiz-dev/github-action-json-property@release, softprops/action-gh-release@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build:
Main.cs#L41
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:
Main.cs#L180
Unreachable code detected
|
build:
Main.cs#L16
Missing XML comment for publicly visible type or member 'Main'
|
build:
Main.cs#L31
Missing XML comment for publicly visible type or member 'Main.Main()'
|
build:
Main.cs#L41
Missing XML comment for publicly visible type or member 'Main.InitAsync(PluginInitContext)'
|
build:
Main.cs#L49
Missing XML comment for publicly visible type or member 'Main.QueryAsync(Query, CancellationToken)'
|
build:
Main.cs#L183
Missing XML comment for publicly visible type or member 'Main.Dispose()'
|
build:
Main.cs#L187
Missing XML comment for publicly visible type or member 'Main.CreateSettingPanel()'
|
build:
Main.cs#L189
Missing XML comment for publicly visible type or member 'Main.LoadContextMenus(Result)'
|
build:
Main.cs#L226
Missing XML comment for publicly visible type or member 'Main.GetWeatherIcon(int, bool)'
|