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

bugfix for setting IsOptional on nullable types #59

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

abezverkov
Copy link

So I pulled the HttpParameter building out into its own class so that I could make sure there were tests around it. I didnt try to inject it into PostBuild because I wasnt sure what side effects that might induce. I also didnt write any tests around the FormParameters as I didnt have a good example.

I had some issues with the existing tests not running. I dont know if thats my setup or what. I do know that both Resharper and NCrunch dont like assemblies with the Functions SKD because it alters the output of the binaries in a non-standard way. As a solution I only have the Functions SDK in my very top level lib, and everything else has the needed dependencies (hence the change to the integration tests proj). Let me know if you want me to change up anything, or feel free to discard. :)

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

1 participant