Sellorio
Sellorio
 ```c# return new HtmlFormatter().GetHtmlString(code, Languages.Html); ```
**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 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...
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...
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...