Fsharp.wpf 0.3.0

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" />
                    
Directory.Packages.props
<PackageReference Include="Fsharp.wpf" />
                    
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 Fsharp.wpf --version 0.3.0
                    
#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
                    
Install as a Cake Addin
#tool nuget:?package=Fsharp.wpf&version=0.3.0
                    
Install as a Cake Tool

fsharp.wpf

介绍

不算优雅的F#和WPF

本项目提供基本的mvvm模式支持, view部分完全由xaml文件来定义。

提供了相关的函数来根据xaml生成控件、样式、模板、资源等。

新手入门

具体的代码可以看 示例代码

Product 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.

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
0.3.0 213 10/30/2025
0.2.0 147 8/22/2025
0.1.4 183 12/16/2024
0.1.3 165 11/23/2024
0.1.2 151 11/16/2024
0.1.1 155 11/15/2024
0.1.0 180 11/12/2024

利用CallerMemberName优化属性更改通知函数