seriouz

Results 44 comments of seriouz

This is true, but on the other hand he said, that we should fork BaGet under a new name (when we want to see progress).

I have the same problem. In my database-server there are databases with a custom schema and in this custom schema there a custom collations. Now when i do a migration...

The problem still exists! It's very annoying.

The `` is not working, too (https://github.com/OmniSharp/omnisharp-vscode/issues/5130).

can't `dotnet format` just format the content from the `@code { }` block from razor files?

@dotnet-policy-service agree

It is still slow as hell. **8** seconds for one file and this is without **-s** and **-a**. `go fmt` runs in under a second for me.

> From my personal experience within the team, it is basically unusable (and I am not talking about thousand of files, just a precommit hook for staged files) on Windows...

I've checked a little bit. Seems that the function `await MSBuildWorkspaceLoader.LoadAsync` (CodeFormatter.cs) is way too slow and costs much of the execution time.

@RikkiGibson I think the formatter should have a version which does not requires that msbuild loads and scans the whole solution/project. Especially the case when a single file is going...