Closed NTC-THSTO closed 2 months ago
Hey @NTC-THSTO
Verify-bUnit
is a package maintained by @SimonCropp - you might want to head over to the Verify-bUnit
github repository and ask there.
As this is a 3rd party related issue, I will close the issue. See: https://github.com/VerifyTests/Verify.Bunit/issues/29
using Bunit
Example: Testing this component:
Trying to update the project to .net 8
Finding that with latest release:
makes our tests reference unresolvable:
trial and error shows that we lose that reference between
6.4.0
&6.5.0
.Using 6.4.0 we get:
using the following versioning:
Which I have noticed has been reported before on this github section I am no C# wizard. If this is a developer error, I apologise though any suggestions would be greatly appreciated.