dotnet / interactive

.NET Interactive combines the power of .NET with many other languages to create notebooks, REPLs, and embedded coding experiences. Share code, explore data, write, and learn across your apps in ways you couldn't before.
MIT License
2.8k stars 374 forks source link

add package build control to CSharpProjectKernel #3498

Closed jonsequitur closed 3 months ago

jonsequitur commented 3 months ago

Try .NET "packages" should not be created at runtime. This will allow disabling that and provide clearer APIs for initializing packages e.g. during Docker setup.