-
I need to be able to detect changes in the result of queries. I would like to use a checksum/hash to determine if the result of a query has changed.
I'm aware of collisions in checksum and checksum…
-
### Steps to reproduce
Upgrade package from 2.2.6 to 3.1.1 results in an error.
### The issue
Before i change from FromSql to FromSqlRaw:
```
'RelationalQueryableExtensions.FromSql(IQuery…
-
In a Linq query across a collection I can do this without a problem
``` csharp
var x = list.Where(e => e.Id == 1).Single();
```
However, the same query in EFCore will fail with an `InvalidCast…
-
> Locating source for 'C:\Users\Adam\Documents\GitHub\apawsey\DbContextScope\EntityFramework.DbContextScope\DbContextCollection.cs'. Checksum: SHA1 {c3 15 50 d6 95 b b7 e7 26 b6 a8 46 7c d8 79 57 2c 5…
rchzh updated
4 years ago
-
Since we have NpgsqlDataSource, the "best practice" way of setting up EFCore.PG in an ASP.NET application is as follows:
```c#
builder.Services.AddNpgsqlDataSource(@"Host=localhost;Username=test;P…
-
The problem mentioned in issue #215 was solved. Now I can connect and visualize the database table structure correctly. But all tables are pluralized. I think it's because the DbSet properties (`DbSet…
-
Hi, I'm getting an error message when using version 8.0.2.
```
System.InvalidOperationException : The LINQ expression '__param_MapTags_0
.All(e => StructuralTypeShaperExpression:
MapI…
-
Processing of the LINQ expression 'DbSet
.Join(
outer: __p_0,
inner: domainUser => domainUser.DomainAccessID,
outerKeySelector: domain => domain.ID,
innerKe…
-
In the following code a product is created, then an orderline for that product is created.
On line 39 (marked with /\*39\*/) line.Product is set with a non-null value.
On line 40, the line.Product…
-
## Table Splitting "OrderDetails" entity returning null when upgrading project from .Net 5 with Nullable disabled
### Bug
- Expected behaviour - DetailedOrder should be returned as it includes non…