NArchitecture.Core.Test
1.0.0
See the version list below for details.
dotnet add package NArchitecture.Core.Test --version 1.0.0
NuGet\Install-Package NArchitecture.Core.Test -Version 1.0.0
<PackageReference Include="NArchitecture.Core.Test" Version="1.0.0" />
paket add NArchitecture.Core.Test --version 1.0.0
#r "nuget: NArchitecture.Core.Test, 1.0.0"
// Install NArchitecture.Core.Test as a Cake Addin #addin nuget:?package=NArchitecture.Core.Test&version=1.0.0 // Install NArchitecture.Core.Test as a Cake Tool #tool nuget:?package=NArchitecture.Core.Test&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
โ๏ธ Getting Started
To get a local copy up and running follow these simple steps.
Prerequisites
- .NET 7
Installation
- 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
- Check this nArchitecture.RentACar repository
Analysis
- If not, Install dotnet tool
dotnet tool restore
. - Run anaylsis command
dotnet roslynator analyze
Format
- If not, Install dotnet tool
dotnet tool restore
. - 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.
- Fork the Project
- Create your Feature Branch (
git checkout -b <feature>/<amazingFeature>'
) - Commit your Changes (
git commit -m '<semanticCommitType>(<scope>): <amazingFeature>'
) ๐ก Check Semantic Commit Messages - Push to the Branch (
git push origin <feature>/<amazingFeature>
) - 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 | Versions 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. |
-
net8.0
- AutoMapper (>= 12.0.1)
- Microsoft.EntityFrameworkCore (>= 8.0.1)
- Moq (>= 4.20.70)
- NArchitecture.Core.Application (>= 1.0.0)
- NArchitecture.Core.Localization.Resource.Yaml (>= 1.0.0)
- NArchitecture.Core.Persistence (>= 1.0.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on NArchitecture.Core.Test:
Repository | Stars |
---|---|
kodlamaio-projects/nArchitecture
Inspired by Clean Architecture, nArchitecture is a monolith project which uses advanced techniques.
|