Fsharp.wpf
0.3.0
.NET 8.0
This package targets .NET 8.0. The package is compatible with this framework or higher.
.NET Framework 4.8
This package targets .NET Framework 4.8. The package is compatible with this framework or higher.
dotnet add package Fsharp.wpf --version 0.3.0
NuGet\Install-Package Fsharp.wpf -Version 0.3.0
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="Fsharp.wpf" Version="0.3.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Fsharp.wpf" Version="0.3.0" />
<PackageReference Include="Fsharp.wpf" />
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 Fsharp.wpf --version 0.3.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Fsharp.wpf, 0.3.0"
#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 Fsharp.wpf@0.3.0
#: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=Fsharp.wpf&version=0.3.0
#tool nuget:?package=Fsharp.wpf&version=0.3.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
fsharp.wpf
介绍
不算优雅的F#和WPF
本项目提供基本的mvvm模式支持, view部分完全由xaml文件来定义。
提供了相关的函数来根据xaml生成控件、样式、模板、资源等。
新手入门
具体的代码可以看 示例代码。
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0-windows7.0 is compatible. net9.0-windows was computed. net10.0-windows was computed. |
| .NET Framework | net48 is compatible. net481 was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
.NETFramework 4.8
- FSharp.Core (>= 8.0.403)
-
net8.0-windows7.0
- FSharp.Core (>= 8.0.403)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
利用CallerMemberName优化属性更改通知函数