-
I have a very large project that I would like to obfuscate. After including all of the assemblies I get the error below. I have managed to pinpoint one particular assembly, exclude it and get the tool…
-
Unity内に外部アセンブリが存在する際に、エディタの初期化時に毎回AssemblyResolutionExceptionが発生します。
### エラー文
```
AssemblyResolutionException: Failed to resolve assembly: 'DOTween, Version=1.0.0.0, Culture=neutral, PublicKeyT…
-
The sample code from here: https://jspuij.github.io/Cortex.Net.Docs/pages/threading.html
Throws:
```
Fody: An unhandled exception occurred:
Exception:
Member 'System.String k__BackingField'…
-
I've been giving some thought about implementing some form of pre-load patching ability for KSPCF.
Main motivations :
- Lifting runtime-patching limitations : unreliable generics support, perform…
-
Error log as below.
May I also ask did others meet this problem? How did you fix it? Thanks a lot!
```
/Library/Frameworks/Mono.framework/External/xbuild/Xamarin/Android/Xamarin.Android.Common.…
-
Have you considered `Mono.Cecil` for assembly generation? It can write DLLs, which can later be used with .net core. If you copy the `.runtimeconfig.json` from any existing .net core app as `.runtimec…
-
I'm using Unity 2021.3.10f1 and Huawei HMS AGC Services version 2.4.1. After importing it from the Package Manager, I immediately encountered errors:
Assets\HuaweiService\apm\Editor\TraceInjectPost…
-
Sometimes Smocks randomly fails all `Run` calls and never recovers again. Changing the static method names in the `Setup` calls makes it works again for a while until it breaks again. Changing names b…
-
From https://github.com/dotnet/linker/issues/3112#issuecomment-1313617781
This fails with 7.0 linker, but works with Release build of main (8.0 linker).
With Debug build of 8.0 linker this asserts…
-
I'm looking to use Jil inside of some our xamarin applications but after installing the package on a xamarin android project I receive the error on build
```
>/Library/Frameworks/Mono.framework/Ex…