Daniel Destouche

Results 20 comments of Daniel Destouche

Currently there is no support for EFCore. I haven't had the time to look into it, but am open to accepting pull requests/contributions. Also, with the move by Microsoft to...

I personally have tried to stay away from the problems strong naming could cause (like this one). But I don't see the harm in creating a strong named nuget package.

I'd have to see if this still holds true but SqlBulkCopy mapping was always case sensitive: https://docs.microsoft.com/en-us/archive/blogs/yingqin/column-mappings-in-sqlbulkcopy-are-case-sensitive

Hi, Do you have a reproducible project you can upload to help troubleshoot the exact issue? It can be as simple as a code first repo of the structure, or...

Based on my testing last night, it seems like the problem is associated to .NETStandard 1.4. I updated the library to target .NETStandard2.0 and it works just fine.

I just made an attempt at this through #7407 so far my changes seem to be working pretty well in my testing and validation

I am also experiencing something similar. Notifications in the main process displayed just fine up to `[email protected]` but anything higher than that version I am unable to get notifications to...

Following up to confirm, I flipped on the debug flags and also noticed the same as @geovie . Confirming this on an older OS build: ![image](https://github.com/electron/electron/assets/2773690/a1addfab-5407-4377-a71b-60c20b8a9c57) For now, will generate...

Try the `.BulkInsert(entities, BulkCopyOptions.FireTriggers)` you may have to also combine with other flags attributes as well depending on what conditions you'll need: https://github.com/ghost1face/EntityFramework.BulkInsert/blob/master/src/EntityFramework.BulkInsert/BulkCopyOptions.cs#L6 This is a direct mirror of the...

@mmaietta no problem let me see if I can help. Hey @robatwilliams have you signed your installer with a codesign certificate? I believe this prompt if I'm understanding what you're...