An open API service indexing awesome lists of open source software.

https://github.com/celerik/celerik-netcore-web

Provides middlewares, filters and utilities for managing .Net Core Web APIs including Cors, Logging, Exceptions, Resources, Security, Startup Pipelines, Swagger, Validations.
https://github.com/celerik/celerik-netcore-web

api chsarp netcore nuget rest visual-studio

Last synced: 1 day ago
JSON representation

Provides middlewares, filters and utilities for managing .Net Core Web APIs including Cors, Logging, Exceptions, Resources, Security, Startup Pipelines, Swagger, Validations.

Awesome Lists containing this project

README

          

Celerik

# .NET Core Web Library
[![build](https://github.com/celerik/celerik-netcore-web/workflows/build/badge.svg)](https://github.com/celerik/celerik-netcore-web/actions?query=workflow%3Abuild)
[![deploy](https://github.com/celerik/celerik-netcore-web/workflows/deploy/badge.svg)](https://github.com/celerik/celerik-netcore-web/actions?query=workflow%3Adeploy)
[![documentation](https://github.com/celerik/celerik-netcore-web/workflows/documentation/badge.svg)](https://github.com/celerik/celerik-netcore-web/actions?query=workflow%3Adocumentation)
[![Coverage Status](https://coveralls.io/repos/github/celerik/celerik-netcore-web/badge.svg)](https://coveralls.io/github/celerik/celerik-netcore-web)
[![NuGet](https://img.shields.io/nuget/v/Celerik.NetCore.Web.svg)](http://www.nuget.org/packages/Celerik.NetCore.Web/)

## What's it

*Celerik.NetCore.Web* provides middlewares, filters and utilities for managing .Net Core Web APIs including Cors, Logging, Exceptions, Resources, Security, Startup Pipelines, Swagger, Validations.

## Quick start

```
PM > Install-Package Celerik.NetCore.Web
```

## API and examples

- Check out API's documentation [here](https://celerik.github.io/celerik-netcore-web/api/Celerik.NetCore.Web.html).

## Requirements
- .NET 6.0

## CI/CD pipeline


CI/CD Pipeline

## What's next

Check out the road map of *Celerik.NetCore.Web* [here](ROADMAP.md).

## License

*Celerik.NetCore.Web* is licensed under the [MIT license](LICENSE).

## How to contribute
Check out the contributing guide [here](CONTRIBUTING.md).