Fetch the repository succeeded.
This action will force synchronization from dotNET China/NanUI, which will overwrite any changes that you have made since you forked the repository, and can not be recovered!!!
Synchronous operation will process in the background and will refresh the page when finishing processing. Please be patient.
[*.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
[*.{cs,vb}]
end_of_line=lf
dotnet_style_require_accessibility_modifiers=for_non_interface_members:suggestion
Sign in to post a comment
Comment ( 0 )