You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to the committed documentation, this was supposed to be removed and replaced with a per-table mechanism in .NET 8. .NET 8 RC 2 is now out and I can't find any up-to-date documentation and release notes addressing this either way. What happened to this?
This indeed happened - see dotnet/efcore#29916. We now have UseSqlReturningClause (for SQLite) and UseSqlOutputClause (for SQL Server). And we definitely need to document these, opened #4538 to track this.
See dotnet/efcore#29916, dotnet/efcore#29512, dotnet/efcore#29811, dotnet/efcore#30081
Workaround:
The text was updated successfully, but these errors were encountered: