You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dotnet interactive expects specific metadata in an F# notebook. This has evolved over time, and we need to update fsdocs ipynb output to match what they currently expect. See for example dotnet/interactive#2685
I reported the issue in the dotnet/interactive repo a few weeks ago, and they fixed it. But now it's broken again as of ths week's dotnet interactive. We should really make fsdocs output the metadata that dotnet interactive expects to help avoid breakages like this.
When the metadata is not correct, sometimes polyglot notebooks think an F# cell is C#. With correct metadata, this will not happen.
The text was updated successfully, but these errors were encountered:
Dotnet interactive expects specific metadata in an F# notebook. This has evolved over time, and we need to update fsdocs ipynb output to match what they currently expect. See for example dotnet/interactive#2685
I reported the issue in the dotnet/interactive repo a few weeks ago, and they fixed it. But now it's broken again as of ths week's dotnet interactive. We should really make fsdocs output the metadata that dotnet interactive expects to help avoid breakages like this.
When the metadata is not correct, sometimes polyglot notebooks think an F# cell is C#. With correct metadata, this will not happen.
The text was updated successfully, but these errors were encountered: