mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 02:50:32 +00:00
add TODO
This commit is contained in:
parent
2fc649322f
commit
ab5b27909c
@ -90,6 +90,7 @@ public override ILPostProcessResult Process(ICompiledAssembly compiledAssembly)
|
||||
// resolve mirror assembly
|
||||
// TODO is this safe with ILPP multithreading though?
|
||||
// (it sure has to exist while we process this assembly since it's referenced)
|
||||
// TODO use our custom resolver. default fails to resolve in ReaderWriterProcessor.LoadMessageReadWriter -> IsInterface extension
|
||||
using (DefaultAssemblyResolver mirrorAsmResolver = new DefaultAssemblyResolver())
|
||||
using (AssemblyDefinition mirrorAssembly = AssemblyDefinition.ReadAssembly(mirrorAssemblyPath, new ReaderParameters { ReadWrite = false, ReadSymbols = false, AssemblyResolver = mirrorAsmResolver }))
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user