[mono] Include filename in Invalid image error messages (#33117)
authorMitchell Hwang <mitchhwang1418@gmail.com>
Tue, 10 Mar 2020 14:48:36 +0000 (10:48 -0400)
committerGitHub <noreply@github.com>
Tue, 10 Mar 2020 14:48:36 +0000 (10:48 -0400)
commitaa6d1ac74e6291b3aaaa9da60249d8c327593698
tree30c12e97281b7507d634f8a1c599923fe56e633a
parentf5bccffe6a74c03e766bab2404b66b444db36b75
[mono] Include filename in Invalid image error messages (#33117)

* [mono] Include filename in Invalid Image message

* [mono] Rename Invalid Image to File Not Found where applicable

* [Mono] Remove ActiveIssue attributes 31649 and 31650

* Touch up callers of mono_error_set_simple_file_not_found in appdomain.c

* Specify file name in mono_error_set_simple_file_not_found reflection_only message

* Touch up mono_error_set_file_not_found callers in icall.c

* Include image name in mono_error_set_bad_image_by_name calls in metadata.c

* Include aot name in mono_error_set_bad_image_by_name calls in aot-runtime.c

Co-authored-by: Mitchell Hwang <mihw@microsoft.com>
Co-authored-by: Mitchell Hwang <mitchell.hwang@microsoft.com>
src/libraries/System.Reflection/tests/AssemblyTests.cs
src/mono/mono/metadata/appdomain.c
src/mono/mono/metadata/exception.c
src/mono/mono/metadata/icall.c
src/mono/mono/metadata/metadata.c
src/mono/mono/mini/aot-runtime.c