Base solution for your next web application
Ends in:
01 DAYS
01 HRS
01 MIN
01 SEC

Activities of "aaron"

@velu What does that achieve? The user can still get the token.

Answer

Related: https://docs.aspnetzero.com/documents/aspnet-core-angular/latest/Features-Angular-User-Management#excel-operations

Answer

It was removed from *TestModule.cs in v6.8.0.

Seems like an XY problem. Can you describe a use case?

Duplicate of #6848

From Object To Object Mapping - Unit Tests:

  1. Always use IObjectMapper, do not use MapTo extension methods.

Change:

- categories.MapTo<List<CategoryListDto>>()
+ ObjectMapper.Map<List<CategoryListDto>>(categories)

Duplicate of #6824


Thanks for mentioning this:

I also set the MultiTenancyEnabled = false.

Showing 111 to 120 of 1543 entries