DmitryGolubenkov / SharpDockerizer

Generates Dockerfiles for your .NET projects without registration or SMS.
MIT License
5 stars 0 forks source link

Feature: support new .slnx format for solutions #21

Open DmitryGolubenkov opened 1 month ago

DmitryGolubenkov commented 1 month ago

Recently a new solution format was added to Visual Studio preview - slnx. This is still in preview. After release SharpDockerizer should be updated to support new format, as it currently requires sln files for project detection.