Sellorio

Results 6 issues of Sellorio

![image](https://user-images.githubusercontent.com/6982020/74690692-2625a600-5234-11ea-8f35-89e3edefd961.png) ```c# return new HtmlFormatter().GetHtmlString(code, Languages.Html); ```

help wanted

**Describe the bug** I output a file using the library. No problems. I try to read the same file to the same data structure. Program is stuck on GetRecordsAsync endlessly....

bug

### Bug type Component ### Component name MudDialog ### What happened? I get the error `Event 41 is already tracked` when opening a dialog. I am opening the same dialog...

triage

Not sure what the cause of this is. Debugging results in ExecutionEngineException. The cause may be a Where function call that takes in `KeyValuePair`. The exception appears to trigger when...

bug
help wanted

When configuring grunt-contrib-watch to watch a particular file, unrelated watches will trigger a "file deleted" event if the casing on the file name is incorrect. E.g. Watch on file "File.txt"...

When the following code: ``` /** * Property-based callback for X event * @param payload: the x payload payload */ @Input() public onX: (payload: XPayload) => void; ``` is navigated...