A custom built .net core web api application framework.
Info
Version: | 1.0.10 |
Author(s): | Kadir Atesoglu |
Last Update: | Friday, May 10, 2019 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | http://kadir.atesoglu.me/work/baf |
NuGet Url: | https://www.nuget.org/packages/BAF |
Install
Install-Package BAF
dotnet add package BAF
paket add BAF
BAF Download (Unzip the "nupkg" after downloading)
Dependencies
- AutoMapper(>= 8.1.0)
- BAF.Exceptions(>= 1.0.5)
- CacheManager.Core(>= 1.2.0)
- CacheManager.Serialization.Json(>= 1.2.0)
- Serilog(>= 2.8.0)
- Serilog.Enrichers.Environment(>= 2.1.3)
- Serilog.Enrichers.Process(>= 2.0.1)
- Serilog.Enrichers.Thread(>= 3.1.0)
- Serilog.Sinks.ColoredConsole(>= 3.0.1)
- Serilog.Sinks.Console(>= 3.1.1)
- SimpleInjector(>= 4.5.2)