You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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(Stringtext,BooleancaseSensitive,Int32tabWidth,SourceLocationinitialLocation)
at Irony.Parsing.Parser.Parse(StringsourceText,StringfileName)
at Irony.Parsing.Parser.Parse(StringsourceText)
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: