From b00f3a4f2fa8fb0cdbc445eda6cd92405ced830f Mon Sep 17 00:00:00 2001 From: JusterZhu Date: Sat, 23 May 2026 19:47:55 +0800 Subject: [PATCH] fix: add missing Drivelution refactoring files to GeneralUpdate.Core.csproj compilation list GeneralUpdate.Core links Drivelution source files individually. The 9-PR refactoring added 12 new files that were not included in the compile list, causing CS0234/CS0246 errors for Core.Execution, Core.Pipeline, UpdateProgress, BatchUpdateResult, etc. Added: - 6 Core/Pipeline/* files - 3 Core/Execution/* files - 1 Core/ServiceCollectionExtensions.cs - 2 Abstractions/Models/* (UpdateProgress, BatchUpdateResult) - Microsoft.Extensions.DependencyInjection.Abstractions for net10.0 target Full solution builds: 0 warnings, 0 errors. --- .../GeneralUpdate.Core/GeneralUpdate.Core.csproj | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/src/c#/GeneralUpdate.Core/GeneralUpdate.Core.csproj b/src/c#/GeneralUpdate.Core/GeneralUpdate.Core.csproj index 1a17de66..0ed21ba7 100644 --- a/src/c#/GeneralUpdate.Core/GeneralUpdate.Core.csproj +++ b/src/c#/GeneralUpdate.Core/GeneralUpdate.Core.csproj @@ -114,7 +114,9 @@ - + + + @@ -129,8 +131,20 @@ + + + + + + + + + + + +