NCIOCPL / dotnet-api-template

Project template for creating .Net Core API projects.
0 stars 1 forks source link

Create Nuget Package of Base Classes and Tools #9

Closed santwuma closed 3 years ago

santwuma commented 3 years ago

Issue description

A lot of what this template has is the base classes and tools used by all microservices. We copy/paste and they do not get updated by hand. Also it skews our code coverage for the various services because we have to test the common code. We originally did not create a package for this because we did not have a package repository. Github Repositories can now act as that nuget repository.

The shared projects should be:

There should also be tests for those packages, which it looks like there are none for in this template.

ESTIMATE TBD

What's the expected change?

What's the current functionality?

What's the updated acceptance criteria?

N/A

blairlearn commented 3 years ago

Replacing this ticket with NCI.OCPL.Api.Shared#10