CSharp.lua icon indicating copy to clipboard operation
CSharp.lua copied to clipboard

Suggestion: using csproj

Open AqlaSolutions opened this issue 8 years ago • 4 comments

Could you use csproj data instead of "input directory" and references list?

AqlaSolutions avatar Jul 26 '17 05:07 AqlaSolutions

I don't want to have a dependency on visaul studio project.

yanghuan avatar Jul 26 '17 07:07 yanghuan

But... Doesn't Roslyn already have a dependency on csproj? csproj is actually MSBuild format, not Visual Studio.

AqlaSolutions avatar Jul 26 '17 09:07 AqlaSolutions

yes, Roslyn can work with csproj, i will try support

yanghuan avatar Jul 26 '17 10:07 yanghuan

There's some instructions at #258

yanghuan avatar Oct 14 '19 13:10 yanghuan