Comments
Sort by recent activity
I'm having the same issue with VS 2017. Will the install and steps also work for VS 201? / comments
I'm having the same issue with VS 2017. Will the install and steps also work for VS 201?
The only code really was how you set the "compare options/exclusions". It went from being an enum to a struct. I just created a CSV string and used the Options.FromString("option1|option2"). Then any exception I handled via compareOptions.Except("Option3").
HTH,
Patrick / comments
The only code really was how you set the "compare options/exclusions". It went from being an enum to a struct. I just created a CSV string and used the Options.FromString("option1|option2"). Then a...
Hi David,
Sorry I thought we were compiled with the latest SDK version but we weren't - on v10. I upgraded (had a little work since the API had changed a bit) and now we are running without issue. Thanks for your quick reply!
Patrick / comments
Hi David,
Sorry I thought we were compiled with the latest SDK version but we weren't - on v10. I upgraded (had a little work since the API had changed a bit) and now we are running without issue. ...
I would also like to know when it will be available or if there is a beta to test. / comments
I would also like to know when it will be available or if there is a beta to test.