Shannon
d9cb9f27f1
ModelsBuilder enabled flag not respected
...
When MB is disabled we were still rebuilding all of nucache models when schema changes are made which is a requirement of PureLive models but if MB is disabled then PureLive models don't matter. This was causing unnecessary performance and db overhead when modifying document types when mb is disabled.
2020-04-20 22:25:05 +10:00
Shannon
de8d253a7c
obsoletes WithSafeLiveFactory
2019-09-16 17:44:50 +10:00
Shannon
00c720413a
Uses reflection to call ResetModels to flag MB to recompile.
2019-09-16 17:23:00 +10:00
Shannon
47d3af9bb3
removes the test suspendable model factory code
2019-09-16 16:59:57 +10:00
Shannon
ebada94a48
temp - removing the SuspendSafeLiveFactory for now
2019-09-16 14:59:12 +10:00
Shannon
fc821000f3
Adds ext methods for creating a flag to indicate model recompilation should occur
2019-09-16 14:50:05 +10:00
Shannon
ba74b7543c
wraps package uninstall in a scope, creates temp SuspendSafeLiveFactory method for testing
2019-09-16 11:47:05 +10:00
Shannon
7cc91f71c2
Fixes pure live mode when changing doc types
2019-07-03 18:11:00 +10:00
Shannon
cd6ef35bf9
comments out the fix during investigation - adds some notes
2019-07-03 15:17:51 +10:00
Stephan
aa86dfa956
Bugfix exception during install, live models collision
2019-02-22 19:13:48 +01:00