XFEExtension.NetCore.WinUIHelper 1.0.6

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.6
                    
NuGet\Install-Package XFEExtension.NetCore.WinUIHelper -Version 1.0.6
                    
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.6" />
                    
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.6" />
                    
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.6
                    
#r "nuget: XFEExtension.NetCore.WinUIHelper, 1.0.6"
                    
#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.
#addin nuget:?package=XFEExtension.NetCore.WinUIHelper&version=1.0.6
                    
Install XFEExtension.NetCore.WinUIHelper as a Cake Addin
#tool nuget:?package=XFEExtension.NetCore.WinUIHelper&version=1.0.6
                    
Install XFEExtension.NetCore.WinUIHelper 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. 
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.1.1 76 4/25/2025
1.1.0 75 4/25/2025
1.0.7 147 4/8/2025
1.0.6 148 4/6/2025
1.0.5 123 4/6/2025
1.0.4 117 4/6/2025
1.0.3 130 4/6/2025
1.0.2 121 4/6/2025
1.0.1 117 4/6/2025
1.0.0 130 4/6/2025

优化 ProfileHelper 类型获取逻辑

     在 `ProfileHelper.cs` 文件中,将类型获取方式从 `Type.GetType` 修改为 `Assembly.GetEntryAssembly()?.GetType`,增强了类型查找的安全性。同时,改进了错误处理逻辑,确保在未找到类型或属性时返回默认值,而不是抛出异常。