update window size for tags #51
uno-dotnet.yml
on: pull_request
Build Windows x64
5m 56s
Build Windows ARM64
5m 47s
Build macOS
1m 16s
Build macOS ARM64
1m 25s
Build Linux
1m 44s
Release Packages
0s
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/App.xaml.cs#L116
Dereference of a possibly null reference.
|
|
Build macOS:
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 macOS:
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 macOS:
src/uno/AzureKeyVaultStudio/AzureKeyVaultStudio/Presentation/LoginPage.xaml.cs#L5
Possible null reference return.
|
|
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 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/UserControls/ExternalVaultDialog.xaml.cs#L10
Possible null reference return.
|
|
Build macOS ARM64:
src/uno/AzureKeyVaultStudio/AzureKeyVaultStudio/Presentation/LoginPage.xaml.cs#L5
Possible null reference return.
|
|
Build macOS ARM64:
src/uno/AzureKeyVaultStudio/AzureKeyVaultStudio/Validations/SecretNameValidationAttribute.cs#L16
Possible null reference return.
|
|
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 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/App.xaml.cs#L116
Dereference of a possibly null reference.
|
|
Build Linux:
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 Linux:
src/uno/AzureKeyVaultStudio/AzureKeyVaultStudio/Presentation/PasswordGeneratorPage.xaml.cs#L8
Dereference of a possibly null reference.
|
|
Build Linux:
src/uno/AzureKeyVaultStudio/AzureKeyVaultStudio/Presentation/LoginPage.xaml.cs#L5
Possible null reference return.
|
|
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 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/App.xaml.cs#L64
The variable 'logLevel' is assigned but its value is never used
|
|
Build Windows x64:
src/uno/AzureKeyVaultStudio/AzureKeyVaultStudio/App.xaml.cs#L138
Dereference of a possibly null reference.
|
|
Build Windows x64:
src/uno/AzureKeyVaultStudio/AzureKeyVaultStudio/App.xaml.cs#L116
Dereference of a possibly null reference.
|
|
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/Validations/SecretNameValidationAttribute.cs#L16
Possible null reference return.
|
|
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.
|
|
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/UserControls/ExternalVaultDialog.xaml.cs#L16
Dereference of a possibly null reference.
|
|
Build Windows ARM64:
src/uno/AzureKeyVaultStudio/AzureKeyVaultStudio/UserControls/ExternalVaultDialog.xaml.cs#L10
Possible null reference return.
|
|
Build Windows 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 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/Validations/SecretNameValidationAttribute.cs#L16
Possible null reference return.
|
|
Build Windows ARM64:
src/uno/AzureKeyVaultStudio/AzureKeyVaultStudio/Presentation/LoginPage.xaml.cs#L5
Possible null reference return.
|
|
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.
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
azurekeyvaultstudio.linux-x64.tar
Expired
|
82.2 MB |
sha256:82002c75d216dbbe43b757deae91036e4a0f4e098436762eaae596cb0983b32d
|
|
|
azurekeyvaultstudio.macos-arm64.tar
Expired
|
74.2 MB |
sha256:fae9818f69502a4529c621dbfcf0d192f980c31d8e1a378f21e9fbf2637d2eb9
|
|
|
azurekeyvaultstudio.macos-x64.tar
Expired
|
79.3 MB |
sha256:e5e1ac95bc199702191381725751b8138d54f1c32588eee38f43b6b9bbcae9d7
|
|
|
azurekeyvaultstudio.win-arm64.tar
Expired
|
99.5 MB |
sha256:e7a32cf444e7a7b3e03c4be6155944a631141731c86e9c08cf1fab0764300e12
|
|
|
azurekeyvaultstudio.win-x64.tar
Expired
|
106 MB |
sha256:84b88ba151a43f61d4b4c81dba7dffc1741f84a822b4e465e763101367db732a
|
|