Generation bugs after upgrading to v5.7.436
Posted: Tue 09 Sep 2014 18:29
After upgrading to version 5.7.436 I'm facing some bugs. I use a customized DbContext template.
1 - Using FluentMapping=True and Mapping Generation Strategy=UseConfigurationClasses, according to the release notes it should generate a partial configuration class. However, it doesn't, but a partial method named "OnCreated" is added. This behaviour prevents the code from compiling.
2 - If I change the Generate Partial Class attribute to True, the configuration's partials classes aren't generated in the folder set on Configuration Output. (Bug 1 still happens)
Can anyone reproduce the same errors?
Thank you
1 - Using FluentMapping=True and Mapping Generation Strategy=UseConfigurationClasses, according to the release notes it should generate a partial configuration class. However, it doesn't, but a partial method named "OnCreated" is added. This behaviour prevents the code from compiling.
2 - If I change the Generate Partial Class attribute to True, the configuration's partials classes aren't generated in the folder set on Configuration Output. (Bug 1 still happens)
Can anyone reproduce the same errors?
Thank you