snakex64
.NET Runtime Docker build tools missing openssl
Coudn't wait 😐
It does work. At least I can run all the unit tests like that too.
Do you know if I can use that setup to create the SDK installer / use that runtime in VS ? I changed the "runtime" not the "dotnet" repo. It would be easier to actually install it so I can use it normally with VS without working in dev containers since I do desktop apps that manipulate a lot of stuff on the PC that I don't really wanna go through containers when debugging
16 replies
.NET Runtime Docker build tools missing openssl
hm that's a good question! I can't seem to be able to build it locally, was hoping the container would fix that issue... supposed to be the whole freakin point of docker is that it's repeatable for everyone 😅
16 replies
VS intellisence when building dotnet runtime locally
Don't know why but the post content was removed so here it goes again:
I cloned the dotnet "runtime" repo locally and followed the doc to build it. The building works but when I open most of the files have the following intellisence error:
Reference to type 'ValueType' claims it is defined in 'System.Runtime', but it could not be found
Am I missing something ?
6 replies