NArchitecture.Core.CrossCuttingConcerns.Logging.Abstraction 1.0.0

dotnet add package NArchitecture.Core.CrossCuttingConcerns.Logging.Abstraction --version 1.0.0
NuGet\Install-Package NArchitecture.Core.CrossCuttingConcerns.Logging.Abstraction -Version 1.0.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="NArchitecture.Core.CrossCuttingConcerns.Logging.Abstraction" Version="1.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add NArchitecture.Core.CrossCuttingConcerns.Logging.Abstraction --version 1.0.0
#r "nuget: NArchitecture.Core.CrossCuttingConcerns.Logging.Abstraction, 1.0.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install NArchitecture.Core.CrossCuttingConcerns.Logging.Abstraction as a Cake Addin
#addin nuget:?package=NArchitecture.Core.CrossCuttingConcerns.Logging.Abstraction&version=1.0.0

// Install NArchitecture.Core.CrossCuttingConcerns.Logging.Abstraction as a Cake Tool
#tool nuget:?package=NArchitecture.Core.CrossCuttingConcerns.Logging.Abstraction&version=1.0.0

<p align="center"> <a href="https://github.com/kodlamaio-projects/nArchitecture.Core/graphs/contributors"><img src="https://img.shields.io/github/contributors/kodlamaio-projects/nArchitecture.Core.svg?style=for-the-badge"></a> <a href="https://github.com/kodlamaio-projects/nArchitecture.Core/network/members"><img src="https://img.shields.io/github/forks/kodlamaio-projects/nArchitecture.Core.svg?style=for-the-badge"></a> <a href="https://github.com/kodlamaio-projects/nArchitecture.Core/stargazers"><img src="https://img.shields.io/github/stars/kodlamaio-projects/nArchitecture.Core.svg?style=for-the-badge"></a> <a href="https://github.com/kodlamaio-projects/nArchitecture.Core/issues"><img src="https://img.shields.io/github/issues/kodlamaio-projects/nArchitecture.Core.svg?style=for-the-badge"></a> <a href="https://github.com/kodlamaio-projects/nArchitecture.Core/blob/master/LICENSE"><img src="https://img.shields.io/github/license/kodlamaio-projects/nArchitecture.Core.svg?style=for-the-badge"></a> </p><br />

<p align="center"> <a href="https://github.com/kodlamaio-projects/nArchitecture.Core"><img src="https://user-images.githubusercontent.com/53148314/194872467-827dc967-acee-4bca-88a2-59ed5695bebf.png" height="125"></a> <h3 align="center">.NetCore Core Packages </h3> <p align="center">

<a href="https://github.com/kodlamaio-projects/nArchitecture.Core/issues">Report Bug</a>
ยท
<a href="https://github.com/kodlamaio-projects/nArchitecture.Core/issues">Request Feature</a>

</p> </p>

๐Ÿ’ป About The Project

A project has been created that includes Advanced Repository, Dynamic Querying, JWT, OTP, Google & Microsoft Auth, Role Based Management, Distributed Caching(Redis), Logging (Serilog), Elastic Search, and much more. By contributing, you can support the project and learn new things.

Built With

alternate text is missing from this package README image

โš™๏ธ Getting Started

To get a local copy up and running follow these simple steps.

Prerequisites

  • .NET 7

Installation

  1. Add submodule to your backend project repository
    git submodule add https://github.com/kodlamaio-projects/nArchitecture.Core.git src/corePackages
    
  • Run the following command to update this module
    git submodule update --remote src/corePackages
    

๐Ÿš€ Usage

  1. Check this nArchitecture.RentACar repository

Analysis

  1. If not, Install dotnet tool dotnet tool restore.
  2. Run anaylsis command dotnet roslynator analyze

Format

  1. If not, Install dotnet tool dotnet tool restore.
  2. Run format command dotnet csharpier .

๐Ÿšง Roadmap

See the open issues for a list of proposed features (and known issues).

๐Ÿค Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b <feature>/<amazingFeature>')
  3. Commit your Changes (git commit -m '<semanticCommitType>(<scope>): <amazingFeature>') ๐Ÿ’ก Check Semantic Commit Messages
  4. Push to the Branch (git push origin <feature>/<amazingFeature>)
  5. Open a Pull Request

โš–๏ธ License

Distributed under the MIT License. See LICENSE for more information.

๐Ÿ“ง Contact

Project Link: https://github.com/kodlamaio-projects/nArchitecture.Core

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net8.0

    • No dependencies.

NuGet packages (4)

Showing the top 4 NuGet packages that depend on NArchitecture.Core.CrossCuttingConcerns.Logging.Abstraction:

Package Downloads
NArchitecture.Core.Application

The NArchitecture Core package provides core classes for the application layer in both clean and union architectures. It includes support for CQRS, MediatR, Pipelines, request models, response models and essential security features.

NArchitecture.Core.CrossCuttingConcerns.Exception.WebApi

The NArchitecture Core.CrossCuttingConcerns.Exception.WebApi package provides core classes for handling exceptions in ASP.NET Web API projects. It includes support for exception filters, exception handling middleware, and essential utilities for exception management in Web API applications.

NArchitecture.Core.CrossCuttingConcerns.Logging.Serilog

The NArchitecture Core.CrossCuttingConcerns.Logging.Serilog package provides core classes and extensions for integrating Serilog logging into the application layer in both clean and union architectures. It includes support for configuring and registering Serilog sinks, enrichers, log formatters, and essential utilities for Serilog integration and management.

NArchitecture.Core.CrossCuttingConcerns.Logging.DependencyInjection

The NArchitecture Core.CrossCuttingConcerns.Logging.DependencyInjection package provides core classes and extensions for integrating logging dependencies into the application layer in both clean and union architectures. It includes support for configuring and registering logging providers, defining logging options, and essential utilities for logging dependency management.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.0 2,403 2/11/2024