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
src
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.