[embed] Assert when call mono_runtime_object_init (#17589)
commit4bdacea237f2ae7ed444e0336dad503d9a0535ac
authorThays Grazia <thaystg@gmail.com>
Thu, 7 Nov 2019 14:22:25 +0000 (7 11:22 -0300)
committerGitHub <noreply@github.com>
Thu, 7 Nov 2019 14:22:25 +0000 (7 11:22 -0300)
tree32adaf90ec8ffb35386ee1f1ea2a6c6789888ef8
parent3c84633c7c2d51b2629c8fbbbae77111edb976c3
[embed] Assert when call mono_runtime_object_init (#17589)

* Fix assert when calling externally call mono_runtime_object_init, mono_object_get_domain, mono_string_to_utf8
* Adding samples/embed as unit-test
mono/metadata/object.c
mono/unit-tests/Makefile.am
mono/unit-tests/test-embed-invoke.c [new file with mode: 0644]
mono/unit-tests/test-mono-embed.c [new file with mode: 0644]
samples/embed/test-invoke.c
samples/embed/test.cs
samples/embed/teste.c