Michael Brown

Results 110 comments of Michael Brown

I'm not sure at the moment! I will investigate this in the morning and see if it's somehow getting around the reference tracker. Will follow up tomorrow

got it - yes I don't think I accounted for doing a backup/restore across different operating systems. I'll rereview the current process and see if I can come up with...

this is a little more tricky to accomplish, as the backup contains your settings file `appsettings.json` which is configured for Windows, however it's being restored on a Unix environment and...

This is a common problem we run into every once in a while. It's quite simple to accomplish. If your database is already up to date just delete all the...

@PMExtra that’s surprising since you’re basically creating a migration based on the current state of the database. Is the default value being applied at the db level, or code level...

Issue is fixed, will appear in v2.6.3

I'm surprised this isn't prioritized, we are using papercups and the workaround isn't ideal

I'm still working to reproduce this one, haven't been able to so far.

They aren't functionally much different. AutoMapper can implicitly map without a mapping definition. If the object types are different, but have the same names it can also clone from one...

fixed in 2.0.73