Skip to main content

I get an error: No projects found and No configurations found for Xamarin builds

L
Written by Lukas Cenovsky
Updated over 6 years ago

It could be a problem of repository depth .csproj and .sln are located in. There is a limitation in current analyzer due to performance reasons.

For .csproj file, it should not be lower than 4 directories deep including the repository root.

For .sln file, it should not be lower than 2 directories deep including the repository root.

Did this answer your question?