Build SilentNotes binaries #65
Annotations
11 warnings
Build application:
src/SilentNotes.AllPlatforms/Services/IMessengerService.cs#L105
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Build application:
src/SilentNotes.AllPlatforms/Services/RepositoryStorageServiceBase.cs#L193
The variable 'ex' is declared but never used
|
Build application:
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)
|
Build application:
src/SilentNotes.Blazor/Views/ChecklistPage.razor#L84
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.
|
Build application:
src/SilentNotes.Blazor/Views/NotePage.razor#L94
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.
|
Build application:
src/SilentNotes.AllPlatforms/Models/SafeModel.cs#L79
XML comment has cref attribute 'Key' that could not be resolved
|
Build application:
src/SilentNotes.Blazor/Views/TransferCodeHistory.razor#L1
Illegal Attribute 'Title' on 'MudIconButton' using pattern 'LowerCase' source location '(244,16)-(252,17)' (https://mudblazor.com/features/analyzers)
|
Build application:
src/SilentNotes.Blazor/Views/TransferCodeHistory.razor#L1
Illegal Attribute 'Title' on 'MudIconButton' using pattern 'LowerCase' source location '(559,24)-(567,25)' (https://mudblazor.com/features/analyzers)
|
Build application:
src/SilentNotes.Blazor/Views/SynchronizationStory/TransferCodePromptPage.razor#L1
Illegal Attribute 'Title' on 'MudIconButton' using pattern 'LowerCase' source location '(243,16)-(251,17)' (https://mudblazor.com/features/analyzers)
|
Build application:
src/SilentNotes.Blazor/Views/SynchronizationStory/MergeChoicePage.razor#L1
Illegal Attribute 'Title' on 'MudIconButton' using pattern 'LowerCase' source location '(243,16)-(251,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/
|
Loading