The examples in the zip file in the release have not been updated
The example codes in the main branch have already been updated to use Tuple instead of KeyValuePair, but the example codes in the 2.0.200 zip Release here https://github.com/Microsoft/Mobius/releases still use KeyValuePair (although the implementation has already been updated).
People using the examples from that Release zip file will run into issues with a few functions not found. The zip package should be updated.
@skaarthik : it looks like each of the zips contain old code within the examples folder.
@perthcha thanks for reporting. @dwnichols thanks for looking into this.
Examples always use the last stable release. The way we package examples worked fine for releases within the same major version. In the case of last stable release, there was a change in major version and that's why examples were broken. When we build a stable release, examples cannot reference that same build. So, when Mobius 2.* stable release was built, examples could not reference that because 2.* binaries were not yet available in nuget.
We need a good solution to this problem in general. For now, we need a good way of updating the release zip.