josephwoodward / VSCodeILViewer

A Visual Studio Code C# IL (Intermediate Language) Viewer
MIT License
98 stars 17 forks source link

prevent NullRefrenceException from firing #13

Closed paul-cheung closed 7 years ago

paul-cheung commented 7 years ago

Console.WriteLine($"Request Params: ProjectFilePath {request.ProjectFilePath}"); will fire NullReferenceException when request was null.

josephwoodward commented 7 years ago

Thanks for the pull request, if you need any help getting anything set up then feel free to let me know. It would be great having more help with this 👍