-
### Source/destination types
```csharp
public class Job
{
public int Id { get; set; }
public string? Description { get; set; }
public string? CreatedBy { get; set; }
public vi…
-
Owned Property works but Complex Property throws with ProjectTo.
Error message System.InvalidOperationException: 'Comparing complex types to null is not supported.'
_mapper.Map works in both cas…
-
### Source/destination types
```csharp
// Source: EF entity
public class TestEntity
{
public int Id { get; set; }
public ulong UserId { get; set; }
}
// Destination: API model
pub…
-
Hi,
We currently use EF Core 8 in our project. We have the following entities in our DB :
```c#
public abstract class EntityA
{
public int Id { get; set; }
public ICollection EntityB…
orty updated
8 months ago
-
I receive the following errors when building the project:
- Assembly reference errors.
- The remote server returned an error: (503) Server Unavailable.
![image](https://github.com/dotnet/eShop/as…
-
### Description
Everything works perfectly on Android and my new app is already in the Play Store. Everything also works in all the emulators, both Debug and Release mode. However, I cannot get it …
-
http://justkeepswimming.net/keymapper/faq.aspx
broken? dead?
-
I'm having trouble figuring out if this library respects the built in [NonSerialized] Annotation. If it doesn't, support for this would be awesome! If it does, I will be on my way, but maybe add somet…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Description
Unable to run a Blazor-Server app without sett ASPNETCORE_ENVIRIONMENT to Development.
Compiling …
-
## Overview
Currently automapping from Prisma models to domain objects is broken, as automapper complains about using type (Prisma model) when invoking the mapping so we use domain objects as sourc…