Skip to content

Some useful base classes and interfaces, mainly used with the Write RDMS layer inside CleanArchitecture template.

License

Notifications You must be signed in to change notification settings

rabbicse/mehedi.write.rdbms.infrastructure.abstructions

Repository files navigation

Nuget Nuget

Mehedi.Write.RDBMS.Infrastructure.Abstructions

Some useful base classes and interfaces, mainly used with the Write RDMS layer inside CleanArchitecture template.

Technologies

  • .NET Core 8
  • C#
  • MediatR
  • xUnit

Prerequisites

  • net8.0
  • Mehedi.Application.SharedKernel (>= 1.0.0)
  • Mehedi.Core.SharedKernel (>= 1.0.0)
  • Microsoft.EntityFrameworkCore (>= 8.0.3)
  • Microsoft.EntityFrameworkCore.Relational (>= 8.0.3)

Packaging

To pack nuget package write the following command

dotnet pack

To publish package of Mehedi.Write.RDBMS.Infrastructure.Abstractions.1.0.0.nupkg write the following command

dotnet nuget push .\bin\Release\Mehedi.Write.RDBMS.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 Write RDMS layer inside CleanArchitecture template.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages