Open Razenpok opened 1 year ago
Build is failing. Haven't had time to take a look yet.
Okay, thanks for update
@RehanSaeed any updates on this one?
Apologies, I'm having difficulty finding the time. Not had a chance to see what is wrong with the build.
This PR adds a new Boxed.Mapping.Unity package that fixes Unity incompatibilities described in #592
Implementation notes:
UNITY
define symbol. Instead, I've made a separate copy of theFactory.cs
file and added a<Compile Remove>
tag to the.csproj
s. I think this is a more readable and maintainable approach.[MethodImpl(MethodImplOptions.AggressiveInlining)]
attribute to theFactory<T>.CreateInstance()
method. This will hint Unity to try and inline the method.Closes #592