Skip to content
Discussion options

You must be logged in to vote

I found out that I needed to add:

<ItemGroup>
    <PackageReference Include="StaticViewLocator">
      <PrivateAssets>all</PrivateAssets>
      <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
    </PackageReference>
  </ItemGroup>

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?

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Rambolink94
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant