Skip to content

Latest commit

 

History

History
20 lines (9 loc) · 297 Bytes

File metadata and controls

20 lines (9 loc) · 297 Bytes

Project Description

  • This project is an example project using Entity framework with asp.net core.

Building

  • manually
    • building docker image: docker build -t EntityFrameworkService:1.0.0 .

Running the tests

To run the unit tests from the command line:

Dotnet Test