小编Ale*_*tov的帖子

Is there a comprehensive C# linter and formatter like eslint for JS/TS?

I'd like to have my C# projects (.NET Core 3.1+) to be linted and formatted on each build both locally and in CI environment. I know that there's new .NET Analyzers feature and dotnet-format tool in .NET 6, but I can't understand from the documentation if I can make a single comprehensive configuration file that both these tools would use so I can enforce certain code style in my team. Could you help me understand if it is possible?

.net c# lint code-formatting

11
推荐指数
1
解决办法
1万
查看次数

标签 统计

.net ×1

c# ×1

code-formatting ×1

lint ×1