Hi All,
Thanks in advance!
I am trying to switch to using Rider IDE and everything is compiling and launching - web application works but IDE is displaying an error on _ViewStart.cshtml : Cannot resolve symbol 'GetTheme'
After navigating to the same file in VS2019 it also started complaining about not being able to resolve (never complained about this file in 4 months+).
This is the only error in the entire solution, and happens on both IDE's, but both compile and run the application.
Is this a possible bug or a mistake i've made ?
Any solutions would be greatly appreciated.
2 Answer(s)
-
0
Hi,
This is not something you did, please check https://github.com/aspnetzero/aspnet-zero-core/issues/1091. We couldn't find a good way to solve this but it is not a major issue at the moment I guess.
-
1
No problem's, Thanks @ismcagdas