Skip to content
Discussion options

You must be logged in to vote

I managed to get it to work.

dotnet restore fixed the missing avalonia namespaces but still my own projects were not detected. I had to change the urls to my project references in .csproj that were like this:

<ProjectReference Include="..\..\..\..\..\MyProject\MyProjectAvalonia\MyProjectAvalonia.csproj" />

to:

<ProjectReference Include="..\MyProjectAvalonia\MyProjectAvalonia.csproj" />

as well as adding all project references separately (previously MyProjectAvalonia.csproj contained reference to MyProject.Backend and referencing MyProjectAvalonia also "chained" the reference to MyProject.Backend, on Mac I had to add it separately as well to all other projects that needed it.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

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