1 Star 0 Fork 451

杨阳/NanUI

forked from dotNET China/NanUI 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.editorconfig 538 Bytes
一键复制 编辑 原始数据 按行查看 历史
林选臣 提交于 2022-01-16 21:57 . 🪄 Code clean
[*.cs]
# CS0436: 类型与导入类型冲突
dotnet_diagnostic.CS0436.severity = none
csharp_style_namespace_declarations = file_scoped:error
csharp_style_var_for_built_in_types=true:warning
csharp_style_var_when_type_is_apparent=true:warning
csharp_style_var_elsewhere=true:suggestion
csharp_prefer_braces=true:suggestion
csharp_using_directive_placement=outside_namespace:silent
insert_final_newline=true
[*.{cs,vb}]
end_of_line=lf
dotnet_style_require_accessibility_modifiers=for_non_interface_members:suggestion
charset = utf-8
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C#
1
https://gitee.com/yang_yang_1990/NanUI.git
git@gitee.com:yang_yang_1990/NanUI.git
yang_yang_1990
NanUI
NanUI
master

搜索帮助