DmitryGolubenkov / SharpDockerizer

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

Feature: detect ASP.NET Core projects #16

Closed DmitryGolubenkov closed 1 year ago

DmitryGolubenkov commented 1 year ago

Description

All template web projects have Microsoft.NET.Sdk.Web instead of Microsoft.NET.Sdk in their .csproj file. As I've seen, this is not required to use ASP.NET Core, but I think most projects reference Web SDK. This can allow SharpDockerizer to detect ASP.NET Core projects and show only them in Solution Viewer. But as this is not required - there should be an option to show all projects regardless of used SDK.