https://bugs.winehq.org/show_bug.cgi?id=48303
--- Comment #1 from Sagawa sagawa.aki+winebugs@gmail.com --- Is this mono's issue?
Regarding Mono's commit d12db16[1], ves_icall_RuntimeType_get_Name has a following comment. Mono's resource manager[2] requests type.Name, so it might be related to this issue.
// FIXME: this should be escaped in some scenarios with mono_identifier_escape_type_name_chars // Determining exactly when to do so is fairly difficult, so for now we don't bother to avoid regressions
[1] https://github.com/mono/mono/commit/d12db16723f648b11ce1b0cd306a3c82ce4f89cd [2] https://github.com/madewokherd/mono/blob/00ff483884428770d63540d5dd295aaf1a5...