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

Latest commit

Latest commit 0ea1e59 Jun 20, 2020

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.github Create ISSUE_TEMPLATE May 22, 2020
abp_io added missing turkish keys and values Jun 18, 2020
apiSpec Update Microsoft_AspNetCore_Routing_AbpEndpointRouterOptions.md Jun 15, 2020
build Revert "BlobStoringDatabase module added to build list" May 29, 2020
docs Update document Jun 20, 2020
framework Resolved #4433: Unify multiple update events for a single entity in t… Jun 19, 2020
modules Merge pull request #4424 from abpframework/akin/added-missing-turkish… Jun 19, 2020
npm Merge pull request #4402 from abpframework/ngx-datatable Jun 18, 2020
nupkg blog admin separation: updated nupkg package list Jun 5, 2020
samples Merge pull request #4424 from abpframework/akin/added-missing-turkish… Jun 19, 2020
templates libs folder updated for app template Jun 18, 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 Merge branch 'dev' into liangshiwei/virtualfilesystem-explorer-module May 21, 2020
CONTRIBUTING.md Update CONTRIBUTING.md Oct 10, 2018
LICENSE Initial commit Dec 3, 2016
README.md Update README.md May 16, 2020
common.DotSettings Merge branch 'dev' into Cotur/Blogging May 7, 2020
common.props version update Jun 4, 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 and 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.