From b4b4f23968eef70c4464672369f9e3ace2e5c56e Mon Sep 17 00:00:00 2001 From: nsnail Date: Mon, 20 Nov 2023 20:54:09 +0800 Subject: [PATCH] =?UTF-8?q?build:=20=F0=9F=93=A6=20=E5=B0=86=20=E7=BC=96?= =?UTF-8?q?=E8=AF=91=E5=99=A8=E8=AD=A6=E5=91=8A=E4=BF=A1=E6=81=AF=E7=9A=84?= =?UTF-8?q?=E5=B1=8F=E8=94=BD=E9=A1=B9=E7=9B=AE=20=E4=BB=8Eeditor.config?= =?UTF-8?q?=E7=A7=BB=E8=87=B3Directory.Build.props=20(#63)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .editorconfig | 22 ---------------------- Directory.Build.props | 5 +++-- 2 files changed, 3 insertions(+), 24 deletions(-) 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)