Skip to content

pedro-cons/async-test

Repository files navigation

Project Structure

  • Application: Contains application logic.
  • Domain: Contains main entities and interfaces.
  • Repository: Contains data access logic.
  • Infrastructure: Contains infrastructure implementations such as logging.
  • Test: Contains automated tests.

Prerequisites

Setup

  • Restore packages:

dotnet restore

Running the Application

    • Build the project:

dotnet build

    • Run the console application:

dotnet run --project ConsoleApp

Running Tests

  • Run tests:

dotnet test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages