jhudsoncedaron
jhudsoncedaron
mstsc.exe is also affected.
We chose years ago to just migrate master after determining the cause of whole migration failure was single commits that spanned branches. Surprising this didn't come up before because svn...
Yeah. Having a symbolic link created underneath the extract code as its extracting can cause the file being extracted somewhere else even if you check for a symbolic link beforehand...
Incidentally, I'm the one who filed that corefx issue and I'm the one who uploaded a library to deal with almost all of it.
Thanks to a random stackoverflow post, we now know that `false` works, but this isn't very sensible. It tells the compiler the assembly is in the GAC, which it isn't.
@JanKrivanek : In .NET 6, `false` didn't work on a `` but only on a ``. Are you telling me that works now? In case anybody is wondering, the use...
@JanKrivanek : Ah. I just didn't have the rest of the items to set from the other thread.
The current sequence to reference a project for dependency purposes but not actually reference a project in the output is: ```` false true true false all ```` Each of these...
@chipplyman : There's a simple way to avoid this issue. Create a .sln file with only the final build targets in it, and build it with `dotnet build -p:ShouldUnsetParentConfigurationAndPlatform=false` I...