Bump Microsoft.CodeAnalysis.CSharp.CodeStyle from 4.9.2 to 4.11.0 #106
Annotations
13 warnings
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/[email protected], microsoft/[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/
|
Analogy.Updater/UpdateForm.cs#L36
Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
|
Analogy.Updater/DownloadUpdateDialog.cs#L25
Non-nullable field '_tempFile' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Analogy.Updater/DownloadUpdateDialog.cs#L25
Non-nullable field '_webClient' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Analogy.Updater/UpdateForm.cs#L19
Possible null reference argument for parameter 'format' in 'string string.Format(string format, object? arg0, object? arg1)'.
|
Analogy.Updater/UpdateForm.cs#L21
Possible null reference argument for parameter 'format' in 'string string.Format(string format, object? arg0)'.
|
Analogy.Updater/UpdateForm.cs#L24
Possible null reference argument for parameter 'format' in 'string string.Format(string format, object? arg0, object? arg1, object? arg2)'.
|
Analogy.Updater/DownloadUpdateDialog.cs#L66
Nullability of reference types in type of parameter 'sender' of 'void DownloadUpdateDialog.WebClientOnDownloadFileCompleted(object sender, AsyncCompletedEventArgs asyncCompletedEventArgs)' doesn't match the target delegate 'AsyncCompletedEventHandler' (possibly because of nullability attributes).
|
Analogy.Updater/AutoUpdater.cs#L214
Cannot convert null literal to non-nullable reference type.
|
Analogy.Updater/AutoUpdater.cs#L227
Nullability of reference types in type of parameter 'sender' of 'void AutoUpdater.BackgroundWorkerDoWork(object sender, DoWorkEventArgs e)' doesn't match the target delegate 'DoWorkEventHandler' (possibly because of nullability attributes).
|
Analogy.Updater/DownloadUpdateDialog.cs#L288
Non-nullable field 'ResponseUri' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "artifactory".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
This job succeeded
Loading