Denis Zykov

Results 125 comments of Denis Zykov

@KirillOsenkov do you plan update Mono.Cecil to latest version?

IL Metadata reshaping, like renames, could be done with already existing tools like [Fody](https://github.com/Fody/Fody). In my merged apps, I load a custom ResourceManager from the Main() method on application launch....

`/allowdup` helped me that time but I'm still thinking on implementing > Write "comparison" code for TypeDefinitions and add `/allowdup=exactmatch` feature. I will close issue for now, and will try...

You can use Microsoft remake of [monolinker ](https://github.com/dotnet/runtime/tree/main/src/tools/illink)(which is used in Unity and Blazor) for it.

It is possible to avert problem by generating type forwarding assemblies in place of merged ones https://learn.microsoft.com/en-us/dotnet/standard/assembly/type-forwarding But is big chunk of work to implement this feature, I'm not sure...

> When using ILRepack, do we need to list all assemblies at all reference levels that need to be repacked? or do we just list the top-level dependencies and ILRepack...

You can make your ArraySchema type `IEnumerable` in C# and MsgPack serializer will try to deserialize it as Array, also constructor accepting `T[]` on type is expected.

Hi @slimshader! This asset is an adaptation of standalone game data editor for use in Unity. And there is thin connection between Unity and Charon. Only .NET types for use...