UnityMVR / umvr

Unity on Rails
MIT License
0 stars 0 forks source link

Improper handling of [Initialization(InitializationLevel.Skip)] in Installer/Factory #13

Closed Pindwin closed 2 months ago

Pindwin commented 9 months ago

While constructor parameter omits fields with Skip Initialization, constructor body crates them like the attribute is not there.

Pindwin commented 2 months ago

Bug description desccribes behaviour, that is correct, but unexpected. Documentation needed.