Skip to content

Merge dev to master v0.0.04 #219

Merge dev to master v0.0.04

Merge dev to master v0.0.04 #219

Triggered via pull request May 18, 2024 01:43
@cricketthomascricketthomas
synchronize #52
dev
Status Success
Total duration 7m 7s
Artifacts 3

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

33 warnings
Build macOS 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 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 Arm64: KeyVaultExplorer/Services/VaultService.cs#L34
Cannot convert null literal to non-nullable reference type.
Build macOS 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 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 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 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 Arm64: KeyVaultExplorer/Views/MainWindow.axaml.cs#L31
Dereference of a possibly null reference.
Build macOS Arm64: KeyVaultExplorer/Views/MainWindow.axaml.cs#L32
Converting null literal or possible null value to non-nullable type.
Build macOS Arm64: KeyVaultExplorer/Views/MainWindow.axaml.cs#L32
Possible null reference assignment.
Build macOS Arm64: KeyVaultExplorer/Views/MainWindow.axaml.cs#L23
Non-nullable field 'BackgroundBrush' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Build Windows
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: 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: KeyVaultExplorer/Services/VaultService.cs#L34
Cannot convert null literal to non-nullable reference type.
Build Windows: 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: 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: 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: 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: 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: 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: 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: 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 macOS intel
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 intel: 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 intel: KeyVaultExplorer/Services/VaultService.cs#L34
Cannot convert null literal to non-nullable reference type.
Build macOS intel: 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 intel: 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 intel: 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 intel: 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 intel: 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 intel: 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 intel: 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 intel: KeyVaultExplorer/Views/MainWindow.axaml.cs#L31
Dereference of a possibly null reference.

Artifacts

Produced during runtime
Name Size
keyvaultexplorer.osx-arm64 Expired
37.2 MB
keyvaultexplorer.osx-x64 Expired
38.4 MB
keyvaultexplorer.win-x64 Expired
84 MB