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
The solution is built with Electron.Net. The ViewComponents folder that holds the code behind of all view components in the solution required for the /View/Shared/Components/ Views to be injected, it's how the pattern works. Usually the code behind there is used to inject dependencies, and implement custom logic for the components. But since the solution uses Syncfusion on the frontend, all the data is provided with javascript, so we just output the default template on the code behind.
I think the last build was with .net core 3.1. I will update the solution to .net 6 when i get time and get back at you.
hello I was trying this ViewCOmponents are empty and demo website is not working
The text was updated successfully, but these errors were encountered: