Skip to content

Add Linux build #78 (#79) #298

Add Linux build #78 (#79)

Add Linux build #78 (#79) #298

Triggered via push August 11, 2024 14:44
Status Success
Total duration 5m 42s
Artifacts 4

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

44 warnings
Build macOS Arm64
The following actions uses Node.js version which is deprecated 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
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/Services/VaultService.cs#L51
Cannot convert null literal to non-nullable reference type.
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#L19
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#L19
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/MainView.axaml.cs#L191
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
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 Linux
The following actions uses Node.js version which is deprecated 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/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/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#L19
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#L19
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/Services/VaultService.cs#L51
Cannot convert null literal to non-nullable reference type.
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/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
The following actions uses Node.js version which is deprecated 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/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 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/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#L19
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#L19
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/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/Services/VaultService.cs#L51
Cannot convert null literal to non-nullable reference type.
Build Windows
The following actions uses Node.js version which is deprecated 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/Views/Pages/VaultPage.axaml.cs#L172
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
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/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#L19
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#L19
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/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
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/Services/VaultService.cs#L51
Cannot convert null literal to non-nullable reference type.

Artifacts

Produced during runtime
Name Size
keyvaultexplorer.linux-x64 Expired
63.3 MB
keyvaultexplorer.osx-arm64 Expired
64.4 MB
keyvaultexplorer.osx-x64 Expired
40 MB
keyvaultexplorer.win-x64 Expired
84.7 MB