Skip to content
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

Added Nested Response Writing Methods #119

Merged
merged 2 commits into from Oct 29, 2017

Conversation

gerardtoconnor
Copy link
Member

Added 3 common extension methods to context for writing json, xml & text so that users can do nested writes instead of using pipeline functions. #113

@gerardtoconnor
Copy link
Member Author

seems to be an issue with travis, config error with powershell

$ powershell ./build.ps1 -Release
powershell: command not found
The command "powershell ./build.ps1 -Release" exited with 127.

@dustinmoris dustinmoris changed the base branch from master to develop October 29, 2017 14:20
@dustinmoris dustinmoris merged commit 4e89f4d into giraffe-fsharp:develop Oct 29, 2017
@dustinmoris
Copy link
Member

Thanks for this PR. I'll fix the Powershell issue now according to this solution. One thing which I will probably rename is WriteXML to WriteXml as I've already started to write Xml with a lower m and l in other places and because I think this matches more to what MS has also done in the standard lib (e.g. XmlWriter), otherwise looks great!

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

Successfully merging this pull request may close these issues.

None yet

2 participants