Jon Sequeira
Jon Sequeira
These monthly plan of work issues describe what is being worked on. There's currently no ETA. Is there a specific issue you'd like to know about?
This should be resolved by #3781 which is now available in VS Code Insiders.
I'm reopening this since the linked solution is being pulled into this repo and the package will be republished under a different name.
The updated package name is `Microsoft.DotNet.Interactive.DuckDB`. It will be released to nuget.org with the next release of Polyglot Notebooks to VS Code stable.
Type `U` isn't defined in the C# kernel so I wouldn't expect this to work. If that's **_why_** it's not working, the error message incorrect. There might be an exception...
As for whether sharing new types transparently should be supported, I'd say it makes intuitive sense. But it implies sharing the dependency graph from e.g. F# into C#, including NuGet...
The type definition itself would need to be shared, which requires referencing the in-memory assembly where it was defined. That assembly's dependency graph transitively includes the previous submissions' dependency graphs....
Can the patterns we use here be generalized to include `IWebHostBuilder`? The goals are the same it seems: #916.
To the extent that the patterns are similar, it would be good to have approaches and matching code for both, even if it means we need another project.