lonix1

Results 438 comments of lonix1

This MAJOR problem has been in existence for years. It's something I struggle with multiple times every day. Related: - https://github.com/OmniSharp/omnisharp-vscode/issues/5178 - https://github.com/OmniSharp/omnisharp-vscode/issues/2851 - https://github.com/OmniSharp/omnisharp-vscode/issues/5284 - https://github.com/OmniSharp/omnisharp-vscode/issues/3284 - https://github.com/OmniSharp/omnisharp-vscode/issues/3368 -...

@li0nsar3c00l @Nettsentrisk @Rabadash8820 Check out the link in [this issue](https://github.com/aspnet/jquery-validation-unobtrusive/issues/104) for an excellent workaround.

I don't understand... are you saying that those features are not available when using json?

Ok my findings so far for anyone else who is interested: ````json { "Name": "Async", "Args": { "bufferSize": 10, //

I fully agree about SO, but the docs could be made clearer as it's the first place many devs go to for info. BTW, most serilog sinks document how to...

I've never successfully made PRs on github - always seem to mess up. :yum: (I'm an [xkcd](https://imgs.xkcd.com/comics/git.png) sort of git user...)

ensure you install the nuget `Serilog.Sinks.Async` example: async sink that wraps file sink: ````json { "Name": "Async", "Args": { "configure": [ { "Name": "File", "Args": { "path": "logs/app.log", "rollingInterval": "Day",...

Environment: linux, vscode, net6, blazor. In my Razor Class Library that contains blazor components, I get: > Found markup element with unexpected name and > The attribute names could not...

Not really: - that keeps the tabs for the session's duration - in my case I sometimes don't restart the browser for weeks - I'm referring to a way to...

Ok so what you're saying is that it doesn't poll, which is great. However back to the issue itself - is it just my setup, or is this reproducible? Or...