From 46902cbf656ff92e6a6da53bd24da7212ced09be Mon Sep 17 00:00:00 2001 From: cailyoung Date: Wed, 22 Apr 2026 10:47:22 +1000 Subject: [PATCH 1/2] switch to fork --- build/_build.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/_build.csproj b/build/_build.csproj index b94426d..d631633 100644 --- a/build/_build.csproj +++ b/build/_build.csproj @@ -15,7 +15,7 @@ - + From d80754b1400ac348f9c59899e60d976398790c7c Mon Sep 17 00:00:00 2001 From: cailyoung Date: Wed, 22 Apr 2026 14:22:44 +1000 Subject: [PATCH 2/2] opt out of the copy check --- build/_build.csproj | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build/_build.csproj b/build/_build.csproj index d631633..f07b8ef 100644 --- a/build/_build.csproj +++ b/build/_build.csproj @@ -3,6 +3,8 @@ Exe net10.0 + + true CS0649;CS0169 ..