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

fix(jsii-dotnet-runtime): Proxy parameters should not throw exception. #317

Merged
merged 2 commits into from
Nov 15, 2018

Conversation

costleya
Copy link
Contributor

Proxy types when passed as parameters were throwing an exception in the dotnet runtime. Removing the check and throw did not have an
adverse effect on the runtime, so it was removed.

Compliance test added that passes an interface as a parameter.

Fixes #316

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

Proxy types when passed as parameters were throwing an exception in the dotnet runtime. Removing the check and throw did not have an
adverse effect on the runtime, so it was removed.

Compliance test added that passes an interface as a parameter.

Fixes aws#316
@RomainMuller RomainMuller merged commit acc8f22 into aws:master Nov 15, 2018
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

3 participants