[mono] Include filename in Invalid image error messages (#32560)
authorMitchell Hwang <mitchhwang1418@gmail.com>
Tue, 3 Mar 2020 16:14:03 +0000 (11:14 -0500)
committerGitHub <noreply@github.com>
Tue, 3 Mar 2020 16:14:03 +0000 (11:14 -0500)
commit5371ef4fc3a3983f12c7fda816bd939eb37f3c65
tree31ddb83b0174b6606ea9b1541db17ab5d0a3acff
parentc2d20dd0e624393296db6a0875f9383e3f18ea08
[mono] Include filename in Invalid image error messages (#32560)

* [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
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