dotnet-fantomas
3.0.0-beta-004
.NET Core 2.1
.NET Framework 4.6.1
Suggested Alternatives
This is a prerelease version of dotnet-fantomas.
Install-Package dotnet-fantomas -Version 3.0.0-beta-004
dotnet add package dotnet-fantomas --version 3.0.0-beta-004
<PackageReference Include="dotnet-fantomas" Version="3.0.0-beta-004" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add dotnet-fantomas --version 3.0.0-beta-004
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: dotnet-fantomas, 3.0.0-beta-004"
#r directive can be used in F# Interactive, C# scripting and .NET Interactive. Copy this into the interactive tool or source code of the script to reference the package.
// Install dotnet-fantomas as a Cake Addin
#addin nuget:?package=dotnet-fantomas&version=3.0.0-beta-004&prerelease
// Install dotnet-fantomas as a Cake Tool
#tool nuget:?package=dotnet-fantomas&version=3.0.0-beta-004&prerelease
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
This library aims at formatting F# source files based on a given configuration.
Fantomas will ensure correct indentation and consistent spacing between elements in the source files.
Some common use cases include
(1) Reformatting a code base to conform a universal page width
(2) Converting legacy code from verbose syntax to light syntax
(3) Formatting auto-generated F# signatures.
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows |
.NET Core | netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Framework | net461 net462 net463 net47 net471 net472 net48 |
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.
-
.NETCoreApp 2.1
- Fantomas (>= 3.0.0-beta-004)
- FSharp.Compiler.Service (>= 31.0.0)
- FSharp.Core (>= 4.7.0)
-
.NETFramework 4.6.1
- Fantomas (>= 3.0.0-beta-004)
- FSharp.Compiler.Service (>= 31.0.0)
- FSharp.Core (>= 4.7.0)
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 | |
---|---|---|---|
3.0.0-beta-004 | 1,450 | 9/18/2019 | |
3.0.0-beta-003 | 395 | 9/13/2019 | |
3.0.0-beta-002 | 496 | 7/20/2019 | |
3.0.0-beta-001 | 519 | 7/12/2019 | |
2.9.2 | 4,225 | 2/2/2019 | |
2.9.1 | 1,354 | 11/20/2018 | |
2.9.0 | 702 | 10/17/2018 | |
2.8.1 | 1,047 | 9/12/2018 | |
2.8.0 | 4,057 | 7/7/2018 | |
2.7.1 | 2,733 | 5/2/2018 | |
2.7.0 | 920 | 5/2/2018 |
Restructured library API
Improved performance