Alexey Vyskubov

Results 67 comments of Alexey Vyskubov

The very same thing happens if I run `roslynator.exe` from inside the project not solution directory.

Now I have noticed this line: `Resolve 00:00.10 Example.Project.csproj (net7.0)` and I wonder where 7 creeps from.

Ok, here comes new log with `6.0` (solved by removing 'bin' and 'obj' subdirectories in the project directory): ``` ❯ roslynator.exe analyze -v diag Roslynator Version: 0.4.0.0 Roslynator Target Framework:...

In the case it is important: ``` ❯ dotnet --list-sdks 5.0.414 [C:\Program Files\dotnet\sdk] 6.0.302 [C:\Program Files\dotnet\sdk] 6.0.403 [C:\Program Files\dotnet\sdk] 7.0.100 [C:\Program Files\dotnet\sdk] ❯ dotnet --version 7.0.100 ``` VS Code:

I have very much the same problem. My settings are ``` set shell=pwsh\ -nop\ -nol set shellcmdflag=-c ``` Commenting these out makes TagBar to run.

I have managed to (probably) solve the problem, writing my own function, temporarily substituting `cmd` for `shell`: ``` function! MyTagbarToggle() if has("win32") " tagbar is broken with pwsh let l:old_shell=&shell...

``` ❯ ros install lem-project/lem cxxxr/cl-lsp [blah] Unhandled CFFI:LOAD-FOREIGN-LIBRARY-ERROR: Unable to load foreign library (ASYNC-PROCESS). Error opening shared object "libasyncprocess.so" [blah] ❯ uname -msrv FreeBSD 13.1-RELEASE-p6 FreeBSD 13.1-RELEASE-p6 GENERIC amd64...

It's almost four years old now. Any chance for a fix? I'm having the very same problem, Clojure 1.11.1, `Leiningen 2.10.0 on Java 17.0.6 OpenJDK 64-Bit Server VM`, `FreeBSD 13.1-RELEASE-p6...

I can confirm that there is the exact same problem with OpenBSD 7.4 iso.

https://cdn.openbsd.org/pub/OpenBSD/7.4/amd64/install74.iso