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
In the described steps to create a new Blazor-Project, i stumbled onto a missing reference.
I think this step is missing in the description in the section
"Inxton.Vortex.ramework.Blazor/Introduction and installing" under the headline "installing".
In the blazor-app here needs to be a reference to the [YourProjectName]Connector Project.
Added via RightClick on the Blazor-Project and "Add Reference" or via cli
navigate to the Blazor-Folder and use "dotnet add reference [Path-to-Connector-Project]"
Not sure how to propose this change via pull-request and docfx
The text was updated successfully, but these errors were encountered:
In the described steps to create a new Blazor-Project, i stumbled onto a missing reference.
I think this step is missing in the description in the section
"Inxton.Vortex.ramework.Blazor/Introduction and installing" under the headline "installing".
In the blazor-app here needs to be a reference to the [YourProjectName]Connector Project.
Added via RightClick on the Blazor-Project and "Add Reference" or via cli
navigate to the Blazor-Folder and use "dotnet add reference [Path-to-Connector-Project]"
Not sure how to propose this change via pull-request and docfx
The text was updated successfully, but these errors were encountered: