Damien Dussart

Results 6 comments of Damien Dussart

Our team of 30 Devs has been looking into AI Assistants for our projects. The lack of support for Visual Studio 2022 has ultimately lead us to go with an...

Yep that's what we went with. It's pretty piss poor that they haven't ported it to VS2022 considering many other extensions were within a week of GA. They need to...

I believe it had something to with differences in Collation. One database was using Latin1_General_CI_AS and the other was using SQL_Latin1_General_CP1_CI_AS. We had to use sqlpackage to get around this...

I'm getting a warning for this in .NET 8. Has there been any progress so far? Or is it just going to break when we upgrade to .NET 9? It's...

Haven't made schema changes. It seems to occur after a client doesn't sync for a day or so after changes are being synced from other clients. Is there something I...

@Nicmanthecodeman Not really. I did find that it is _usually_ the result of another exception being swallowed when caught internally within the library. Most common ones I've seen are violation...