What should I do if Visual Studio has a restriction on creating files with a long name or a long path to these files?

66 views Asked by At

When I make a project, I make a lot of folders and subfolders, separating files by topic. But it happens that the file paths are too long and Visual Studio gives an error. How can I fix it?

a little project to make applications with all sorts of tests for school, right away I say that I am not American and now I am in Russia, the project is done on AvaloniaUI

here's a link to GutHub: https://github.com/Zakarayaev/QuizApplication

file creation error: The complete path to 'SelectltemOfNounTestViewModel.cs• exceeds the maximum number of characters permitted by the file system.

0

There are 0 answers