mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-01-13 05:50:36 +01:00
WithMappings path is null on Build() call #634
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 @mantasburokas on GitHub (Oct 1, 2024).
Originally assigned to: @StefH on GitHub.
Describe the bug
After upgrading to 1.6.5 WithMappings no longer works because on Build() call the _staticMappingsPath is null.
Expected behavior:
_staticMappingsPath is not null on Build() call
Test to reproduce
@StefH commented on GitHub (Oct 1, 2024):
Hello @mantasburokas, thank you for noticing this bug. I'll to fix it.
@StefH commented on GitHub (Oct 1, 2024):
https://github.com/WireMock-Net/WireMock.Net/pull/1187