Fabulous 10.0.1
dotnet add package Fabulous --version 10.0.1
NuGet\Install-Package Fabulous -Version 10.0.1
<PackageReference Include="Fabulous" Version="10.0.1" />
<PackageVersion Include="Fabulous" Version="10.0.1" />
<PackageReference Include="Fabulous" />
paket add Fabulous --version 10.0.1
#r "nuget: Fabulous, 10.0.1"
#:package Fabulous@10.0.1
#addin nuget:?package=Fabulous&version=10.0.1
#tool nuget:?package=Fabulous&version=10.0.1
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 | Versions 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 was computed. 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 is compatible. 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. |
-
.NETStandard 2.1
- FSharp.Core (>= 8.0.300)
-
net10.0
- FSharp.Core (>= 8.0.300)
NuGet packages (7)
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 |
|---|---|---|
| 10.0.1 | 75 | 9/7/2026 |
| 10.0.0 | 229 | 8/24/2026 |
| 3.0.0-pre9 | 384 | 11/8/2024 |
| 3.0.0-pre8 | 252 | 11/7/2024 |
| 3.0.0-pre7 | 268 | 10/28/2024 |
| 3.0.0-pre6 | 261 | 10/24/2024 |
| 3.0.0-pre23 | 536 | 6/5/2025 |
| 3.0.0-pre22 | 647 | 5/18/2025 |
| 3.0.0-pre21 | 339 | 4/7/2025 |
| 3.0.0-pre20 | 411 | 2/28/2025 |
| 3.0.0-pre19 | 674 | 1/16/2025 |
| 3.0.0-pre18 | 201 | 1/16/2025 |
| 3.0.0-pre17 | 396 | 12/15/2024 |
| 3.0.0-pre16 | 508 | 11/22/2024 |
| 3.0.0-pre15 | 253 | 11/21/2024 |
| 3.0.0-pre14 | 194 | 11/21/2024 |
| 3.0.0-pre13 | 242 | 11/21/2024 |
| 3.0.0-pre12 | 231 | 11/20/2024 |
| 3.0.0-pre11 | 220 | 11/16/2024 |
| 3.0.0-pre10 | 279 | 11/14/2024 |
### Added
- Document how to build, run, and debug the generated MAUI template's `net10.0-windows10.0.19041.0` target in the MAUI tutorial (#1171).
### Changed
- Fix the MAUI get-started documentation to reference `net10.0-android` / `net10.0-ios` instead of the retired `net7.0-android` / `net7.0-ios` TFMs (Repo Assist, #1174).
- Document the triage of the 60 `FS0044` deprecation warnings from the MAUI Release build in `.github/RELEASE_CHECKLIST.md`; none of the flagged `EntryCell`, `SwitchCell`, `Page.IsBusy`, or per-edge safe-area APIs have been removed from the supported MAUI 10 baseline (#1148).
- Mark the excluded, Xamarin-era legacy documentation trees under `docs/advanced`, `docs/basics`, and `docs/samples-and-tutorials` with an unmistakable legacy content notice (Repo Assist).
- Require an entry in `CHANGELOG.md` for every pull request, documented in `AGENTS.md` (Repo Assist).
- Replace retired docs.fabulous.dev links across `docs/` with the current documentation site at https://fabulous-dev.github.io/Fabulous/ (Repo Assist, #1207).
- Pin `actions/github-script` to a commit SHA (v9.0.0) in `pr-artifacts.yml` for supply-chain safety (#1301, #1300).
### Fixed
- Default the `fabulous-mauicontrols` template's Windows target to `RuntimeIdentifier=win-x64` / `Platform=x64` (when not already set by the caller) so `dotnet publish` for `net10.0-windows10.0.19041.0` no longer fails with `error: Packaged .NET applications with an app host exe cannot be ProcessorArchitecture neutral`, and document the workaround in the deployment guide (Repo Assist, #1286).
- Regenerate `docs/api/source-inventory.md` via `eng/monorepo/generate-api-reference.py` so the Build website CI check passes again (Repo Assist, #1283).
- Rename `website/themes/fabulous.dev-theme` to `website/themes/fabulous-theme` and update the SCSS `@import` paths in `website/assets/sass/root*.scss` accordingly, matching `theme = 'fabulous-theme'` already set in `website/config.toml` (Repo Assist, #1264).
- Fix `StackArray3.sortInPlace` using the wrong key (`v1` instead of `v2`) for the third element when sorting a 3-element `StackArray3`, which could produce an incorrectly ordered result (Repo Assist, #1170).
- Fix NU1605 package downgrade warnings when building a new project from the MAUI template by aligning the template's default `Microsoft.Maui.Controls`/`Microsoft.Maui.Controls.Compatibility` version with Fabulous.MauiControls's minimum required version (#1171).
- Bump the `fabulous-avalonia` template's default `FSharp.Core` package version from the stale 8.0.301 to 10.0.100, matching the `fabulous-mauicontrols` template (#1179).
- Update the website home page's "Choose your own adventure" section to link to the current MAUI and Avalonia get-started docs instead of the archived Fabulous.MauiControls, Fabulous.XamarinForms, and Fabulous.Avalonia repositories, and remove the outdated paid/commercial support section (Repo Assist, #1166).