Bouke Haarsma
Bouke Haarsma
Is this somehow supported/doable on EF6?
I tried various property types for the code-first model. When using `uint` or `UInt32`, it fails when generating the migration: > System.InvalidOperationException: The property 'RowVersion' is not a declared property...
I have e.g. a parent/child relation on an entity that's 15 characters long, so EF creates a table for the m-to-n relationship. This m-to-n table has the name repeated, so...
I've submitted a PR that fixes this: https://github.com/ramondeklein/deadlockdetection/pull/5
I couldn't get it to work with a slash (`input/datetime`). There's also no message in the console to aid debugging.
I tried reproducing the issue on 12.2, 13.1, 14.1 and c5d43b433b9e4b377b7dab39c098e240d8175502. I have set my Dock to automatically hide: . In neither of the versions I was able to exactly...
For some use-cases it might be OK to have simple heuristics to determine whether a warning was triggered by the new build. So such a simple heuristic would do an...
Hi @abhahn, thank you for getting back to me. I tried the command, noticed a new build from the logs, but it didn't work for me. However I've synced again...
As commented in the linked PR, I tried reproducing the issue on 12.2, 13.1 and 14.1 on macOS Sonoma 14.5. I have set my Dock to automatically hide: . I...
@javiercn will this be backported to .NET 9 SDK? This breaks our .NET 8 application.