Hi, I have following code ``` ...
# pact-net
m
Hi, I have following code
Copy code
options.PublishResults(_providerVersion, publishOptions =>
                        {
                            publishOptions.BuildUri(new Uri("<http://example.com>"));
                            publishOptions.ProviderBranch(_providerBranch);
                        });
Unless build uri is set, verify throws NullReferenceException. Version is
4.0.0-beta.3
. Should I create an issue on github?