You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Context: 88e6b60#diff-2c93d15c2ac8814766a0b1136a163bfcd8d1044fa15403fd166b89e364678694L28-R33
This line in the `Xamarin.Android.Build.Tasks.sln` file causes issues with the latest VS (specifically the forward slash):
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src/Microsoft.Android.Sdk.Analysis", "src\Microsoft.Android.Sdk.Analysis", "{51DC774F-F0E2-4D4E-B600-ECA986E6DDEF}"
Visual Studio 17.13+ cannot load the file with this error:
> **Microsoft Visual Studio**
>
> ❌ Names cannot:
> - contain any of the following characters: / ? : \ * " < > |
> - contain control characters
> - be system reserved names, including 'CON', 'AUX', 'PRN', 'COM1', or 'LPT2'
> - be '.' or '..

Remove this duplicate line. While we're here, let's also move the
test projects to a `tests` solution folder to organize the solution
explorer a bit:

0 commit comments