-
Notifications
You must be signed in to change notification settings - Fork 34
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
Calling Parser.ParseWithContext
from another project throw TargetParameterCountException
#527
Comments
@bdke, First could you provide a reproducing test case.
So my guess is that there can be an issue when the context object is null , but in this case why wouldn't you use the basic But then I don't see any relation with the "calling from another project" part of your issue. So please add a reproducing test case. Waiting for it I will try and see what happen when calling Thanks |
@bdke , I reproduce the exception when calling |
@bdke , i've fixed the bug on branch https://github.com/b3b00/csly/tree/bugfix/issue%23527. |
sorry for the late reply, seem like i am still having the same exception |
instance is null as default so it did not throw any error in IDE so i thought it was an issue |
Info
Reproduce Steps
Calling a method that call
Parse<IN, OUT>.ParseWithContext(IList<Token<TokenType>>)
from another project.Error Log
The text was updated successfully, but these errors were encountered: