-
At https://docs.microsoft.com/en-us/sql/t-sql/language-elements/case-transact-sql?view=sql-server-ver15 it reads: "SQL Server allows for only 10 levels of nesting in CASE expressions.".
SQL Server …
-
### Issue
Identity scaffolding fails with the following error when run by either command line (as below, for any combination of files) or via the IDE context menu (Add -> New Scaffolded Item... -> …
-
When running EF in `SplitQuery` mode the connection pool becomes exhausted under heavy load. While this is not case when using `SingleQuery` mode.
### Stack Trace
Include the full exception mes…
-
Type: Bug
The dotnet commands in the VSCode terminal do not work for me. For example, if I put "dotnet new mvc", it opens a tab called dotnet. To clarify, I already have dotnet installed
VS Code ve…
-
Hi!
### Steps to reproduce
I went throught many issues similar to this one but I can not find the proper solution.
I update my project to the newest versions of AspNet and EF and the only problem I…
-
Close the original issue on completion: https://github.com/aspnet/AspNetCore-ManualTests/issues/87
**Repro Configuration**: Win Server 2019 ENU x64 + Dev16.6 Preview 3 (Preview channel : pre-rele…
-
I'm using MVC6 and EF7 in a mac with `mono` environment. When I store a **Chinese character** to the database(using `sqlite`), **garbled code** will appear.
I have checked the data sent from the cli…
-
Hello,
As detailed in this SO question https://stackoverflow.com/questions/68173485/is-asp-net-core-5-0-conventional-routing-order-dependent-or-not the info about conventional routing order depende…
-
How I can disable ValidateNonNullPrimaryKeys validator?
-
I have a generic repository implemented in a class library all CRUD methods except works _dbSet.Remove(entity);
The instance of the object is defined as AddScope.
Could someone help me
An exception…