Martijn Bodeman
Martijn Bodeman
Bank code (and or branch) validation is currently not part of IbanNet, as I do not have access to a comprehensive list of BIC's or bank code abbreviations (nor do...
Seems to still occur, I have this happen in my GitHub actions pipeline(s) every so often. Sometimes it runs fine, sometimes it just breaks. It seems to always happen during...
@dependabot ignore this major version
Thanks for inquiring. This is by design (historically that is, before `.QueryString()` existed). Feel free to offer a PR but we have to be careful with the change in behavior...
It would seem helpful and trivial to change, but there are issues/difficulties: - in scenarios where multiple requests have been issued, the 'seen requests' output message will have all of...
@ivanjx Perhaps using a verbosity flag to opt-in would make sense? This ensures we don't flood test output logs in case of a test failure where a mock has many...
Any update on this? I was quite surprised after taking a dependency on this, that it has not been addressed yet.
Thanks @SebastianStehle. With some more searching I also found https://www.postman.com/messagebird-official/messagebird-official/overview, not sure how up to date it is. But your link seems to have what I need for my use...
@SebastianStehle decided to roll my own client, but fwiw, with [NSwag Studio](https://github.com/RicoSuter/NSwag/wiki/NSwagStudio) you can use something like this if it fits your needs (untested). file: `messagebird.nswag` ``` { "runtime": "Net80",...
Thanks for reporting, if only all bug reports were this good :) Should be fixable using `UIControlEventValueChanged`, will have a look when I have some time