-
In the documentation there is a Tip section that says the following.
```
If you don't rely on conventions, you can specify the base type explicitly using HasBaseType.
You can also use .HasBaseType…
-
Vores SQL brug er ret dyr p.t.
Vi kan formodentlig spare en del (kr og responstid) ved at implementere en write-thru cache.
Første tanke er (for at minimere omfanget af ændringer):
1: Implement…
-
**post moved from csla issues.**
I've recently started a new project that is going to target CSLA 4.6.3 (was going to use 4.5.701 but decided to use latest). Using the CSLA 4 eBooks, I've been able to…
-
## Description
In our project we use explicit lazy loading of all associations. When loading entities via a many-to-many association (something like **Airports** - **Airlines** where an **Airport**…
-
### Version
1.0.1
### Description
When you have a `CancellationToken` in scope and two methods, one that takes a params array and another that takes a regular array and a `CancellationToken`, for e…
-
EF 7.0.9 returns a non-null value despite explicitly selecting for a nullable value.
Seems similar to https://github.com/dotnet/efcore/issues/26744
Here is a complete Console app repro:
### `…
-
The following program prints a certain SQL query to the console:
```C#
using Microsoft.EntityFrameworkCore;
using var db = new AppDbContext();
var query =
from campaign in db.Campaigns
…
-
I created a custom LOLA database using the instructions in the README.md file.
The database loads fine and is cached without problems.
However, when I run `runLOLA()` I get this warning message:
```…
-
**Describe the bug**
Create a class with a Guid ID that is pre-loaded... it can not be bulk inserted...
**To Reproduce**
Steps to reproduce the behavior:
1. Clone BulkInsert.With_Complex_Key…
-
## Description
Originally reported to the Postgres provider repo here: https://github.com/npgsql/efcore.pg/issues/2655
When doing an:
- include on a collection
- a join on that
- access a…