/generator.diff Secret
Created
September 5, 2022 21:21
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 67a3fbe..041e727 100644 | |
--- a/old/common/Errors.Designer.cs | |
+++ b/new/common/Errors.Designer.cs | |
@@ -413,5 +413,7 @@ namespace Xamarin.Bundler { | |
internal const string MX8040 = "Invalid type encoding for parameter."; | |
internal const string MX8041 = "Unable to create an instance of the type {0}."; | |
internal const string MX8042 = "An exception occurred while trying to invoke the function {0}: {1}."; | |
+ internal const string MX8043 = "An exception occurred while validating the static registrar code for {0}: {1}"; | |
+ internal const string MX8044 = "The assembly {0} has been modified since the app was built, invalidating the generated static registrar code. The MVID for the loaded assembly is {1}, while the MVID for the assembly the generated static registrar code corresponds to is {2}."; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment