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

Currently the style endpoint is `/cms-kit/global-resources/style` and browser caches the response of that URL. Even you change it, browser doesn't get the latest style and applies cached one. It might...

abp-module-cms-kit

We have handled exceptions if we fail to connect to a distributed cache server (see #762). If so, cache is not working at all and the application always use the...

enhancement
abp-framework
priority:low

![image](https://user-images.githubusercontent.com/43685404/183821016-8b9f17bd-0a2c-4b6b-84ea-740f43e6b7cd.png)

problem

We will upgrade the framework, modules and all other components to .NET 7.0. Current latest preview is [Preview 7](https://devblogs.microsoft.com/dotnet/announcing-dotnet-7-preview-6/). However, we don't have to use this. I think we can...

feature
breaking change
abp-framework
effort-xl

In the picture below, when I click on the "Complete Order" button, I get 403.

problem
eShopOnAbp

https://leeyoongti.medium.com/helm-in-kubernetes-part-4-publish-helm-chart-to-artifact-hub-using-github-pages-ab7f55904faa

effort-sm

https://leeyoongti.medium.com/helm-in-kubernetes-part-4-publish-helm-chart-to-artifact-hub-using-github-pages-ab7f55904faa

effort-xs

https://github.com/abpframework/abp-samples/pull/193

[Static c# proxies](https://docs.abp.io/en/abp/latest/API/Static-CSharp-API-Clients) currently depending on target service's `application.contracts` package, so they can reuse the DTOs and other related classes. However, that can be a problem when we want to...

breaking change
priority:high

Hi, I want to extend [permission-management-modal.js](https://github.com/abpframework/abp/blob/dev/modules/permission-management/src/Volo.Abp.PermissionManagement.Web/Pages/AbpPermissionManagement/permission-management-modal.js) and add check all children when parent is checked. Now when I check child the parent is checked and when I uncheck parent all...