boilerplate-net
boilerplate-net copied to clipboard
Kontent.ai Boilerplate for development of ASP.NET Core MVC applications.
### Motivation The 0.14.0 aspnet core extensions deprecated the traditional webhooks. However, this boiler plate does not have an implementation that uses the new webhook infrastructure. This boiler plate should...
### Motivation This project should be updated to .NET 8 and the latest nugets. There are breaking changes that this project does not address such as this: https://github.com/kontent-ai/delivery-sdk-net/pull/390 ### Proposed...
### Motivation Implements background worker to periodically invalidate cache using change feed output ### Checklist - [x] Code follows coding conventions held in this repo - [ ] Automated tests...
### Brief bug description I tried to install boilerplate from sources (https://github.com/Kentico/kontent-boilerplate-net/wiki/Installation-from-source), but this ended with error, that there are no artifacts. You can see the problem in attached console...
### Motivation Besides the `dotnet new` way of starting a new project, developers would welcome starting it in Visual Studio with `File` -> `New` -> `Project` -> `Kentico Cloud Web...