Update frameworks, packages, and DI in project files (#93) #301
Annotations
11 warnings
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
KeyVaultExplorer/Database/KvExplorerDb.cs#L79
Cannot convert null literal to non-nullable reference type.
|
KeyVaultExplorer/Database/KvExplorerDb.cs#L176
Cannot convert null literal to non-nullable reference type.
|
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/Views/MainView.axaml.cs#L191
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
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).
|
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#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#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/Services/VaultService.cs#L51
Cannot convert null literal to non-nullable reference type.
|
KeyVaultExplorer/Services/VaultService.cs#L51
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
|
This job succeeded
Loading