Skip to content

Merge dev to master v0.0.04 #215

Merge dev to master v0.0.04

Merge dev to master v0.0.04 #215

Triggered via pull request May 17, 2024 23:36
@cricketthomascricketthomas
synchronize #52
dev
Status Failure
Total duration 6m 0s
Artifacts 2

dotnet.yml

on: pull_request
Matrix: Build
Release code
4s
Release code
Fit to window
Zoom out
Zoom in

Annotations

1 error and 46 warnings
Release code
Unable to download artifact(s): Artifact not found for name: keyvaultexplorer.* Please ensure that your artifact is not expired and the artifact was uploaded using a compatible version of toolkit/upload-artifact. For more information, visit the GitHub Artifacts FAQ: https://github.com/actions/toolkit/blob/main/packages/artifact/docs/faq.md
Build (macos-latest, arm64)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Build (macos-latest, arm64): KeyVaultExplorer/Services/VaultService.cs#L34
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-latest, arm64): KeyVaultExplorer/Services/VaultService.cs#L34
Cannot convert null literal to non-nullable reference type.
Build (macos-latest, arm64): KeyVaultExplorer/Views/MainView.axaml.cs#L22
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Build (macos-latest, arm64): KeyVaultExplorer/Views/MainView.axaml.cs#L180
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Build (macos-latest, arm64): KeyVaultExplorer/Database/Subscriptions.cs#L7
Non-nullable property 'DisplayName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build (macos-latest, arm64): KeyVaultExplorer/Database/Subscriptions.cs#L8
Non-nullable property 'SubscriptionId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build (macos-latest, arm64): KeyVaultExplorer/Database/Settings.cs#L12
Non-nullable property 'Value' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build (macos-latest, arm64): KeyVaultExplorer/Views/MainWindow.axaml.cs#L26
Nullability of reference types in type of parameter 'sender' of 'void MainWindow.OnTransparencyChangedEvent(object sender, RoutedEventArgs e)' doesn't match the target delegate 'EventHandler<RoutedEventArgs>' (possibly because of nullability attributes).
Build (macos-latest, arm64): KeyVaultExplorer/Views/MainWindow.axaml.cs#L27
Nullability of reference types in type of parameter 'sender' of 'void MainWindow.OnSetAppThemeEvent(object sender, RoutedEventArgs e)' doesn't match the target delegate 'EventHandler<RoutedEventArgs>' (possibly because of nullability attributes).
Build (macos-latest, arm64): KeyVaultExplorer/Views/MainWindow.axaml.cs#L31
Dereference of a possibly null reference.
Build (macos-12, x64)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Build (macos-12, x64)
No files were found with the provided path: keyvaultexplorer.osx-x64.tar. No artifacts will be uploaded.
Build (macos-12, x64): KeyVaultExplorer/Services/VaultService.cs#L34
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-12, x64): KeyVaultExplorer/Services/VaultService.cs#L34
Cannot convert null literal to non-nullable reference type.
Build (macos-12, x64): KeyVaultExplorer/Views/MainView.axaml.cs#L22
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Build (macos-12, x64): KeyVaultExplorer/Views/MainView.axaml.cs#L180
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Build (macos-12, x64): KeyVaultExplorer/Database/Subscriptions.cs#L7
Non-nullable property 'DisplayName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build (macos-12, x64): KeyVaultExplorer/Database/Subscriptions.cs#L8
Non-nullable property 'SubscriptionId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build (macos-12, x64): KeyVaultExplorer/Database/Settings.cs#L12
Non-nullable property 'Value' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build (macos-12, x64): KeyVaultExplorer/Views/MainWindow.axaml.cs#L26
Nullability of reference types in type of parameter 'sender' of 'void MainWindow.OnTransparencyChangedEvent(object sender, RoutedEventArgs e)' doesn't match the target delegate 'EventHandler<RoutedEventArgs>' (possibly because of nullability attributes).
Build (macos-12, x64): KeyVaultExplorer/Views/MainWindow.axaml.cs#L27
Nullability of reference types in type of parameter 'sender' of 'void MainWindow.OnSetAppThemeEvent(object sender, RoutedEventArgs e)' doesn't match the target delegate 'EventHandler<RoutedEventArgs>' (possibly because of nullability attributes).
Build (macos-12, x64): KeyVaultExplorer/Views/MainWindow.axaml.cs#L31
Dereference of a possibly null reference.
Build (windows-latest, x64)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Build (windows-latest, x64): KeyVaultExplorer/Services/VaultService.cs#L34
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-latest, x64): KeyVaultExplorer/Services/VaultService.cs#L34
Cannot convert null literal to non-nullable reference type.
Build (windows-latest, x64): KeyVaultExplorer/Views/MainView.axaml.cs#L22
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Build (windows-latest, x64): KeyVaultExplorer/Views/MainView.axaml.cs#L180
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Build (windows-latest, x64): KeyVaultExplorer/Database/Settings.cs#L12
Non-nullable property 'Value' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build (windows-latest, x64): KeyVaultExplorer/ViewModels/AppViewModel.cs#L24
Non-nullable field 'email' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Build (windows-latest, x64): KeyVaultExplorer/Database/Subscriptions.cs#L7
Non-nullable property 'DisplayName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build (windows-latest, x64): KeyVaultExplorer/Database/Subscriptions.cs#L8
Non-nullable property 'SubscriptionId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build (windows-latest, x64): KeyVaultExplorer/ViewModels/VaultPageViewModel.cs#L60
Non-nullable field 'authorizationMessage' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Build (windows-latest, x64): KeyVaultExplorer/ViewModels/VaultPageViewModel.cs#L60
Non-nullable field 'searchQuery' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Build (windows-latest, x64)
No files were found with the provided path: keyvaultexplorer.win-x64.tar. No artifacts will be uploaded.
Build (windows-latest, arm64)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Build (windows-latest, arm64): KeyVaultExplorer/Services/VaultService.cs#L34
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-latest, arm64): KeyVaultExplorer/Services/VaultService.cs#L34
Cannot convert null literal to non-nullable reference type.
Build (windows-latest, arm64): KeyVaultExplorer/Views/MainView.axaml.cs#L22
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Build (windows-latest, arm64): KeyVaultExplorer/Views/MainView.axaml.cs#L180
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Build (windows-latest, arm64): KeyVaultExplorer/Database/Subscriptions.cs#L7
Non-nullable property 'DisplayName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build (windows-latest, arm64): KeyVaultExplorer/Database/Subscriptions.cs#L8
Non-nullable property 'SubscriptionId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build (windows-latest, arm64): KeyVaultExplorer/Database/Settings.cs#L12
Non-nullable property 'Value' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build (windows-latest, arm64): KeyVaultExplorer/Services/AuthService.cs#L24
Non-nullable field 'msalCacheHelper' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Build (windows-latest, arm64): KeyVaultExplorer/Services/AuthService.cs#L24
Non-nullable property 'TenantName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build (windows-latest, arm64): KeyVaultExplorer/Services/AuthService.cs#L24
Non-nullable property 'Account' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.

Artifacts

Produced during runtime
Name Size
keyvaultexplorer.osx-arm64 Expired
37.2 MB
keyvaultexplorer.win-arm64 Expired
81.3 MB