Hubert-Rybak/dotnet-warp

Add support for vbproj

elachlan opened this issue · 3 comments

Visual Basic is now supported in .Net Core 3. The tool should probably support it.

stale commented

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

It should be easy, just need to add vbroj here:

if (!string.Equals(Path.GetExtension(ProjectFileOrFolder), ".csproj", StringComparison.OrdinalIgnoreCase) &&

Mind adding a PR?

stale commented

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.