Skip to content

Update frameworks, packages, and DI in project files (#93) #301

Update frameworks, packages, and DI in project files (#93)

Update frameworks, packages, and DI in project files (#93) #301

Re-run triggered October 12, 2024 14:09
Status Success
Total duration 4m 42s
Artifacts 4

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

44 warnings
Build macOS Arm64
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/
Build macOS Arm64: KeyVaultExplorer/Database/KvExplorerDb.cs#L79
Cannot convert null literal to non-nullable reference type.
Build macOS Arm64: KeyVaultExplorer/Database/KvExplorerDb.cs#L176
Cannot convert null literal to non-nullable reference type.
Build macOS Arm64: KeyVaultExplorer/Services/VaultService.cs#L51
Cannot convert null literal to non-nullable reference type.
Build macOS Arm64: 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
Build macOS Arm64: 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).
Build macOS Arm64: 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).
Build macOS Arm64: 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).
Build macOS Arm64: 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).
Build macOS Arm64: KeyVaultExplorer/Views/Pages/VaultPage.axaml.cs#L172
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Build macOS Arm64: KeyVaultExplorer/Views/MainView.axaml.cs#L191
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Build Linux
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/
Build Linux: KeyVaultExplorer/Database/KvExplorerDb.cs#L79
Cannot convert null literal to non-nullable reference type.
Build Linux: KeyVaultExplorer/Database/KvExplorerDb.cs#L176
Cannot convert null literal to non-nullable reference type.
Build Linux: 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).
Build Linux: 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).
Build Linux: 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).
Build Linux: 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).
Build Linux: KeyVaultExplorer/Views/Pages/VaultPage.axaml.cs#L172
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Build Linux: KeyVaultExplorer/Services/VaultService.cs#L51
Cannot convert null literal to non-nullable reference type.
Build Linux: 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
Build Linux: KeyVaultExplorer/Views/MainView.axaml.cs#L191
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Build Windows
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/
Build Windows: KeyVaultExplorer/Database/KvExplorerDb.cs#L79
Cannot convert null literal to non-nullable reference type.
Build Windows: KeyVaultExplorer/Database/KvExplorerDb.cs#L176
Cannot convert null literal to non-nullable reference type.
Build Windows: KeyVaultExplorer/Services/VaultService.cs#L51
Cannot convert null literal to non-nullable reference type.
Build Windows: 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
Build Windows: 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).
Build Windows: 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).
Build Windows: 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).
Build Windows: 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).
Build Windows: KeyVaultExplorer/Views/MainView.axaml.cs#L191
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Build Windows: KeyVaultExplorer/Views/Pages/VaultPage.axaml.cs#L172
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Build macOS intel
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/
Build macOS intel: KeyVaultExplorer/Database/KvExplorerDb.cs#L79
Cannot convert null literal to non-nullable reference type.
Build macOS intel: KeyVaultExplorer/Database/KvExplorerDb.cs#L176
Cannot convert null literal to non-nullable reference type.
Build macOS intel: KeyVaultExplorer/Views/Pages/VaultPage.axaml.cs#L172
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Build macOS intel: KeyVaultExplorer/Views/MainView.axaml.cs#L191
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Build macOS intel: 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).
Build macOS intel: 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).
Build macOS intel: 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).
Build macOS intel: 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).
Build macOS intel: KeyVaultExplorer/Services/VaultService.cs#L51
Cannot convert null literal to non-nullable reference type.
Build macOS intel: 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

Artifacts

Produced during runtime
Name Size
keyvaultexplorer.linux-x64 Expired
62.6 MB
keyvaultexplorer.osx-arm64 Expired
63.7 MB
keyvaultexplorer.osx-x64 Expired
39.6 MB
keyvaultexplorer.win-x64 Expired
85 MB