Manfred Lange
Manfred Lange
I'll revisit this issue as it appears as if there is yet another factor at play. I need to investigate this further. **Update:** Nope, false positive. This issue remains to...
Assuming in my quick check I found the correct line of code there appears to be at least one instance where package Microsoft.NET.Test.Sdk [adds an AssemblyResolve event handler](https://github.com/Microsoft/vstest/blob/b91bd795e53806da15ebc6ad6ebd4cc22e710d72/src/Microsoft.TestPlatform.Common/Utilities/AssemblyResolver.cs#L65). This could...
My two cents: I think adding Microsoft.NET.Test.Sdk is a workaround for the new csproj format. Based on the experiments it appears that all that is needed is an appropriate AssemblyResolve...
I had a similar issue with trying to install pnpm from within a Dockerfile. Here is the solution that I used. Perhaps sharing here will prevent others to have to...
In my environment I also ran ```bash chmod 755 ./stripe ``` in `/usr/local/bin`. I'm using `Debian 11 (bullseye)`, though, not Ubuntu.
despite two at least two PRs still not resolved. I second @jpgoelz view that it might be best to switch to vite. See https://vitejs.dev/ for more details.
In relation to this issue: Output of the extension: ``` Starting extension Finding projects for pattern /app/ Found 1 matches for pattern in folder /app Evaluating match /app/ Adding directory...
@tommarien I think @daniellee has a point in that making OnTable mandatory would break existing migrations for Postgres. However, if the philosophy or the reason for existence of Fluent Migrator...
So, if I understand this correctly, the so-called "cloud sync" of Insomnia is essentially broken? This is what I tried: Install on Windows and on Linux. On both I can...
There was a version in the past that supported the `open` command. It appears to me that this is a case of feature degradation. The documentation at https://code.visualstudio.com/docs/remote/devcontainer-cli the output...