Add syntax rewriter to handle missing usings we haven't added
All checks were successful
Build / Compute Version (push) Successful in 5s
Build / Build Nuget package (CringeBootstrap.Abstractions) (push) Successful in 49s
Build / Build Nuget package (SharedCringe) (push) Successful in 1m5s
Build / Build Nuget package (NuGet) (push) Successful in 1m6s
Build / Build Nuget package (CringePlugins) (push) Successful in 1m18s
Build / Build Launcher (push) Successful in 1m47s

Added Microsoft.VisualBasic to missing namespace patch
This commit is contained in:
2025-05-12 16:34:31 -04:00
parent 227dcb1869
commit 3295afc447
3 changed files with 52 additions and 0 deletions

View File

@@ -16,5 +16,6 @@ public static class DarkTardMissingNamespacePatch
___m_compatibilityChanges["using System.Runtime.Remoting.Lifetime;"] = "";
___m_compatibilityChanges["using System.Net.Configuration;"] = "";
___m_compatibilityChanges["using System.Reflection.Metadata.Ecma335;"] = "";
___m_compatibilityChanges["using Microsoft.VisualBasic;"] = "";
}
}