Skip to content

intellectual-property-office/sample-unit-testing-using-dotnet-test

Repository files navigation

Introduction

Sample app used for onboarding by DevOps Enablement team leads

A sample C# .net core (dotnet 8) project with unit tests

Getting Started

TODO: Guide users through getting your code up and running on their own system. In this section you can talk about:

  1. Installation process
  • Clone repo to local and push to your own repo. Not accepting PRs to this repo
  • Use preferred IDE
  1. Software dependencies
  1. Latest releases N/A

  2. API references N/A

Build and Test

Commands to build and test project locally The 'dotnet' command is from the dotnet sdk above, or alternatively the .net runtime (not listed above)

Restore Dependencies

dotnet restore

Build

dotnet build

Test - Run Unit Tests

dotnet test

Contribute

Not accepting PRs to this repo

About

Sample dotnet app used for onboarding by DevOps Enablement team leads

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages