Closed gitfool closed 3 years ago
Hello @gitfool,
WireMock.Net seem to work fine, apart from logging
?@StefH the logging comes from the hard wired log message determined by target framework at compile time (AspNetCoreSelfHost .RunHost), which you address in PR 543 along with a few other tweaks that make me think a new release with net5.0
target framework is advisable.
OK. PR is merged
After porting projects to .NET 5.0, unit and integration tests using WireMock.Net seem to work fine, apart from logging "WireMock.Net server using .NET Core 3.1". Not sure when it's needed but I noticed there are a lot of target frameworks for some reason:
Specify:
Also, some of those are now well out of support and so could possibly be dropped?