XFEExtension.NetCore.WinUIHelper
1.0.4
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package XFEExtension.NetCore.WinUIHelper --version 1.0.4
NuGet\Install-Package XFEExtension.NetCore.WinUIHelper -Version 1.0.4
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.4" />
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.4" />
<PackageReference Include="XFEExtension.NetCore.WinUIHelper" />
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.4
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: XFEExtension.NetCore.WinUIHelper, 1.0.4"
#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.4
#tool nuget:?package=XFEExtension.NetCore.WinUIHelper&version=1.0.4
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
XFEExtension.NetCore.WinUIHelper
Product | Versions 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.
-
net8.0-windows10.0.19041
- Microsoft.Windows.SDK.BuildTools (>= 10.0.26100.1742)
- Microsoft.WindowsAppSDK (>= 1.7.250310001)
- XFEExtension.NetCore (>= 3.3.1)
- XFEExtension.NetCore.AutoPath (>= 1.0.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
更新应用程序路径和主题帮助类
在 `AppPathHelper.cs` 中,修改 `ApplicationName` 属性的赋值方式,使用 `Assembly.GetCallingAssembly().GetName().Name` 代替 `Assembly.GetExecutingAssembly().FullName`。
在 `AppThemeHelper.cs` 中,移除对 `XFEExtension.NetCore.WinUIHelper.Model` 的引用,并更新 `MainWindow` 的注释,增加中文说明“(请勿在App构造函数内对其赋值)”。