Results 40 comments of bitbonk

[TinyIoC](https://github.com/grumpydev/TinyIoC) is another prominent example of a (fairly complex) source-only nuget package.

I'd even go as far and say that the whole ``` var scriptcs = new ScriptServicesBuilder(new ScriptConsole(), new NoOpLogger()) .Repl() .ScriptEngine() .Build(); ``` could be hidden behind a facade. Just...

@modulexcite did you manage to get scriptcs.exe working with ConEmu/Cmder?

For completeness, to make your app do it on its own call this method when your app starts: private static void AllowLoopBack() { if (runOnce) { return; } runOnce =...

We have rather complex applications that control actual machines and it is extremely time consuming (think hours!) to restart them and bring the software and the machines back into the...

@gregg-miskelly Yes I am aware of that, but last time I checked edit & continue was not possible. I'd love to be proven wrong though.

@gregg-miskelly I just checked again, and you are right. Edit&Continue on classic .NET (4.7.2) does indeed work with remote debugging even if the remote debugger is launched from a remote...

Wow that‘s interesting info. I wasn’t aware of the environment variable. It seems to have some [limitations]( https://blogs.msdn.microsoft.com/devops/2015/04/29/net-enc-support-for-lambdas-and-other-improvements-in-visual-studio-2015/) though, most notably > If you make an edit after attaching you...

@chaoticsoftware @nativenolde Just curios: Are you using Azure DevOps (Server). We do and we only ever see this error on the server.

> However, it seems DocFX v3 is nearing release I highly doubt that there is still a plan to release v3 _at all_. v3 is solely used for docs.microsoft.com and...