DmitryGolubenkov / SharpDockerizer

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

Feature: Detect and highlight already dockerized projects #15

Open DmitryGolubenkov opened 1 year ago

DmitryGolubenkov commented 1 year ago

Description

If a Dockerfile exists in project directory, we can detect it and highlight the project in Solution Viewer. And Dockerfile detection can be useful later: for example, to reverse engineer existing files, to make bulk updates in Dockerfiles (example - dotnet sdk and asp net versions)