How does StaticViewLocator work on the ViewLocator #856
-
I am copying over some of the files from the MVVM sample. Everything works correctly, though I'm having issues with the Am I missing a step here? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I found out that I needed to add:
To my My question now, however, is it expected for us to use this |
Beta Was this translation helpful? Give feedback.
I found out that I needed to add:
To my
.csproj
file. This solved the problem of the missing attribute.My question now, however, is it expected for us to use this
ViewLocator
and add this extra stuff in our.csproj
? What I mean, is this part of the expected workflow to start a Dock project?