-
-
Save vs-mobiletools-engineering-service2/2707b0dad539d9f48fcd9b09f2cca24a to your computer and use it in GitHub Desktop.
generator-diff/generator.diff
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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