From 7e738b65a9e77c611ee2f1b55a6c58533f675df9 Mon Sep 17 00:00:00 2001 From: falcon <9504402@qq.com> Date: Mon, 2 Nov 2020 10:52:36 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=B7=A5=E5=85=B7=E5=8C=85?= =?UTF-8?q?=E5=BC=95=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/.editorconfig | 4 ++++ src/StaffManagement.sln | 7 ++++++- src/StaffManagement/StaffManagement.csproj | 22 +++++++++++++++++++++- src/StaffManagement/nlog.config | 22 ++++++++++++++++++++++ 4 files changed, 53 insertions(+), 2 deletions(-) create mode 100644 src/.editorconfig create mode 100644 src/StaffManagement/nlog.config diff --git a/src/.editorconfig b/src/.editorconfig new file mode 100644 index 0000000..8859c78 --- /dev/null +++ b/src/.editorconfig @@ -0,0 +1,4 @@ +[*.cs] + +# CS1591: 缺少对公共可见类型或成员的 XML 注释 +dotnet_diagnostic.CS1591.severity = none diff --git a/src/StaffManagement.sln b/src/StaffManagement.sln index aea9ef9..c72fa9f 100644 --- a/src/StaffManagement.sln +++ b/src/StaffManagement.sln @@ -3,7 +3,12 @@ Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio Version 16 VisualStudioVersion = 16.0.30503.244 MinimumVisualStudioVersion = 10.0.40219.1 -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "StaffManagement", "StaffManagement\StaffManagement.csproj", "{917A24AB-2E02-4D9A-81D1-279AC23D20D8}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "StaffManagement", "StaffManagement\StaffManagement.csproj", "{917A24AB-2E02-4D9A-81D1-279AC23D20D8}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{E1156E13-1A8A-415D-9763-74BA4C06254E}" + ProjectSection(SolutionItems) = preProject + .editorconfig = .editorconfig + EndProjectSection EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution diff --git a/src/StaffManagement/StaffManagement.csproj b/src/StaffManagement/StaffManagement.csproj index 40e2b90..f44e8dd 100644 --- a/src/StaffManagement/StaffManagement.csproj +++ b/src/StaffManagement/StaffManagement.csproj @@ -1,7 +1,27 @@ - + netcoreapp3.1 + bin\$(Configuration)\$(TargetFramework)\$(AssemblyName).xml + + + + + + + + + + + + + + + + + + + diff --git a/src/StaffManagement/nlog.config b/src/StaffManagement/nlog.config new file mode 100644 index 0000000..3e6880d --- /dev/null +++ b/src/StaffManagement/nlog.config @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + \ No newline at end of file