mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-01-11 21:10:32 +01:00
version 1.4.19 throws a lot of analyzer errors related to the BaseBuilder.cs #352
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @tuananh-le on GitHub (Aug 5, 2021).
Describe the bug
Received the following analyzer errors and can't even find the BaseBuilder.cs file. Not sure why this version has caused these errors thou.
Expected behavior:
These errors shouldn't occur
Other related info
@StefH commented on GitHub (Aug 5, 2021):
@tuananh-le
Thanks for creating this issue.
This is related to https://github.com/StefH/FluentBuilder which I added to make it possible to use to build the models in a fliuent way.
I'll investigate and fix this.
@StefH commented on GitHub (Aug 5, 2021):
@tuananh-le
Can you try preview version
WireMock.1.4.20-ci-15262?@StefH commented on GitHub (Aug 6, 2021):
See https://github.com/WireMock-Net/WireMock.Net/wiki/MyGet-preview-versions for details
@tuananh-le commented on GitHub (Aug 6, 2021):
@StefH : Thanks StefH. We decided to revert back to 1.14.18 for now. It works fine in that version.
@StefH commented on GitHub (Aug 6, 2021):
I'll release official WireMock.1.4.20 in a few minutes, please try that one.