rabbicse / mehedi.read.nosql.infrastructure.abstractions

Some useful base classes and interfaces, mainly used with the Read side NoSQL layer inside CleanArchitecture template.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nuget Nuget

Mehedi.Read.Nosql.Infrastructure.Abstractions

Some useful base classes and interfaces, mainly used with the Read side NoSQL layer inside CleanArchitecture template.

Technologies

  • .NET Core 8
  • C#
  • xUnit

Prerequisites

  • net8.0
  • Mehedi.Application.SharedKernel (>= 1.0.0)
  • Mehedi.Core.SharedKernel (>= 1.0.0)

Packaging

To pack nuget package write the following command

dotnet pack

To publish package of Mehedi.Read.NoSql.Infrastructure.Abstractions.1.0.0.nupkg write the following command

dotnet nuget push .\bin\Release\Mehedi.Read.NoSql.Infrastructure.Abstractions.1.0.0.nupkg --api-key <api-key> --source https://api.nuget.org/v3/index.json

References

About

Some useful base classes and interfaces, mainly used with the Read side NoSQL layer inside CleanArchitecture template.

License:GNU General Public License v3.0


Languages

Language:C# 100.0%