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.
dotnet add package dotnet-fantomas --version 3.0.0-beta-004
NuGet\Install-Package dotnet-fantomas -Version 3.0.0-beta-004
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="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 and Polyglot Notebooks. 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 net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows |
.NET Core | netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Framework | net461 net462 net463 net47 net471 net472 net48 net481 |
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,492 | 9/18/2019 | |
3.0.0-beta-003 | 431 | 9/13/2019 | |
3.0.0-beta-002 | 530 | 7/20/2019 | |
3.0.0-beta-001 | 566 | 7/12/2019 | |
2.9.2 | 4,565 | 2/2/2019 | |
2.9.1 | 1,795 | 11/20/2018 | |
2.9.0 | 958 | 10/17/2018 | |
2.8.1 | 1,349 | 9/12/2018 | |
2.8.0 | 4,398 | 7/7/2018 | |
2.7.1 | 3,062 | 5/2/2018 | |
2.7.0 | 1,268 | 5/2/2018 |
Restructured library API
Improved performance