Fabulous 3.0.0-pre15

This is a prerelease version of Fabulous.
There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package Fabulous --version 3.0.0-pre15
                    
NuGet\Install-Package Fabulous -Version 3.0.0-pre15
                    
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="Fabulous" Version="3.0.0-pre15" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Fabulous" Version="3.0.0-pre15" />
                    
Directory.Packages.props
<PackageReference Include="Fabulous" />
                    
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 Fabulous --version 3.0.0-pre15
                    
#r "nuget: Fabulous, 3.0.0-pre15"
                    
#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 Fabulous@3.0.0-pre15
                    
#: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=Fabulous&version=3.0.0-pre15&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Fabulous&version=3.0.0-pre15&prerelease
                    
Install as a Cake Tool

Fabulous combines the power of functional programming and the simple Model-View-Update architecture to build any kind of mobile and desktop applications with an expressive, dynamic and clean UI DSL

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 is compatible.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
.NET Core netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.1 is compatible. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (6)

Showing the top 5 NuGet packages that depend on Fabulous:

Package Downloads
Fabulous.XamarinForms

Declarative UIs for Xamarin.Forms with F# and MVU, using Fabulous

Fabulous.LiveUpdate

LiveUpdate injects updated source code files while running to allow you to quickly view the effects of your changes without restarting the application. Needs fabulous-cli to work.

Fabulous.SimpleElements

An alternative view rendering API for Fabulous that is easy to use and simple to read, inspired by Elmish on the web.

Fabulous.MauiControls

Declarative UIs for .NET MAUI with F# and MVU, using Fabulous

Fabulous.Avalonia

Declarative UIs for AvaloniaUI with F# and MVU, using Fabulous

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on Fabulous:

Repository Stars
egvijayanand/dotnet-maui-samples
Sample apps for working with .NET MAUI
Version Downloads Last Updated
3.0.0-pre9 349 11/8/2024
3.0.0-pre8 238 11/7/2024
3.0.0-pre7 254 10/28/2024
3.0.0-pre6 245 10/24/2024
3.0.0-pre5 613 5/17/2024
3.0.0-pre23 457 6/5/2025
3.0.0-pre22 502 5/18/2025
3.0.0-pre21 318 4/7/2025
3.0.0-pre20 355 2/28/2025
3.0.0-pre19 622 1/16/2025
3.0.0-pre18 182 1/16/2025
3.0.0-pre17 358 12/15/2024
3.0.0-pre16 468 11/22/2024
3.0.0-pre15 241 11/21/2024
3.0.0-pre14 183 11/21/2024
3.0.0-pre13 228 11/21/2024
3.0.0-pre12 216 11/20/2024
3.0.0-pre11 202 11/16/2024
3.0.0-pre10 262 11/14/2024
2.4.1 2,064 1/29/2024
Loading failed

### Added
- Unwrap EnvironmentAttributeKey for logging by @TimLariviere