Check Path
Can VS check the Directory on creating a new Project,
if my Name or the created Path too big for the System.
i have create a project with name "Can I Cook Something" and i get a Exception later in the build Prozess:
Error The "ResolveLibraryProjectImports" task failed unexpectedly.
System.IO.PathTooLongException: The specified path, file name, or both are too long. The fully qualified file name must be less than 260 characters, and the directory name must be less than 248 characters.
at System.IO.PathHelper.GetFullPathName()
at System.IO.Path.LegacyNormalizePath(String path, Boolean fullCheck, Int32 maxPathLength, Boolean expandShortPaths)
at System.IO.Path.NormalizePath(String path, Boolean fullCheck, Int32 maxPathLength, Boolean expandShortPaths)
at System.IO.Path.GetFullPathInternal(String path)
at Xamarin.Android.Tools.Files.ExtractAll(ZipArchive zip, String destination, Action2 progressCallback, Func
2 modifyCallback, Func2 deleteCallback, Boolean forceUpdate)
1 jars, ICollection
at Xamarin.Android.Tasks.ResolveLibraryProjectImports.Extract(DirectoryAssemblyResolver res, ICollection1 resolvedResourceDirectories, ICollection
1 resolvedAssetDirectories, ICollection`1 resolvedEnvironments)
at Xamarin.Android.Tasks.ResolveLibraryProjectImports.Execute()
at Microsoft.Build.BackEnd.TaskExecutionHost.Microsoft.Build.BackEnd.ITaskExecutionHost.Execute()
at Microsoft.Build.BackEnd.TaskBuilder.<ExecuteInstantiatedTask>d26.MoveNext() CanICook_Something.Android
My Project strat now from this Path:
C:\Users\richa\Source\Repos\Can I Cook Something*
So i would like a warning or error msg that when i create the Project that its maybe not work of some restrictions.
