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
When running in Jupyter, the previous compilation doesn't contain the Razor component type.
This currently works when running in VS Code (on Windows) with both .dib and .ipynb file types. Doesn't work in VS Code when running in a remote dev container.
This works as expected in the unit tests on Windows. The tests don't pass when running on Linux.
The text was updated successfully, but these errors were encountered:
Expected behavior
The component type should be available to the next code blocks.
Actual behavior
When running in Jupyter, the previous compilation doesn't contain the Razor component type.
This currently works when running in VS Code (on Windows) with both
.dib
and.ipynb
file types. Doesn't work in VS Code when running in a remote dev container.This works as expected in the unit tests on Windows. The tests don't pass when running on Linux.
The text was updated successfully, but these errors were encountered: