问题标签 [roslynpad]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
0 回答
43 浏览

build - 直接从 C# Interactive / RoslynPad 构建

我经常使用 C# interactive 或 RoslynPad 来测试东西。我首先运行“#r <path.dll>”来加载我项目的预编译 dll/s。

有没有办法在我加载之前强制重建项目?或者 - 我可以在加载之前为整个解决方案运行一些构建方法吗?

谢谢!