-
![image](https://github.com/elsa-workflows/elsa-core/assets/150186692/a1b9e964-ceea-4288-9d07-233e10ed72d8)
![image](https://github.com/elsa-workflows/elsa-core/assets/150186692/19c96d3a-0180-4cb8-…
-
A模块里面是DO,B模块里面是DTO,B模块依赖A模块,但A模块不可能依赖B模块。需求是两个模块里面的DO和DTO能相互转换,但目前好像没办法实现,因为注解@AutoMappers是加在A模块的DO上的,这样DO传DTO可以,但反过来就不行了,因为B模块没有依赖A模块,A模块下的generated-sources没有生成代码。
![image](https://github.com/linpei…
-
### Description
We are running Isolated Azure Function in .NET 8 and we have followed the steps mentioned in the [documentation](https://learn.microsoft.com/en-us/azure/azure-functions/dotnet-isola…
-
I enjoy using EF Core 5.0 with Microsoft.EntityFrameworkCore.SqlServer on .NET 5.0, but it feels like Client evaluation in the top-level projection does not really fit into my workflow and I would lik…
-
Now that you've released AutoMapper 13.0.0, projects using both that and AutoMapper.Extensions.EnumMapping cannot update to the latest version of AutoMapper because AutoMapper.Extensions.EnumMapping 3…
-
Hi, it would be great to have the plugin working on 4.3.
* Is there anything ongoing? It might be that we look into it.
Regards,Danny
-
### Source/destination types
```csharp
// Entities
public class Job
{
public Guid Id { get; set; }
public JobType Type { get; set; }
public string Name { get; set; }
…
-
When i'm trying to add continous same entity with difference key i has an error.
```C#
var trans = _context.Database.BeginTransaction();
NhomNguoiDung nnd = new NhomNguoiDung()
…
-
We have a multitenant app where tenants have different time zones stored in their app settings.
For example a CustomerDb object has NextPayingDate which is UTC stored in the database, so whenever we …
-
Currently getting:
```
- jolicode/automapper[8.0.0, ..., 8.2.0] require nikic/php-parser ^4.0 -> found nikic/php-parser[v4.0.0, ..., v4.18.0] but the package is fixed to v5.0.2 (lock file version) b…