Roslyn 分析器不尊重 .editorconfig

问题描述

有人知道为什么 Roslyn 分析器不尊重 .editorconfig 中的 indent_style 吗?

我在 mac 上使用 Rider,我们决定在我们的解决方案中配置代码规则。

这是我们在 .editorconfig 中的设置:

# Remove the line below if you want to inherit .editorconfig settings from higher directories
root = true

# C# files
[*.cs]
#### Core EditorConfig Options ####

# Indentation and spacing
indent_size = tab
indent_style = tab
tab_width = 4

# New line preferences
end_of_line = crlf
insert_final_newline = false

看起来 Rider 正在阅读此配置并知道它应该在每个新行上使用制表符,但 Roslyn 抱怨应该修复格式。

enter image description here

有人可以帮我解决这个问题吗?有没有办法为 Roslyn 分析器配置缩进样式?

谢谢

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)