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

Riskv1authenticationsetupsClientReferenceInformation constructor should not have a default implementation of default(string) #93

Open
wrightsonm opened this issue Sep 18, 2020 · 1 comment

Comments

@wrightsonm
Copy link

Constructor is:

public Riskv1authenticationsetupsClientReferenceInformation(string Code = default(string))

The constructor then throws an exception if the argument is null.
This can be caught at compile time by removing = default(string)

@xantari
Copy link

xantari commented Jan 22, 2021

This sounds related to my request here: #43

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

No branches or pull requests

2 participants