KreativJos / csharpextensions

C# Extensions for Visual Studio Code
MIT License
74 stars 35 forks source link

Incorrect using statement when creating new XUnit Test? #108

Closed Myrnedraith closed 2 years ago

Myrnedraith commented 2 years ago

Describe the bug Creating new XUnit Test adds using XUnit; from what I can tell, the correct import is using Xunit.

Context

Expected behavior Using statement imports functional package name.

Screenshots Current: image Expected: image

KreativJos commented 2 years ago

Fixed & published