Activities of "liangshiwei"

Hi,

please email me, i will share the Mastering ABP Framework ebook to you. shiwei.liang@volosoft.com

Answer

could you share the server logs?

Answer

Hi,

Is there any error log?

Answer

Hi,

The web project should reference to the Service.Contracts project. so, don't need to generate Dtos

Hi,

okay, I thought you were using an old microservice template.

The new microservice template is simpler; it abandoned Application, Application.Contracts, Domain, Domain.Shared.

You can add entities, DTO, app service interface and permission definitions in Contracts project.

add app services, EF Repositories in XXXService project

Hi,

The error message comes from server

Hi,

yes, this is a problem,

New CLI and old CLI can be used at the same time.

try abp bundle --old

we will fix the problem, thanks. your ticket was refunded.

Answer

Yes,

here is the way https://abp.io/support/questions/5167/Hangfire-Authorization-Problem#answer-3a0b888e-b47a-d13d-c030-80ce3f046997

Answer

And I want to split it for a sevrel layers

if you want , you can add them manually.

But the current layering is simpler

HI,

here is the DateTimeModelBinder to convert string to datetime.

https://github.com/dotnet/aspnetcore/blob/main/src/Mvc/Mvc.Core/src/ModelBinding/Binders/DateTimeModelBinder.cs#L35

You can see the supported time format in swagger

Showing 531 to 540 of 5976 entries
Made with ❤️ on ABP v9.1.0-preview. Updated on November 11, 2024, 11:11