Skip to content

Conversation

@cricketthomas
Copy link
Owner

PR Classification

Update to project dependencies and framework version.

PR Summary

Updated the project to target .NET 9.0 and upgraded several package references. Made minor code and UI adjustments.

  • Updated target framework to .NET 9.0 in Desktop.csproj and KeyVaultExplorer.csproj.
  • Updated PackageReference versions in Desktop.csproj and KeyVaultExplorer.csproj.
  • TitleBarControlViewModel.cs: Renamed methods Signin to SignIn and Signout to SignOut, and changed SignOut to return a Task.
  • PropertiesPage.axaml: Adjusted Padding attribute and replaced StackPanel with SelectableTextBlock.
  • build.ps1: Updated default platform to net9.0 and modified makeappx.exe commands for new version numbers.

…ormat` to display the `Key` and `Value` properties.

Updated avalonia and moved to .net 9
- Updated `Avalonia.Controls.ItemsRepeater` package to `11.1.5` in `KeyVaultExplorer.csproj`.
- Added `using System.Threading.Tasks;` to `TitleBarControlViewModel.cs`.
- Renamed `Signin` to `SignIn` and `Signout` to `SignOut`, changing their return types to `Task` in `TitleBarControlViewModel.cs`.
- Updated .NET platform version to `net9.0` in `build.ps1`.
- Updated `makeappx.exe` commands in `build.ps1` for new MSIX package versions.
@cricketthomas cricketthomas linked an issue Nov 23, 2024 that may be closed by this pull request
@cricketthomas cricketthomas merged commit 62cab40 into master Nov 23, 2024
6 of 7 checks passed
@cricketthomas cricketthomas deleted the #101 branch December 1, 2024 14:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fix: wrong display of UserName tag

2 participants