Randall Doser

Results 10 comments of Randall Doser

@ajcvickers Invited you to the repo. Thanks so much for looking at this!

@ajcvickers looks like your invite to the repo expired. I resent it.

@ajcvickers Thanks. So I think you are meaning the TreeViewHelper and WPFControls projects? I just upgraded those to .Net 8.0 and tried again but still getting the same error. Or...

@ajcvickers Thank you. This is related to converting a large EF6 DB first solution with a WPF front end to EF Core. The repo I shared removes 99% of the...

@ajcvickers Thank you! I removed that reference and fixed any related code lines but still get the error. I noticed that I also reference an excel interop assembly. Is that...

@ajcvickers Thanks for your help so far. After eliminating a minor branch of object partials the error was replaced by a more relatable complaint regarding properties/relationships that were not intended...

@ErikEJ @ajcvickers Interesting. I don't know what failing badly would look like (exploding computer?). I do know that everything needed for a fluent API construct resides in my EDMX including...

@ErikEJ @ajcvickers I'm continuing to work on this but I'm not sure why I'm hitting this new error: ``` System.InvalidOperationException HResult=0x80131509 Message=The property 'Account.IsEntityInitialized' could not be mapped because it...

@ErikEJ @ajcvickers Okay, so you guys really have provided no way to constrain EF Core from considering ALL read/write properties as things to be persisted to the database besides this...