Julien Di Lenarda
Julien Di Lenarda
I'm upset because I want to push for .NET Interactive use in my company, but this bug is in the way. I investigated a bit, and it appears that the...
I don't know if any progress have been made on this issue, but I just noticed it raises when using `#r "nuget: whatever"` from a Dotnet Interactive C# cell code....
@vzarytovskii : in this sentence I meant it happens in CSI, but my bad, CSI doesn't support nuget reference. But as I told in the previous sentence, yes it does...
@KevinRansom It's an improvement on the following points : - accented characters are now supported, - disabled sources are not searched anymore, - also impacts dotnet Interactive. But if the...
The related issue in F# Interactive dotnet/fsharp#12401 is corrected, incidentally correcting this one.
I have worked the idea of embedding an interactive Kernel in an AutoCAD MAP plugin as it is done in the Connect-WPF example. Unfortunately, AutoCAD .NET API are still in...
@chuongmep I didn't know AutoCAD had finally moved on, sad to be stuck with 2021 version at work. Connect-WPF (example of how to embed a kernel in an application) is...
@chuongmep I'm afraid I can't help on this. See #2369.
@chuongmep I just asked my company to get me an AutoCAD 2024 developper licence, hope I can work on this soon.
@colombod I occasionally write AutoCAD extensions. AutoCAD.Net APIs are poorly documented, so it's a lot of trial and error to achieve what I want. Doing test with a project demands...