handzlikchris / handzlikchris/Unity.TransformSetterInterceptor
Burst and Mono.Cecil conflicts
- Dominant language
- C#
- Stars
- 143
- Forks
- 12
- PR merge metrics
- No merged PRs in 30d
Description
I'm using URP, which has Burst as a dependency, and it's causing several compile conflicts with Mono.Cecil, for types like MethodBody, Instruction, OpCodes, MethodReference, CustomAttribute, PropertyDefinition, TypeDefinition and ParameterDefinition etc.
As an example, here is a compile error: The type 'MethodBody' exists in both 'Mono.Cecil, Version=0.10.0.0, Culture=neutral, PublicKeyToken=1ca091877d12ca03' and 'Unity.Burst.Cecil, Version=0.10.0.0, Culture=neutral, PublicKeyToken=fc15b93552389f74'
I've tried adding things like `using MethodBody = Mono.Cecil.Cil.MethodBody;` but it hasn't removed the compile errors.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.