Results 24 comments of Lex

Everything should be okay now, the tests failing indicate that they're still expecting old dotnet 5.0 dotnet-format paremeters (with `--check` instead of `--verify-no-changes`). Isn't there anywhere else that has to...

> Install commands are the following, are they still ok for dotnet v6 ? I wouldn't know, will have to look into it. I think we're still missing something. Edit:...

@nvuillam So, I made some interesting discoveries. It seems [dotnet-format is now part of the dotnet 6.0 sdk](https://github.com/dotnet/format/issues/1268). With that we shouldn't need to run `dotnet tool install -g dotnet-format`...

> So if I summarize well, we could do everything with just dotnet v6 install , and the only blocking stuff is DevSkim ? What if we removed DevSkim from...

> > If you find a way to work with dotnet V5 and V6 it would indeed be the best ^^ > > What I understand from using .NET, the...

@nvuillam Well, after some changes now the linter is running smoothly, I'm positive it's linting both csharp and vb okay, but it's still failing on both `test_failure` and I have...

> @lextatic DevSkim latest version is not working with v6 (and not anymore with v5 ^^) I downgraded the DevSkim version for now, but it may be time to ressuscitate...

I've updated it with the latest `main` and also changed PR name and target to `main` branch but I'm not completely sure how to proceed now with DevSkim and build.

> @lextatic why this "whitespace" ? Aren't there other types of formatting than just whitespaces ? ^^ Yes, dotnet-format can formate styling too, but it won't work without a `.csproj`...

> @lextatic why this "whitespace" ? Aren't there other types of formatting than just whitespaces ? ^^ On a second thought, someone linting .NET should probably have a `.sln` or...