Add support for telling plugins if runtime is trimmed

This commit is contained in:
Łukasz Domeradzki
2024-09-16 17:58:35 +02:00
parent a27973800c
commit 7b65c1aeb7
11 changed files with 90 additions and 53 deletions

View File

@@ -203,7 +203,7 @@ internal static class Backend {
ArgumentOutOfRangeException.ThrowIfEqual(requestID, Guid.Empty);
if (SharedInfo.BuildInfo.IsCustomBuild) {
if (BuildInfo.IsCustomBuild) {
return null;
}