Skip to content
This repository was archived by the owner on May 9, 2023. It is now read-only.

Commit 805aff0

Browse files
committed
Update README.md
1 parent bcdaf3b commit 805aff0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,8 @@
2222

2323
### Known issues
2424
* Any `MissingMethodException` or `NotSupportedException`: please report the issue and provide a copy of your mod loader log and/or Unity log.
25-
* The C# console may unexpectedly produce a GC Mark Overflow crash when calling certain outside methods. Not clear yet what is causing this, but it's being looked into.
2625
* In IL2CPP, some IEnumerable and IDictionary types may fail enumeration. Waiting for the Unhollower rewrite to address this any further.
27-
* In IL2CPP, the C# console might not suggest deobfuscated (or obfuscated) names. Being looked into.
26+
* The C# Console's completions have some minor issues such as not suggestion global classes which have no namespace, and erronously suggesting classes from using directives when they shouldn't be suggested. These are issues with mcs itself which I am looking into.
2827

2928
## How to install
3029

0 commit comments

Comments
 (0)