abp icon indicating copy to clipboard operation
abp copied to clipboard

Open Source Web Application Framework for ASP.NET Core. Offers an opinionated architecture to build enterprise software solutions with best practices on top of the .NET and the ASP.NET Core platforms....

Results 571 abp issues
Sort by recently updated
recently updated
newest added

I tried to use IdentityUserManager in the Application layer, but the error said: "Cannot resolve parameter 'Volo.Abp.Identity.Identity "UserManager'"" How to fix it? Am I missing the configuration in the ConfigureServices?...

- [ ] Blazor @enisn - [ ] Angular @fatihskilic - [ ] MVC @EngincanV At the moment, LeptonX logo is used, see https://github.com/abpframework/abp/pull/13345#issuecomment-1190000638

abp-template-app
ui-angular
ui-mvc
ui-blazor
abp-template-app-nolayers
effort-xs

* *5.1* * **User Interface** type Blazor * EF Core The grid header is when using the Virtualize option on the grid with the commercial theme Dark Blue

bug
ui-blazor
effort-xs

This PR generated automatically to merge rel-6.0 with rel-5.3. Please review the changed files before merging to prevent any errors that may occur.

ui-angular

We can be able to set a page (in the admin UI) as the "home page". Home page should be shown when developer hasn't created a home page in the...

feature
in-progress
abp-module-cms-kit
effort-md

LeptonX Lite Wrong RTL direction Not Redirect Page correctly

Also, i've added a new option to `abp new` command: `--skip-installing-libs` This makes application/module creation done in a few seconds.

enhancement
abp-cli

Check the ExtensionProperties.razor file in the Volo.Abp.BlazoriseUI project. `__builder` is incorrectly referenced, it should be `builder`

abp-framework

ABP Framework version: 6.0.0-rc.1 UI: Angular I notice that there are some missing types support for ExtensibleResultRequestDtos within the [typescript definition file](https://github.com/abpframework/abp/blob/dev/npm/ng-packs/packages/core/src/lib/models/dtos.ts). - [ExtensiblePagedAndSortedResultRequestDto](https://github.com/abpframework/abp/blob/dev/framework/src/Volo.Abp.Ddd.Application.Contracts/Volo/Abp/Application/Dtos/PagedAndSortedResultRequestDto.cs#L18) - [ExtensiblePagedResultRequestDto](https://github.com/abpframework/abp/blob/dev/framework/src/Volo.Abp.Ddd.Application.Contracts/Volo/Abp/Application/Dtos/PagedResultRequestDto.cs#L20) - [ExtensibleLimitedResultRequestDto](https://github.com/abpframework/abp/blob/dev/framework/src/Volo.Abp.Ddd.Application.Contracts/Volo/Abp/Application/Dtos/LimitedResultRequestDto.cs#L57) This causes...

I've also created `Volo.Abp.AspNetCore.Dapr` package that depends on `Volo.Abp.Dapr` and `Dapr.AspNetCore`. We should check its [source code](https://github.com/dapr/dotnet-sdk/tree/master/src/Dapr.AspNetCore) and documentation to understand what we can do in the `Volo.Abp.AspNetCore.Dapr` package. So,...

feature
abp-framework
effort-sm