Michael Flynn
Michael Flynn
So I narrowed it down. I guess Automapper was OK with the DateTime to String mapping, but not Mapster. I had to format correctly to a string. I would recommend...
I might be able to use those.
Is there a command I can put in WinDb to get that? All I used was `!analyze -v`. This issue was reported by LeanSentry.
Ok let me dig deeper
It says `Options.EnableDynamicAssemblyCompilation` is obsolete. So should it still be used?
Are you sure its calling a DAC path because the screenshot below starts at the `.Verify` method. Seems that is a normal default thing to do. 
Why would you consider this a bad solution?
That actually works very well, no complaints here. Probably should update the code on here with that and the right menu. My center content is always the size of the...
Looks like it has to be a navigation controller. ``` EventsViewController *eventsViewController = [[EventsViewController alloc] init]; UINavigationController *centerViewController = [[UINavigationController alloc] initWithRootViewController:eventsViewController]; SideMenuViewController *leftSideMenuController = [[SideMenuViewController alloc] init]; MFSideMenuContainerViewController *menuViewController...
I am using .NET Framework 4.8.