XFEExtension.NetCore.WinUIHelper 1.0.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package XFEExtension.NetCore.WinUIHelper --version 1.0.1
                    
NuGet\Install-Package XFEExtension.NetCore.WinUIHelper -Version 1.0.1
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="XFEExtension.NetCore.WinUIHelper" Version="1.0.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="XFEExtension.NetCore.WinUIHelper" Version="1.0.1" />
                    
Directory.Packages.props
<PackageReference Include="XFEExtension.NetCore.WinUIHelper" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add XFEExtension.NetCore.WinUIHelper --version 1.0.1
                    
#r "nuget: XFEExtension.NetCore.WinUIHelper, 1.0.1"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package XFEExtension.NetCore.WinUIHelper@1.0.1
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=XFEExtension.NetCore.WinUIHelper&version=1.0.1
                    
Install as a Cake Addin
#tool nuget:?package=XFEExtension.NetCore.WinUIHelper&version=1.0.1
                    
Install as a Cake Tool

XFEExtension.NetCore.WinUIHelper

Product Compatible and additional computed target framework versions.
.NET net8.0-windows10.0.19041 is compatible.  net9.0-windows was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.2.2 121 6/22/2025
1.2.1 148 5/28/2025
1.2.0 90 5/2/2025
1.1.2 94 5/2/2025
1.1.1 121 4/25/2025
1.1.0 122 4/25/2025
1.0.7 169 4/8/2025
1.0.6 168 4/6/2025
1.0.5 139 4/6/2025
1.0.4 130 4/6/2025
1.0.3 147 4/6/2025
1.0.2 138 4/6/2025
1.0.1 133 4/6/2025
1.0.0 150 4/6/2025

简化服务类实现,更新项目版本

在多个服务类中移除了对 `IWinUIService` 接口的实现,直接实现各自的服务接口。添加了 `INavigationParameterService` 的静态构造函数以注册服务。移除了 `IWinUIService` 接口及 `StandardApp`、`StandardMainWindow` 的相关实现,简化了代码结构。更新了 `GlobalServiceManager` 中的服务注册字典,确保服务正确实例化。`AppThemeHelper` 类中添加了对主窗口的引用,简化主题更改实现。项目文件版本号从 `1.0.0` 更新至 `1.0.1`,并调整了描述信息。