-
-
Notifications
You must be signed in to change notification settings - Fork 6.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update C# client dependency #2678
Conversation
I support upgrading! Did you test this across supported framework versions? I recall there was an issue with newer versions of either JSON.net or the subtypes package (possibly both), which had issues with one or more of our framework options. The errors were only presented at runtime. |
I didn't. I only leverage the AppVeyor to test the change at the moment. Agreed with you that we need to test more thoroughly with different frameworks. |
Tests running fine locally but in Appveyor, it couldn't find nunit dll:
Anyone has seen something similar before? |
NUnit 3.11 is the latest version: https://nunit.org/download/ |
@jimschubert finally I'm able to fix the issue and all tests passed. |
PR checklist
./bin/
to update Petstore sample so that CIs can verify the change. (For instance, only need to run./bin/{LANG}-petstore.sh
,./bin/openapi3/{LANG}-petstore.sh
if updating the {LANG} (e.g. php, ruby, python, etc) code generator or {LANG} client's mustache templates). Windows batch files can be found in.\bin\windows\
.master
,. Default:3.4.x
,4.0.x
master
.Description of the PR
Update C# client dependency (nunit, jsonsubtypes, Newtonsoft.Json, etc)
cc @mandrean (2017/08), @jimschubert (2017/09)