Jaroslav Lobačevski

Results 81 issues of Jaroslav Lobačevski

Currently some issues are reported in aspx or config files, but there is no way to suppress the warning. Maybe a specific html/xml comment can be introduced to suppress warnings...

enhancement

[FSPickler](https://mbraceproject.github.io/FsPickler/) [Sweet.Jayson](https://github.com/ocdogan/Sweet.Jayson)

enhancement

AspNetCore is more flexible deciding what are controllers than AspNet - https://docs.microsoft.com/en-us/aspnet/core/mvc/controllers/actions?view=aspnetcore-3.1 The controller class class doesn't have to be derived from a specific parent, it is enough to suffix...

C#

In order to support scenarios as: ```cs using (var tcpConn = new TcpClient("host.example.org", 39544)) { /* read input from socket */ using (StreamReader sr = new StreamReader(tcpConn.GetStream())) { Sink(sr.ReadLine()); }...

C#
documentation

**Describe the bug** CodeQL fails to "Compare Results" **Version** CodeQL extension version: 1.6.6 CodeQL CLI version: 2.9.2 Platform: win32 x64 Version: 1.67.2 (user setup) Commit: c3511e6c69bb39013c4a4b7b9566ec1ca73fc4d5 Date: 2022-05-17T18:15:52.058Z Electron: 17.4.1...

bug
VSCode

Please make a new release. P.S. Release tab in the project's github page is empty. It would be good to have a clear indicator what changeset was used for the...

Tried to run all examples on Windows 10 1803 x64, packaged and unpackaged. SystemInfo work fine, but terminal and windows examples don't. The terminal example is stuck with black window....

As I understand Carlo doesn't take the responsibility for packaging. But just to let you know current implementation of pkg on Windows gives bad UX experience, because a separate terminal...

**Describe the bug** VSCode allows opening WSL folders and working with them from Windows. VSCode has native support for running extensions in this scenario and allows to select which extensions...

bug
VSCode