❔ How does C#'s inclusion system work?
probably terrible title (again). basically what i'm asking is how does C# know which files to take and compile?
in C++ this is done by the whole
so does C# just take all the
in C++ this is done by the whole
#include system, but C# has .csproj and that kinda stuffso does C# just take all the
.cs files in the current directory? or does it expand its search until it finds a .csproj