redtaped / ez-startup

1 stars 1 forks source link

Add CI Build Checks for DotNet #5

Open redtaped opened 1 year ago

redtaped commented 1 year ago

Description

As a developer submitting a PR, I would like to ensure that all required unit tests pass and that the new code builds without errors or warnings before the PR may be accepted.

Acceptance Criteria

  1. Submitting a PR executes all unit tests
  2. Submitting a PR with warnings fails
  3. Submitting a PR with errors fails
  4. Submitting a PR with test fails fails
  5. Submitting a PR with code that compiles with no warnings, no errors, and all passing tests succeeds