Skip to content

Instantly share code, notes, and snippets.

@vs-mobiletools-engineering-service2
Created August 14, 2023 16:41
Show Gist options
  • Save vs-mobiletools-engineering-service2/2707b0dad539d9f48fcd9b09f2cca24a to your computer and use it in GitHub Desktop.
Save vs-mobiletools-engineering-service2/2707b0dad539d9f48fcd9b09f2cca24a to your computer and use it in GitHub Desktop.
generator-diff/generator.diff
diff --git a/old/common/Errors.Designer.cs b/new/common/Errors.Designer.cs
index 1c05836..8a37ea8 100644
--- a/old/common/Errors.Designer.cs
+++ b/new/common/Errors.Designer.cs
@@ -433,5 +433,6 @@ namespace Xamarin.Bundler {
internal const string MX8053 = "Could not resolve the module in the assembly {0}.";
internal const string MX8054 = "Can't resolve metadata tokens for methods when using the managed static registrar (token: 0x{0}).";
internal const string MX8055 = "Could not find the type 'ObjCRuntime.__Registrar__' in the assembly '{0}'.";
+ internal const string MX8056 = "Failed to marshal the Objective-C object 0x{0} (type: {1}). Could not find an existing managed instance for this object, nor was it possible to create a new managed instance of generic type {2}.";
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment