Skip to content

update window size for tags #53

update window size for tags

update window size for tags #53

Triggered via pull request April 10, 2026 03:04
Status Success
Total duration 6m 22s
Artifacts 5

uno-dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

55 warnings
Build macOS
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v3, actions/checkout@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Build macOS: src/uno/AzureKeyVaultStudio/AzureKeyVaultStudio/Database/Subscriptions.cs#L6
Non-nullable property 'SubscriptionId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build macOS: src/uno/AzureKeyVaultStudio/AzureKeyVaultStudio/Database/Subscriptions.cs#L5
Non-nullable property 'DisplayName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build macOS: src/uno/AzureKeyVaultStudio/AzureKeyVaultStudio/UserControls/ViewModels/KeyVaultTreeViewModel.cs#L421
Partial method declarations 'void KeyVaultTreeViewModel.OnTreeDataSourceChanged(ObservableCollection<KvSubscriptionModel> value)' and 'void KeyVaultTreeViewModel.OnTreeDataSourceChanged(ObservableCollection<KvSubscriptionModel>? value)' have signature differences.
Build macOS: src/uno/AzureKeyVaultStudio/AzureKeyVaultStudio/UserControls/ViewModels/KeyVaultTreeViewModel.cs#L402
Partial method declarations 'void KeyVaultTreeViewModel.OnTreeDataSourceChanging(ObservableCollection<KvSubscriptionModel> oldValue, ObservableCollection<KvSubscriptionModel> newValue)' and 'void KeyVaultTreeViewModel.OnTreeDataSourceChanging(ObservableCollection<KvSubscriptionModel>? oldValue, ObservableCollection<KvSubscriptionModel>? newValue)' have signature differences.
Build macOS: src/uno/AzureKeyVaultStudio/AzureKeyVaultStudio/Services/VaultService.cs#L268
Cannot convert null literal to non-nullable reference type.
Build macOS: src/uno/AzureKeyVaultStudio/AzureKeyVaultStudio/Database/DbContext.cs#L69
Cannot convert null literal to non-nullable reference type.
Build Linux
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v3, actions/checkout@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Build Linux: src/uno/AzureKeyVaultStudio/AzureKeyVaultStudio/Database/Subscriptions.cs#L6
Non-nullable property 'SubscriptionId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build Linux: src/uno/AzureKeyVaultStudio/AzureKeyVaultStudio/Database/Subscriptions.cs#L5
Non-nullable property 'DisplayName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build Linux: src/uno/AzureKeyVaultStudio/AzureKeyVaultStudio/UserControls/ViewModels/KeyVaultTreeViewModel.cs#L421
Partial method declarations 'void KeyVaultTreeViewModel.OnTreeDataSourceChanged(ObservableCollection<KvSubscriptionModel> value)' and 'void KeyVaultTreeViewModel.OnTreeDataSourceChanged(ObservableCollection<KvSubscriptionModel>? value)' have signature differences.
Build Linux: src/uno/AzureKeyVaultStudio/AzureKeyVaultStudio/UserControls/ViewModels/KeyVaultTreeViewModel.cs#L402
Partial method declarations 'void KeyVaultTreeViewModel.OnTreeDataSourceChanging(ObservableCollection<KvSubscriptionModel> oldValue, ObservableCollection<KvSubscriptionModel> newValue)' and 'void KeyVaultTreeViewModel.OnTreeDataSourceChanging(ObservableCollection<KvSubscriptionModel>? oldValue, ObservableCollection<KvSubscriptionModel>? newValue)' have signature differences.
Build Linux: src/uno/AzureKeyVaultStudio/AzureKeyVaultStudio/Services/VaultService.cs#L268
Cannot convert null literal to non-nullable reference type.
Build Linux: src/uno/AzureKeyVaultStudio/AzureKeyVaultStudio/Database/DbContext.cs#L69
Cannot convert null literal to non-nullable reference type.
Build macOS ARM64
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v3, actions/checkout@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Build macOS ARM64: src/uno/AzureKeyVaultStudio/AzureKeyVaultStudio/Database/Subscriptions.cs#L6
Non-nullable property 'SubscriptionId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build macOS ARM64: src/uno/AzureKeyVaultStudio/AzureKeyVaultStudio/Database/Subscriptions.cs#L5
Non-nullable property 'DisplayName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build macOS ARM64: src/uno/AzureKeyVaultStudio/AzureKeyVaultStudio/App.xaml.cs#L64
The variable 'logLevel' is assigned but its value is never used
Build macOS ARM64: src/uno/AzureKeyVaultStudio/AzureKeyVaultStudio/App.xaml.cs#L138
Dereference of a possibly null reference.
Build macOS ARM64: src/uno/AzureKeyVaultStudio/AzureKeyVaultStudio/App.xaml.cs#L116
Dereference of a possibly null reference.
Build macOS ARM64: src/uno/AzureKeyVaultStudio/AzureKeyVaultStudio/UserControls/ViewModels/KeyVaultTreeViewModel.cs#L421
Partial method declarations 'void KeyVaultTreeViewModel.OnTreeDataSourceChanged(ObservableCollection<KvSubscriptionModel> value)' and 'void KeyVaultTreeViewModel.OnTreeDataSourceChanged(ObservableCollection<KvSubscriptionModel>? value)' have signature differences.
Build macOS ARM64: src/uno/AzureKeyVaultStudio/AzureKeyVaultStudio/UserControls/ViewModels/KeyVaultTreeViewModel.cs#L402
Partial method declarations 'void KeyVaultTreeViewModel.OnTreeDataSourceChanging(ObservableCollection<KvSubscriptionModel> oldValue, ObservableCollection<KvSubscriptionModel> newValue)' and 'void KeyVaultTreeViewModel.OnTreeDataSourceChanging(ObservableCollection<KvSubscriptionModel>? oldValue, ObservableCollection<KvSubscriptionModel>? newValue)' have signature differences.
Build macOS ARM64: src/uno/AzureKeyVaultStudio/AzureKeyVaultStudio/Services/VaultService.cs#L268
Cannot convert null literal to non-nullable reference type.
Build macOS ARM64: src/uno/AzureKeyVaultStudio/AzureKeyVaultStudio/Database/DbContext.cs#L69
Cannot convert null literal to non-nullable reference type.
Build Windows ARM64
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v3, actions/checkout@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Build Windows ARM64: src/uno/AzureKeyVaultStudio/AzureKeyVaultStudio/Database/Subscriptions.cs#L5
Non-nullable property 'DisplayName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build Windows ARM64: src/uno/AzureKeyVaultStudio/AzureKeyVaultStudio/UserControls/ExternalVaultDialog.xaml.cs#L12
Non-nullable field '_localizer' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Build Windows ARM64: src/uno/AzureKeyVaultStudio/AzureKeyVaultStudio/Services/VaultService.cs#L268
Cannot convert null literal to non-nullable reference type.
Build Windows ARM64: src/uno/AzureKeyVaultStudio/AzureKeyVaultStudio/UserControls/ViewModels/KeyVaultTreeViewModel.cs#L421
Partial method declarations 'void KeyVaultTreeViewModel.OnTreeDataSourceChanged(ObservableCollection<KvSubscriptionModel> value)' and 'void KeyVaultTreeViewModel.OnTreeDataSourceChanged(ObservableCollection<KvSubscriptionModel>? value)' have signature differences.
Build Windows ARM64: src/uno/AzureKeyVaultStudio/AzureKeyVaultStudio/UserControls/ViewModels/KeyVaultTreeViewModel.cs#L402
Partial method declarations 'void KeyVaultTreeViewModel.OnTreeDataSourceChanging(ObservableCollection<KvSubscriptionModel> oldValue, ObservableCollection<KvSubscriptionModel> newValue)' and 'void KeyVaultTreeViewModel.OnTreeDataSourceChanging(ObservableCollection<KvSubscriptionModel>? oldValue, ObservableCollection<KvSubscriptionModel>? newValue)' have signature differences.
Build Windows ARM64: src/uno/AzureKeyVaultStudio/AzureKeyVaultStudio/Database/DbContext.cs#L69
Cannot convert null literal to non-nullable reference type.
Build Windows x64
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v3, actions/checkout@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Build Windows x64: src/uno/AzureKeyVaultStudio/AzureKeyVaultStudio/UserControls/ViewModels/ItemPropertiesViewModel.cs#L33
Non-nullable field '_currentWindow' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Build Windows x64: src/uno/AzureKeyVaultStudio/AzureKeyVaultStudio/Presentation/MainViewModel.cs#L20
Non-nullable property 'GoToSecond' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build Windows x64: src/uno/AzureKeyVaultStudio/AzureKeyVaultStudio/Database/Subscriptions.cs#L6
Non-nullable property 'SubscriptionId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build Windows x64: src/uno/AzureKeyVaultStudio/AzureKeyVaultStudio/Database/Subscriptions.cs#L5
Non-nullable property 'DisplayName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build Windows x64: src/uno/AzureKeyVaultStudio/AzureKeyVaultStudio/Services/VaultService.cs#L268
Cannot convert null literal to non-nullable reference type.
Build Windows x64: src/uno/AzureKeyVaultStudio/AzureKeyVaultStudio/UserControls/ViewModels/KeyVaultTreeViewModel.cs#L421
Partial method declarations 'void KeyVaultTreeViewModel.OnTreeDataSourceChanged(ObservableCollection<KvSubscriptionModel> value)' and 'void KeyVaultTreeViewModel.OnTreeDataSourceChanged(ObservableCollection<KvSubscriptionModel>? value)' have signature differences.
Build Windows x64: src/uno/AzureKeyVaultStudio/AzureKeyVaultStudio/UserControls/ViewModels/KeyVaultTreeViewModel.cs#L402
Partial method declarations 'void KeyVaultTreeViewModel.OnTreeDataSourceChanging(ObservableCollection<KvSubscriptionModel> oldValue, ObservableCollection<KvSubscriptionModel> newValue)' and 'void KeyVaultTreeViewModel.OnTreeDataSourceChanging(ObservableCollection<KvSubscriptionModel>? oldValue, ObservableCollection<KvSubscriptionModel>? newValue)' have signature differences.
Build Windows x64: src/uno/AzureKeyVaultStudio/AzureKeyVaultStudio/Database/DbContext.cs#L69
Cannot convert null literal to non-nullable reference type.

Artifacts

Produced during runtime
Name Size Digest
azurekeyvaultstudio.linux-x64.tar Expired
82.2 MB
sha256:f7122710dcbf6bfef84b0e90bc7c2e657caa70ebf7f4cbf4e9f055e31c0de0c7
azurekeyvaultstudio.macos-arm64.tar Expired
74.2 MB
sha256:3cb8f4cf12ea13991aab21fa2cd561fe801d23be2a6623ed9a92643fc7f77959
azurekeyvaultstudio.macos-x64.tar Expired
79.3 MB
sha256:dddc43dd26bf6d82dee111e0d6c678604a96bf07cbb8655df1e680787ede6f81
azurekeyvaultstudio.win-arm64.tar Expired
99.5 MB
sha256:7b66c8c5b9e4eae6aa96eeed424ce4d710e65c673f6d569815873cf4b8456f47
azurekeyvaultstudio.win-x64.tar Expired
106 MB
sha256:651fbb0ccd7cf75cf0dd6f8e375cc920a1c024137cfa767314ec6514e065511c