Fantomas.Extras 4.0.0-beta-003

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

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 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 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 netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  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

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Update FCS to 37. [#996](https://github.com/fsprojects/fantomas/pull/996)
Add initial support of String Interpolation. [#998](https://github.com/fsprojects/fantomas/issues/998)
Fix Comments in match statements are sometimes deleted. [#1010](https://github.com/fsprojects/fantomas/issues/1010)
Fix Comments on members with get/set are deleted. [#1009](https://github.com/fsprojects/fantomas/issues/1009)
Fix Hexadecimal numbers in enums are output as decimal numbers. [#1006](https://github.com/fsprojects/fantomas/issues/1006)
Fix List indentation issue. [#999](https://github.com/fsprojects/fantomas/issues/999)
Fix Hexadecimal numbers in match arms are output as decimal numbers. [#995](https://github.com/fsprojects/fantomas/issues/995)
Fix Removes the first comment above the member of the list. [#990](https://github.com/fsprojects/fantomas/issues/990)
Fix Brackets increased every time Fantomas is run. [#989](https://github.com/fsprojects/fantomas/issues/989)
Fix Bug: Hash directive in computation expression. [#977](https://github.com/fsprojects/fantomas/issues/977)
Fix Bug with hash directives inside a match statement. [#976](https://github.com/fsprojects/fantomas/issues/976)
Fix Bug with defines in record member assignment. [#968](https://github.com/fsprojects/fantomas/issues/968)
Fix Backquotes are stripped down from ``checked``. [#937](https://github.com/fsprojects/fantomas/issues/937)
Fix Fantomas wraps extra set of parenthesis around parenthesis. [#921](https://github.com/fsprojects/fantomas/issues/921)
Fix Remove indent setting from CLI tool. [#888](https://github.com/fsprojects/fantomas/issues/888)
Fix Fantomas generating invalid F# when trying to format a list created with yields. [#882](https://github.com/fsprojects/fantomas/issues/882)
Fix Invalid unit test ``method call on multiple lines``. [#862](https://github.com/fsprojects/fantomas/issues/862)
Fix Invalid unit test ``should break on . operator and keep indentation``. [#860](https://github.com/fsprojects/fantomas/issues/860)
Fix Multi-line arguments to chained method calls produce invalid code. [#702](https://github.com/fsprojects/fantomas/issues/702)
Fix Line comment displaced from commented #-directive. [#638](https://github.com/fsprojects/fantomas/issues/638)
Fix #if'd argument types are lost. [#633](https://github.com/fsprojects/fantomas/issues/633)
Fix #if'd attributes moved to wrong column. [#631](https://github.com/fsprojects/fantomas/issues/631)
Fix Assembly attributes create over-long lines. [#629](https://github.com/fsprojects/fantomas/issues/629)