-
I'm getting an error on SaveChangesAsync of "could not save changes because the target table has database triggers".
![image](https://github.com/ErikEJ/EFCorePowerTools/assets/8134047/82a77222-216…
-
Now that Visual Studio v15.5 is released, when can we expect Microsoft.Build 15.5 to be published to NuGet?
-
Thank you for share us this example, its let me understand different topics.
I have a couple of questions about the Restful_Services project:
1. This project is target to Framework 4.6, any specif…
-
SDL config example: https://github.com/dotnet/runtime/blob/main/eng/sdl-tsa-vars.config
Build pipeline example: https://github.com/dotnet/windowsdesktop/blob/main/azure-pipelines.yml#L100-L103
Lis…
-
_This issue has been moved from [a ticket on Developer Community](https://developercommunity.visualstudio.com/t/Need-to-redeploy-the-DLL-in-all-the-depe/10391774)._
---
[severity:It's more difficult …
-
## 1. Description
If an Entity class have a property with private set then IncludeOptimized does not work.
## 2. Exception
```
System.ArgumentException: Property set method not found.
at Sys…
-
-
Dear Erik, I have installed this package 'ErikEJ.EntityFramework.SqlServerCompact' in my VS2022 C# project in .NET6. I tryed to generate the ef model with this command:
Scaffold-DbContext -Connecti…
-
Hello :)
I remember you wrote me about upgrading the project to dotnet 7.
Is this something you are working on?
Kind reagards
Dan
-
EF Core version: 6.0.16
Database provider: Microsoft.EntityFrameworkCore.SqlServer
Target framework: .NET 6.0
Operating system: Win 10
After migrating from EF4 to EF6 and .NET 4 to .NET 6 we…