From 687c7769558c25a9f11c2109232b02243e0facc9 Mon Sep 17 00:00:00 2001 From: NMSAzulX <16236903+NMSAzulX@users.noreply.github.com> Date: Thu, 2 Nov 2023 23:20:33 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=B7=A5=E7=A8=8B=E6=96=87?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 修复管道配置及一些杂项 --- .github/dependabot.yml | 12 ------- .github/project.yml | 36 ++++++++----------- src/Directory.Build.props | 2 +- test/Directory.Build.props | 2 +- .../NatashaFunctionUT.csproj | 1 - 5 files changed, 16 insertions(+), 37 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 595a794a..b1f2af55 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,18 +6,6 @@ version: 2 updates: - - package-ecosystem: "nuget" - directory: "src/Natasha.CSharp/Natasha.CSharp" - schedule: - interval: "daily" - commit-message: - prefix: "[DEPENDENCY SRC]" - labels: - - "dependencies" - ignore: - - dependency-name: "System.Reflection.MetadataLoadContext" - - dependency-name: "Microsoft.Extensions.DependencyModel" - - package-ecosystem: "nuget" directory: "src/Natasha.CSharp/Natasha.CSharp.Compiler" schedule: diff --git a/.github/project.yml b/.github/project.yml index 106f40a8..2eb14e1f 100644 --- a/.github/project.yml +++ b/.github/project.yml @@ -104,11 +104,8 @@ src: labels: dependency_config: - using_output: - enable: true - ignores: - - System - - System.Runtime.CompilerServices - - System.Reflection + enable: false + ignores: id: 7E92644E-9DA0-493A-B1C6-B0E9E1D1C85B is_ignored: false is_folded: false @@ -117,23 +114,7 @@ src: package_name: DotNetCore.Natasha.CSharp project_folder: src/Natasha.CSharp/Natasha.CSharp labels: - dependency_config: - type: nuget - interval: daily - commit_prefix: '[DEPENDENCY SRC]' - special_time: - special_time_zone: - labels: - - name: dependencies - description: 有依赖需要升级 - color: 4E04B0 - ignore: - - name: System.Reflection.MetadataLoadContext - versions: - versions_type: - - name: Microsoft.Extensions.DependencyModel - versions: - versions_type: + dependency_config: - using_output: enable: true ignores: @@ -198,6 +179,17 @@ test: project_folder: test/ut/NatashaFunctionUT labels: dependency_config: + - trigger_pull_request_test: false + trigger_codecov: false + id: 716B9CEC-8CA2-433F-9E9A-974E536C4099 + is_ignored: false + is_folded: false + relative_path: test/ut/PluginFunctionUT/PluginFunctionUT.csproj + project_name: PluginFunctionUT + package_name: + project_folder: test/ut/PluginFunctionUT + labels: + dependency_config: workflow: folded_projects: - test/workflow/Workflow.Initialization/Workflow.Initialization.csproj diff --git a/src/Directory.Build.props b/src/Directory.Build.props index 4158b51f..70b30dd4 100644 --- a/src/Directory.Build.props +++ b/src/Directory.Build.props @@ -18,7 +18,7 @@ LICENSE $([MSBuild]::NormalizeDirectory('$(SolutionDir)', 'resources'))natasha.snk true - 1701;1702;0168;NETSDK1138;IDE0060;xUnit2000;CS0067;CS8321;CS0649;CS8604;CA1822;RS1014;CS1591; + 1701;1702;0168;NETSDK1138;IDE0060;xUnit2000;CS0067;CS8321;CS0649;CS8604;CA1822;RS1014;CS1591;CA1050; diff --git a/test/Directory.Build.props b/test/Directory.Build.props index 3d7dc35a..337b15f7 100644 --- a/test/Directory.Build.props +++ b/test/Directory.Build.props @@ -3,7 +3,7 @@ - CS0169;CS8602;CS8002;CS8032;1701;1702;0168;NETSDK1138;IDE0060;xUnit2000;CS0067;CS8321;CS0649;CA1822;CS1998;RS1014;CS1591; + CS0169;CS8602;CS8002;CS8032;1701;1702;0168;NETSDK1138;IDE0060;xUnit2000;CS0067;CS8321;CS0649;CA1822;CS1998;RS1014;CS1591;CA1050; diff --git a/test/ut/NatashaFunctionUT/NatashaFunctionUT.csproj b/test/ut/NatashaFunctionUT/NatashaFunctionUT.csproj index 0d6fe1b2..116adef0 100644 --- a/test/ut/NatashaFunctionUT/NatashaFunctionUT.csproj +++ b/test/ut/NatashaFunctionUT/NatashaFunctionUT.csproj @@ -19,7 +19,6 @@ -