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

Doesn't work in Blazor server side context #26

Open
Telavian opened this issue Oct 10, 2019 · 0 comments
Open

Doesn't work in Blazor server side context #26

Telavian opened this issue Oct 10, 2019 · 0 comments

Comments

@Telavian
Copy link

I am currently using Irony to parse search queries in my applications.
It is currently working amazingly well in WPF or pure backend systems.

I just started converting an angular app to Blazor and found that the same previously working code is now failing in a server side Blazor app. I haven't tried client side however I suspect that won't fair any better.

blazor.server.js:15 [2019-10-10T20:58:52.588Z] Error: System.NullReferenceException: Object reference not set to an instance of an object.
at Irony.Parsing.SourceStream..ctor(String text, Boolean caseSensitive, Int32 tabWidth, SourceLocation initialLocation)
   at Irony.Parsing.Parser.Parse(String sourceText, String fileName)
   at Irony.Parsing.Parser.Parse(String sourceText)
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

1 participant