.NET Build and Publish #305
Annotations
11 warnings
The macOS-12 environment is deprecated, consider switching to macOS-13, macOS-14 (macos-latest) or macOS-15. For more details, see https://github.com/actions/runner-images/issues/10721
|
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/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/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/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
|
KeyVaultExplorer/Views/MainView.axaml.cs#L191
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
This job succeeded
Loading