-
Project with:
`net48;net8.0;net9.0`
Using:
dotnet-ef v9.0.0
And running the following command:
`dotnet ef migrations add Example`
Causes the following error:
```
Build started...
Build succeeded.
…
-
## Describe the Bug
When I set
```
```
or individual PrivateAssets="All" on particular PackageReference, it works as designed for .net 6, but doesn't for .net framework and only partially…
-
-
Not able to register the employee on Enterprise Mode Site List portal and getting "An error occurred while getting your Active Directory data" on the web form. Have a 2-server and 2-domain architectur…
-
I have an object that maps to a database and it can have null properties.
I don't know which properties are going to be null.
How can I issue an update on only the non-null properties of the obj…
-
It looks like it's not possible to declare a function in a base `DbContext` because the `namespaceName` passed to `[DbFunction("DbContextClassName", "FunctionName"]` needs to be the name of the subcla…
-
## Steps to Reproduce
Run a simple query against the db context with a variable used in the contains method and an exception is thrown.
```
var searchValue = "text";
from t in context.Table
…
-
See attached project. I am trying to make it so an exception is thrown when a change is made to a certain property after the initial insert. I'm using ```entity.Property(nameof(MyClass.Name)).Metad…
-
[PerDbContextCompiledQueryCache](https://github.com/darxis/EntityFramework.LazyLoading/blob/dev/src/Microsoft.EntityFrameworkCore.LazyLoading/Query/Internal/PerDbContextCompiledQueryCache.cs) makes co…
-
Hello, I am trying to build an OData server using Microsoft.AspnetCore.OData.
I have a problem when I try to send a Batch request with a multipart request. The problem seems happend in the response…