-
```System.IO.FileNotFoundException: 'Could not load file or assembly 'Mono.Options, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file s…
-
We have an issue related to Cecil that causes a stackoverflow. I'm not sure, I'm looking for any pointers. I dug into unity related issues but couldn't find a solution.
```
00 000000e7`d8a05fd0 0…
-
See https://github.com/graphql-dotnet/graphql-client/pull/557
```
The active test run was aborted. Reason: Test host process crashed : Stack overflow.
at System.Collections.Generic.Dictionary`…
-
This is for all discussions related to the character Cecil. This includes art and development assets as well as lore.
-
**Describe the bug**
Using Mono Cecil in the default assembly causes a compilation error if both Project Auditor and Burst are installed.
![burst-cecil](https://user-images.githubusercontent.com/120…
-
Hey,
I'm able to load the plugin successfully, but running it complains that it can't load the assembly for mono.cecil.
I'll try hunting that down, but it might be something needed in your deplo…
-
https://github.com/jbevain/cecil/blob/ba9c6c79f5b82c68517cb005fb1174cea7805a64/Mono.Cecil/AssemblyReader.cs#L979-L1003
(Sorry but I'm unable to provide a sample dll.)
We have a big dll which exa…
-
unity 版本2021.3.6f1c1,vs版本2022,安装Burst后
显示Assets\UnityObfuscator\Editor\Scripts\ClassInfo.cs(93,39): error CS0433: The type 'TypeDefinition' exists in both 'Mono.Cecil, Version=0.9.66.0, Culture=neutr…
-
Replacing our usage of Cecil with [System.Reflection.MetadataLoadContext](https://www.nuget.org/packages/System.Reflection.MetadataLoadContext) is an interesting idea that should in theory result in f…
-
Running the launcher (not Ex), will properly start the game. But it crashes before reaching the main menu. LauncherEx crashes right away.
The runtime on with the game runs on linux is Mono, not the…