-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
fix for XmlDeserializer issue not handling lowercase + underscore in some cases #206
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
Conversation
…dashed" version for element names. Issue was reported here: http://groups.google.com/group/restsharp/browse_thread/thread/c70c39b47d10002d
Can you add an associated test for this? Contribution guidelines for Deserializer changes require associated tests. https://github.com/restsharp/RestSharp/wiki/Submission-Guidelines |
Sorry I still didn't get to this as I don't have anything to run/author XUnit tests, and I don't want to run the risk of breaking my development environment by installing unnecessary 3d party components. What do you use for this? |
testdriven.net personal, free for OSS projects. doesn't interfere with anything. On Tue, Jan 31, 2012 at 1:28 AM, zidad
|
@zidad Sorry for taking so long to get back to you on this. Your last pull request has some really big changes in there. I see you did a merge but I just can't pull it in with such a large change set. I'm going to close this for now to clean up the issue queue. Feel free to reopen a new pull request with a simpler commit history if this issue is still blocking you. |
Hi Andrew, thanks for the response, as far as I know the issue is still there, will check with latest version though. I'm not sure why you would say the change set is this big, basically it's just 2 changed lines, or do you mean the potential impact of the change? |
The problem still exists in the latest version, I'll just keep working with a custom build, the first part of the pull request is still valid, not sure why the merge would show up in the pull request? Anyway I just added an issue for this: |
Alright. I'll take a further look at it. I think what was throwing me off was the commit for the merge. |
I think that was just updating my fork to the latest version, not sure why it showed up in the pull request (sorry I'm a git newbie:)) |
Also, the chances for this pull request to get in would greatly increase if you can work a unit test in there for this. You can download xUnit. I don't even think it requires you to install anything. Just run the gui from a folder. |
Done, added a unit test as well: |
Fix for issue reported here:
http://groups.google.com/group/restsharp/browse_thread/thread/c70c39b47d10002d