format
format copied to clipboard
Home for the dotnet-format command
Hi, I'm the maintainer of [Husky.Net](https://github.com/alirezanet/Husky.Net) tool, In big projects using dotnet-format is a real pain, it takes a lot of time to complete. This is one of the reasons...
This pull request updates the following dependencies [marker]: (Begin:bba4b460-cef6-4542-5b68-08d8d8feb47e) ## From https://github.com/dotnet/arcade - **Subscription**: bba4b460-cef6-4542-5b68-08d8d8feb47e - **Build**: 20240307.3 - **Date Produced**: March 7, 2024 7:10:20 PM UTC - **Commit**: 2215d18d04a6565e9133c15ece7df7161fdf1e8e...
When use dotnet format not detect established error. But Only when compiled the project. Why not dotnet format? 
When running `dotnet format` I see `Warnings were encountered while loading the workspace. Set the verbosity option to the 'diagnostic' level to log warnings.` `--verbosity diagnostic` tells me what the...
here is my repro https://github.com/float3/dotnet-format-repro there are 2 cs files here that take two passes to fully format. repro steps: ```sh git clone [email protected]:float3/dotnet-format-repro.git cd dotnet-format-repro dotnet format *.sln git...
When running `dotnet format`, it seems to remove all the usings everywhere in my unit tests where I do not have a GlobalUsings.cs file. My `_Imports.razor`: ... @using Passwordless.AdminConsole.Components @using...
is there a way to also invoke Fantomas from dotnet format, making it the default for F# ? https://github.com/fsprojects/fantomas/issues?q=is%3Aissue+is%3Aopen+dotnet+format could be a nice integration useful to add support for fsharp...
This repository has had automation in place that prevents auto-merge of PRs that change the .NET SDK version. That automation was implemented through the Fabric Bot tooling with the following...
These projects don't have traditional build outputs and can be ignored. Currently they produce warnings like the following: > Required references did not load for ProjectName or referenced project. Run...
# Issue We have a source code generator generating code in a defined namespace ```csharp namespace Path.To.My.Generated.Code; public static class MyGeneratedClass { .. } ``` and we are consumig that...