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
{{ message }}
This repository was archived by the owner on Apr 11, 2020. It is now read-only.
In the xproj format, you can't exclude files from being compiled. I know that the xproj format is going to get dumped, but this problem needs to be fixed in the new version of the csproj format. Meanwhile, it is still a major problem for ASP.Net Core. This problem coupled with the inability to link files in from another project means that sharing .cs files across platforms is virtually impossible without manually managing files with source control, or batch files.
This is a continuation from this issue because the original repo is now defunct: aspnet/dnx#3033 (comment)