First of all, I would like to make it clear that I know that the src
folder is not required. Indeed, one can simply create manually one directory for the project, m
You usually have more files inside your project that are not source code related like:
And a tons of others files that depend on your configuration. So, if you have a src folder, you don't need to mix your source code files with those.
because you may have your code in src folder (class libraries, etc), test in your test folder, documentation in a documetation folder
in global.json you specify which folders does roslyn pick for compiling.