ppeb
ppeb
I've come back to this recently, and I've found something that "works". By default, the parent loads my dll and pdb using `AssemblyLoadContext.LoadFromStream(Stream, Stream)` [(AssemblyLoadContext docs)](https://docs.microsoft.com/en-us/dotnet/api/system.runtime.loader.assemblyloadcontext?view=net-6.0), where it passes in...
How difficult would it be to implement loading the pdb when using `LoadFromStream()` where it doesn't have the path? It seems like it should be possible given that other debuggers...
This probably isn't a great idea but a temporary solution could be some config file where you can define where some assembly loaded from stream has a pdb file.
> I believe It's possible to implement debugging if assembly and PDB loaded by LoadFromStream (System.IO.Stream assembly, System.IO.Stream? assemblySymbols); Loading both from stream is what's currently happening so that's good....
> try neovim try emacs
You may need to change out the Nuget.Frameworks.dll in your roslyn folder. You can try finding the a copy of the right version using `sudo find / -iname "Nuget.Frameworks.dll" |...
To reproduce the issue, I reinstalled roslyn using CSInstallRoslyn, and used `dotnet new console` to create a new project, `dotnet new sln`, and `dotnet sln add Test.csproj` to create a...
The github release works fine for me. Seems whatever CSInstallRoslyn downloads is outdated or a bugged build.
Can you post reproduction steps for encountering the bug this covers? This issue hasn't shown up since the lines you point out were committed two years ago so I'd like...
> ... assuming all users in the container are able to write to dockerfile-created directories, or permission inheritance from the host FS being configured properly, if inherited at all (e.g....