-
### Description
When trying to step into a virtual call the runtime unexpectedly throws ExecutionEngineException. Setting the `false` flag to the project file seems to fix this.
### Reproduction…
-
Hi,
Would it be possible to apply dynamic mapping with only the datacontext of a db ? without redefining all entityset manually like
EdmEntitySet schools = container.AddEntitySet("Sch…
-
(Moved from https://github.com/npgsql/efcore.pg/issues/3042)
I'm using Npgsql.EntityFrameworkCore.PostgreSQL 8.0.0 and one table has a JSON column.
```
[Owned]
public class ThingMetadata
{
…
dimkr updated
3 months ago
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Describe the bug
I use ProjectTo from AutoMapperQueryableExtensions with explicit expansion set in AutoMapper …
-
##### Environment:
- Visual Studio 2013 Update 5
- .Net 4.5 project
Nugets and versions (expand for packages.config).
```xml
```
Test are run in parallel …
-
Exception messages have not always evolved as behavior has evolved. Some exception messages are now wrong, while others are now unhelpful. Proposal:
* Review with a group of people making sure that m…
-
Hello everyone. I would need help regarding an issue I'm encountering during the creation of a migration. In my DbContext, I have a DbSet defined as follows:
```C#
public DbSet cat_tipirecapiti {…
-
It seems common to need to do things with key values--see #7308 for some examples.
Some things to consider:
* Get the key values of a tracked entry
* ~~Lookup an entity in the state manager using…
-
If you use MongoDB, the collections are not defined when you go to the admin page. The menu on the left shows only the Home button. Is there any way to add them yourself?
-
### Description
I have a model "Checklist" and "ChecklistQuestion" where 1 Checklist has many ChecklistQuestions.
I am using EF Core and Oracle.
I want to use IncludeFilter to filter ChecklistQues…
KKica updated
5 years ago