I've added two columns to my IdentityUser table in their own columns. The columns are Title and Nickname,
How do I search the IdentityUser
table by the extended field named Nickname to return the user using LINQ to the entity?
( u => u.Nickname == 'John' )
To update both ABP CLI and ABP Suite to the latest preview, run the following command:
dotnet tool update -g Volo.Abp.Cli --version *-rc* && abp suite update --preview
v5.0 Preview ABP Framework Version Notes https://blog.abp.io/abp/ABP-IO-Platform-5.0-RC-1-Has-Been-Released
My website is behind a proxy server / load balancer and the client ip is passed in a custom HTTP header.
To get the Identity Server work, we need to use the custom HTTP header.
The client IP is stored in X-Original-Host
HTTP header.
Here are some links for 3rd party component integrations. You can also share your article or request a new article.
SyncFusion UI for Blazor https://community.abp.io/articles/using-syncfusion-components-with-the-abp-framework-5ccvi8kc
Telerik UI for MVC (Kendo) https://community.abp.io/articles/how-to-integrate-the-telerik-ui-for-asp.net-core-kendo-components-with-the-abp-mvc-ui-u2voab2a
DevExtreme MVC Components https://community.abp.io/articles/using-devextreme-components-with-the-abp-framework-zb8z7yqv
DevExtreme Angular Component https://community.abp.io/articles/using-devextreme-angular-components-with-the-abp-framework-x5nyvj3i
Telerik Blazor Components https://community.abp.io/articles/how-to-integrate-the-telerik-blazor-components-to-the-abp-blazor-ui-q8g31abb
Angular Material Components https://community.abp.io/articles/using-angular-material-components-with-the-abp-framework-af8ft6t9
Elsa Workflow https://community.abp.io/articles/using-elsa-workflow-with-the-abp-framework-773siqi9
The ABP Commercial and ABP Framework integrates 3rd party solutions to make a bridge between other tools. Be aware that there's no support for the 3rd party libraries, tools, solutions and packages. You can ask your questions to the relevant solutions repository.
...
We looking forward the sample code on Angular UI to override the Permissions grant for super User/Admin. We did on API side, looking for angular Sample UI.
When I publish my ABP project I get the following error:
C:\Program Files\dotnet\sdk\6.0.100-rc.1.21458.32\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.ConflictResolution.targets(112,5): error NETSDK1152: Found multiple publish output files with the same relative path:
D:\Github\volo\abp\lepton-theme\src\Volo.Abp.AspNetCore.Mvc.UI.Theme.Lepton\compilerconfig.json,
D:\Github\volo\abp\bookstore\src\Acme.BookStore.Theme\compilerconfig.json,
D:\Github\volo\abp\lepton-theme\src\Volo.Abp.AspNetCore.Mvc.UI.Theme.Lepton\package.json,
D:\Github\volo\abp\bookstore\src\Acme.BookStore.Web\package.json.
D:\Github\volo\abp\bookstore\src\Acme.BookStore.Web\Acme.BookStore.Web.csproj
test
test