-
Table schemas don't appear to make it into scaffolded entity code in any way; If I have two tables named Users in schemas A and B, the reverse engineering process will simply created Users and Users1 …
-
I wonder why packages for EF7 are bound to net7 in Elsa since [its quite legit to use EF7 with net6](https://learn.microsoft.com/en-us/ef/core/what-is-new/ef-core-7.0/whatsnew). With the configuration…
-
In a TPH hierarchy, if two properties map to the same column, but have differing CLR types, the column gets projected twice.
Minimal repro
```c#
await using var ctx = new BlogContext();
awai…
roji updated
3 months ago
-
[PBI](https://dev.azure.com/Payoneer/Payoneer/_workitems/edit/845553)
[Template Repo](https://dev.azure.com/Payoneer/Payoneer/_git/infrastructure-template-net8-api-service)
- System.Text.Json
- [F…
-
When writing entities, I do not prefer to use attributes too much. After release of ef core fluent API, I prefer it. And not only me, lots of .net developer prefer same.
I advice to redis om .net a…
-
### Description
In the section _Update the database_
there is the following code snipped which doesn't work:
`dotnet ef migrations AddRatingField`
If you run this command, you get the follow…
-
When sorting by two columns, the first being a string, it throws an exception when a `$skiptoken` is provided.
```
https://localhost:44322/odata/Transaction?$orderby=ContactCity&$skiptoken=Con…
-
### Component
OpenTelemetry.Instrumentation.SqlClient
### Is your feature request related to a problem?
Currently metrics support for:
```
"Microsoft.Data.SqlClient.EventSource" // https://…
-
I've created a new fresh Sql Server database, have run all the `System.Data.SqlClient` invariant queries for that database from the manual page https://learn.microsoft.com/en-us/dotnet/orleans/host/co…
ka4ep updated
6 months ago
-
## Summary
In case anything different from property or navigation access is performed in `GroupBy` method, the generated query will add an additional subquery. Probably to avoid repeating SQL express…