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
if we had to support .csproj files in a similar way, what changes would be required? is it fundamental changes?
.csproj files usually load C# files even if not specified (no Include) so i guess in a way is a bit different, or would it be ok to retrigger assembly recompilation? so kind of to reuse #r .dll and kind of search for all assemblies in the bin solution and reference them as well?
The text was updated successfully, but these errors were encountered:
if we had to support
.csproj
files in a similar way, what changes would be required? is it fundamental changes?.csproj files usually load C# files even if not specified (no Include) so i guess in a way is a bit different, or would it be ok to retrigger assembly recompilation? so kind of to reuse #r .dll and kind of search for all assemblies in the bin solution and reference them as well?
The text was updated successfully, but these errors were encountered: