`dotnet-format` doesn't support F# projects
Open
Area-Format
Area-FSharp
untriaged
- Dominant language
- C#
- Stars
- 3.2k
- Forks
- 1.3k
- PR merge metrics
- PR metrics pending
Description
`dotnet-format` supports only C# and Visual Basic .NET projects.
Working with .NET SDK 6.0 - 10.0.102 still unable to follow the F# code style template.
I would really like the `dotnet-format` can work with F# projects too, in the same way as with others.
### Additional context
Here's an output from powershell session.
```
PS D:\Locals\SunFlower\src\SunFlower.Kernel> dotnet format
Не удалось отформатировать "D:\Locals\SunFlower\src\SunFlower.Kernel\SunFlower.Kernel.fsproj". Форматирование сейчас поддерживается только для проектов C# и Visual Basic.
PS D:\Locals\SunFlower\src\SunFlower.Kernel>
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.