Menu

#3 Using wildcards does not work

open
nobody
None
5
2009-04-06
2009-04-06
Anonymous
No

I have *.cs in my csproj file:
<ItemGroup>
<Compile Include="*.cs" />
</ItemGroup>
This crashes the tool. Using -f *.cs also crashes with the same failure.

Discussion


Log in to post a comment.