All Collections
Build
Xamarin
I get an error: No projects found and No configurations found for Xamarin builds
I get an error: No projects found and No configurations found for Xamarin builds
Jihye E avatar
Written by Jihye E
Updated over a week 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?