Build SilentNotes binaries #59
Annotations
12 warnings
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
src/SilentNotes.AllPlatforms/Crypto/KeyDerivation/Pbkdf2.cs#L42
'Rfc2898DeriveBytes.Rfc2898DeriveBytes(byte[], byte[], int)' is obsolete: 'The default hash algorithm and iteration counts in Rfc2898DeriveBytes constructors are outdated and insecure. Use a constructor that accepts the hash algorithm and the number of iterations.' (https://aka.ms/dotnet-warnings/SYSLIB0041)
|
src/SilentNotes.AllPlatforms/Services/RepositoryStorageServiceBase.cs#L193
The variable 'ex' is declared but never used
|
src/SilentNotes.Blazor/Views/ChecklistPage.razor#L78
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.
|
src/SilentNotes.Blazor/Views/NotePage.razor#L88
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.
|
src/SilentNotes.AllPlatforms/Models/SafeModel.cs#L79
XML comment has cref attribute 'Key' that could not be resolved
|
src/SilentNotes.Blazor/Views/TransferCodeHistory.razor#L1
Illegal Attribute 'Title' on 'MudIconButton' using pattern 'LowerCase' source location '(172,16)-(180,17)' (https://mudblazor.com/features/analyzers)
|
src/SilentNotes.Blazor/Views/TransferCodeHistory.razor#L1
Illegal Attribute 'Title' on 'MudIconButton' using pattern 'LowerCase' source location '(367,24)-(375,25)' (https://mudblazor.com/features/analyzers)
|
src/SilentNotes.Blazor/Views/SynchronizationStory/TransferCodePromptPage.razor#L1
Illegal Attribute 'Title' on 'MudIconButton' using pattern 'LowerCase' source location '(171,16)-(179,17)' (https://mudblazor.com/features/analyzers)
|
src/SilentNotes.Blazor/Views/SynchronizationStory/MergeChoicePage.razor#L1
Illegal Attribute 'Title' on 'MudIconButton' using pattern 'LowerCase' source location '(171,16)-(179,17)' (https://mudblazor.com/features/analyzers)
|
src/SilentNotes.Blazor/Views/SynchronizationStory/FirstTimeSyncPage.razor#L1
Illegal Attribute 'Title' on 'MudIconButton' using pattern 'LowerCase' source location '(171,16)-(179,17)' (https://mudblazor.com/features/analyzers)
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "silentnotes_windows_binaries".
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