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

Support taking Visual Studio .sln and .csproj as input

Open ghost opened this issue 2 years ago • 1 comments

Most of the time, projects depending on each other. Processing each of them manually is very difficult because of circular dependency. It's better if we could process projects (.csproj) or a solution (.sln) directly as input.

ghost avatar Feb 03 '23 12:02 ghost

you can see the following https://github.com/yanghuan/CSharp.lua/issues/17 https://github.com/yanghuan/CSharp.lua/pull/258

yanghuan avatar Feb 07 '23 03:02 yanghuan