upgraded Avalonia, Microsoft.Extensions, Sqlite, MSAL, and Svg.Contro… #317
Annotations
10 warnings
|
KeyVaultExplorer/Views/Pages/VaultPage.axaml.cs#L172
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
KeyVaultExplorer/Services/ClipboardService.cs#L18
'IDataObject' is obsolete: 'Use IDataTransfer or IAsyncDataTransfer instead'
|
|
KeyVaultExplorer/Services/VaultService.cs#L59
Async-iterator 'VaultService.GetAllSubscriptions(CancellationToken, string)' has one or more parameters of type 'CancellationToken' but none of them is decorated with the 'EnumeratorCancellation' attribute, so the cancellation token parameter from the generated 'IAsyncEnumerable<>.GetAsyncEnumerator' will be unconsumed
|
|
KeyVaultExplorer/Services/VaultService.cs#L59
Cannot convert null literal to non-nullable reference type.
|
|
KeyVaultExplorer/Database/KvExplorerDb.cs#L73
Cannot convert null literal to non-nullable reference type.
|
|
KeyVaultExplorer/Database/KvExplorerDb.cs#L40
Cannot convert null literal to non-nullable reference type.
|
|
KeyVaultExplorer/Resources/PercentageConverter.cs#L20
Nullability of reference types in type of parameter 'parameter' of 'object PercentageConverter.ConvertBack(object value, Type targetType, object parameter, CultureInfo culture)' doesn't match implicitly implemented member 'object? IValueConverter.ConvertBack(object? value, Type targetType, object? parameter, CultureInfo culture)' (possibly because of nullability attributes).
|
|
KeyVaultExplorer/Resources/PercentageConverter.cs#L20
Nullability of reference types in type of parameter 'value' of 'object PercentageConverter.ConvertBack(object value, Type targetType, object parameter, CultureInfo culture)' doesn't match implicitly implemented member 'object? IValueConverter.ConvertBack(object? value, Type targetType, object? parameter, CultureInfo culture)' (possibly because of nullability attributes).
|
|
KeyVaultExplorer/Resources/PercentageConverter.cs#L9
Nullability of reference types in type of parameter 'parameter' of 'object PercentageConverter.Convert(object value, Type targetType, object parameter, CultureInfo culture)' doesn't match implicitly implemented member 'object? IValueConverter.Convert(object? value, Type targetType, object? parameter, CultureInfo culture)' (possibly because of nullability attributes).
|
|
KeyVaultExplorer/Resources/PercentageConverter.cs#L9
Nullability of reference types in type of parameter 'value' of 'object PercentageConverter.Convert(object value, Type targetType, object parameter, CultureInfo culture)' doesn't match implicitly implemented member 'object? IValueConverter.Convert(object? value, Type targetType, object? parameter, CultureInfo culture)' (possibly because of nullability attributes).
|
The logs for this run have expired and are no longer available.
Loading