Skip to content
代码片段 群组 项目
提交 7ac17725 编辑于 作者: Jason Malinowski's avatar Jason Malinowski
浏览文件

Ensure we give .editorconfig keys in the same order as in the file

Right now our naming styles .editorconfig format implicitly relies on
the order of keys being preserved from the .editorconfig file on disk
into the IDictionary<string, object> that's handed to the parser. This
is problematic in many ways, but until we either redesign the format
to avoid the need of ordering, or make the ordering explicit, we should
ensure we actually maintain that ordering.

Fixes https://github.com/dotnet/roslyn/issues/35488
上级 7f4a0800
No related branches found
No related tags found
无相关合并请求
加载中
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册