Skip to content
This repository has been archived by the owner on Sep 19, 2019. It is now read-only.

ApiClient Not Loading Polly #6

Open
jasecoulls opened this issue May 23, 2019 · 0 comments
Open

ApiClient Not Loading Polly #6

jasecoulls opened this issue May 23, 2019 · 0 comments

Comments

@jasecoulls
Copy link

I have a reproducible issue. If I take the most simplest of code like this:

NSurveyGizmo.ApiClient client = new NSurveyGizmo.ApiClient {
ApiToken = "blah",
ApiTokenSecret = "blah"
};
List<NSurveyGizmo.Models.SurveyQuestion> q = client.GetQuestions(123456);

It will error out.

Could not load file or assembly 'Polly, Version=5.5.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference.

I've tried upgrading Polly to 7.0.0.0, downgrading to 5.5.0.0, uninstalling, reinstalling and I cannot seem to make this error go away.

Any help would be much appreciated.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant