Skip to content
Open Source Web Application Framework for ASP.NET Core
C# HTML TypeScript CSS JavaScript Go Other
Branch: dev
Clone or download

Latest commit

hikalkan Merge pull request #3932 from abpframework/liangshiwei/abp-template
Put UseAbpRequestLocalization after the UseMultiTenancy
Latest commit 711a2f7 May 16, 2020

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.github Format code. Apr 20, 2020
abp_io Update en.json May 15, 2020
build Moved RabbitMqEventBus sample from this repository and updated common… Apr 8, 2020
docs docs: describe how search is done using ListService May 14, 2020
framework Merge pull request #3935 from abpframework/maliming/audit-patch May 16, 2020
modules Implemented SearchAsync for the user lookup May 14, 2020
npm Resolved #3963: Create a jstree package & bundle contributor. May 15, 2020
nupkg #2747: Initial SignalR Package May 8, 2020
samples Put UseAbpRequestLocalization after the UseMultiTenancy May 15, 2020
templates Merge branch 'dev' into liangshiwei/abp-template May 16, 2020
tools merge Mar 5, 2020
.dockerignore .dockerignore file moved to the docker-compose context Feb 20, 2019
.gitattributes Hide 3rd-party js/css files from Github statistics Jul 4, 2018
.gitignore Ignore package-lock.json May 4, 2020
CONTRIBUTING.md Update CONTRIBUTING.md Oct 10, 2018
LICENSE Initial commit Dec 3, 2016
README.md Update README.md May 15, 2020
common.DotSettings Added more tests for template definitions. Apr 22, 2020
common.props version update May 7, 2020
common.test.props Updated test csproj file dependencies and created common.test.config Sep 5, 2019
configureawait.props Add configureawait.props & FodyWeavers.xml & FodyWeavers.xsd. Jan 15, 2020

README.md

ABP

Build & Test NuGet MyGet (with prereleases) NuGet Download

This project is the next generation of the ASP.NET Boilerplate web application framework. See the announcement.

See the official web site (abp.io) for more information.

Documentation

See the documentation.

Development

Pre Requirements

  • Visual Studio 2019 16.4.0+

Framework

Framework solution is located under the framework folder. It has no external dependency.

Modules/Templates

Modules and Templates have their own solutions and have local references to the framework and each other.

Visual Studio can not work properly with the local references out of the solution folder. When you open a module/sample solution in the Visual Studio, you may get some errors related to the dependencies. In this case, run the dotnet restore on the command prompt for the related solution's folder. You need to run it after you first open the solution or change a dependency.

Contribution

ABP is an open source platform. Check the contribution guide if you want to contribute to the project.

You can’t perform that action at this time.