Build SilentNotes binaries #62
Annotations
2 errors and 10 warnings
|
Build application
The operation was canceled.
|
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.Blazor/Platforms/Windows/Services/FolderPickerService.cs#L48
The variable 'ex' is declared but never used
|
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/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.Blazor/Platforms/Windows/Services/FolderPickerService.cs#L48
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.AllPlatforms/Services/RepositoryStorageServiceBase.cs#L193
The variable 'ex' is declared but never used
|
Loading