Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade NUnit, dotnet test sdk, and coverlet.collector #24

Merged
merged 2 commits into from
Mar 8, 2024

Conversation

jeongsoolee09
Copy link
Collaborator

For better TDD experience, this PR upgrades these packages:

<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
<PackageReference Include="NUnit" Version="4.1.0" />
<PackageReference Include="NUnit3TestAdapter" Version="4.5.0" />
<PackageReference Include="NUnit.Analyzers" Version="4.0.1" />
<PackageReference Include="coverlet.collector" Version="6.0.1" />

and adds this package:

<PackageReference Include="NUnit.Console" Version="3.17.0" />

@jeongsoolee09 jeongsoolee09 requested a review from jsinglet as a code owner March 8, 2024 19:30
@jeongsoolee09 jeongsoolee09 self-assigned this Mar 8, 2024
Copy link
Contributor

@jsinglet jsinglet left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @jeongsoolee09!

@jsinglet jsinglet merged commit baf8c6a into main Mar 8, 2024
13 checks passed
@jeongsoolee09 jeongsoolee09 deleted the jeongsoolee09/upgrade-nunit branch March 8, 2024 21:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants