diff --git a/.editorconfig b/.editorconfig index e15617da..b4329669 100644 --- a/.editorconfig +++ b/.editorconfig @@ -15,27 +15,6 @@ indent_size = 2 [*.cs] dotnet_analyzer_diagnostic.severity = warning -dotnet_diagnostic.CA1707.severity = none -dotnet_diagnostic.IDE0005.severity = none -dotnet_diagnostic.IDE0008.severity = none -dotnet_diagnostic.IDE0010.severity = none -dotnet_diagnostic.IDE0028.severity = none -dotnet_diagnostic.IDE0055.severity = none -dotnet_diagnostic.IDE0160.severity = none -dotnet_diagnostic.IDE0300.severity = none -dotnet_diagnostic.IDE0305.severity = none -dotnet_diagnostic.RCS1141.severity = none -dotnet_diagnostic.RCS1142.severity = none -dotnet_diagnostic.RCS1181.severity = none -dotnet_diagnostic.S101.severity = none -dotnet_diagnostic.S1121.severity = none -dotnet_diagnostic.S1135.severity = none -dotnet_diagnostic.S125.severity = none -dotnet_diagnostic.S2094.severity = none -dotnet_diagnostic.S3604.severity = none -dotnet_diagnostic.S4663.severity = none -dotnet_diagnostic.SYSLIB1045.severity = none - # ReSharper properties resharper_align_linq_query = true @@ -72,7 +51,6 @@ resharper_wrap_before_eq = true resharper_wrap_chained_method_calls = chop_if_long resharper_wrap_switch_expression = chop_if_long - # Microsoft .NET properties csharp_indent_braces = false csharp_new_line_before_open_brace = local_functions, methods, types \ No newline at end of file diff --git a/Directory.Build.props b/Directory.Build.props index 4d826c48..97098841 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -10,16 +10,17 @@ $(SolutionDir)/dist/backend/$(MSBuildProjectName)/obj $(SolutionDir)/dist/backend/$(MSBuildProjectName)/bin © 2006-2023 nsnail - 一个基于.Net8/Vue3,极致优雅的RBAC通用权限管理模板 + 通用后台权限管理系统、快速开发框架(基于C#12/.NET8、Vue3/Vite、Element Plus等现代技术构建,具有十分整洁、优雅的编码规范) false true enable preview beta v + CA1707;IDE0005;IDE0008;IDE0010;IDE0028;IDE0055;IDE0160;IDE0300;IDE0305;RCS1141;RCS1142;RCS1181;S101;S1121;S1135;S125;S2094;S3604;S4663;SYSLIB1045 NetAdmin git - http://git.shequnpay.com/lingyun/NetAdmin.git + https://github.com/nsnail/NetAdmin.git net8.0 $(AssemblyName)