-
It was suggested on my [original issue](https://github.com/dotnet/runtime/issues/65975) I move this here.
------
We have .NET 6 API using EF Core hosted in Azure App Services using Azure SQL DB …
-
## Description
Microsoft.Data.Sqlite.SqliteException (0x80004005): SQLite Error 1: 'no such table: IntegrationEventLog'.
I created project with `dotnet new masafx --web WASM --service Cqrs\&Ddd -…
-
### This issue respects the following points:
- [X] This is a **bug**, not a question or a configuration issue; Please visit our forum or chat rooms first to troubleshoot with volunteers, before cr…
Zysce updated
3 months ago
-
``Hello, I´m trying to use this script / programm to track stats from scrims, but I get every time these Errormessage:
![image](https://user-images.githubusercontent.com/67072202/188319819-940cd6c8-d…
-
### Steps to reproduce
The model:
```cs
class Table
{
public int Id { get; set; }
public DateTimeOffset Time { get; set; }
}
```
```cs
await dbContext.Table.Where(i => i.Time -…
-
**本机环境 .net5.0
使用sqlserver 2012 生成种子
dotnet WQLIdentityServerAPI.dll seed 报错**
`info: Microsoft.EntityFrameworkCore.Infrastructure[10403]
Entity Framework Core 5.0.3 initialized 'Application…
-
### Steps to reproduce
We are using .NET 8 and DI in our project. We have several categorized classes that create a new scope from the IServiceScopeFactory in order to access repository methods that …
-
Hello,
After upgrading from
```
```
to
```
```
getting this error:
```
dbug: 5/6/2024 14:57:03.545 RelationalEventId.ConnectionOpening[20000] (Microsoft.EntityFrameworkCore.Datab…
-
### Steps to reproduce
Haven't been able to reproduce this consistently, but the exception suggests submitting a bug.
### The issue
Queries that normally run fine throw the following error. W…
-
### GitHub Issues
* **CLI 7.3.1**.
* **Angular**
* **EF Core**
* `[11:41:32 INF] Route matched with {action = "GetLandingSummaryDbtApprovedData", controller = "SchemeDbtMonthlyReport", area = ""…