You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running a standalone C# file with dependencies on other .cs files in .NET 10 preview5, how to tell the compiler about these additional files. such as an Api.cs dependencies on a ModelData.cs. actually, in python, we can directly import the dependencied files.