DmitryGolubenkov / SharpDockerizer

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

Feature: Data Validation #5

Open DmitryGolubenkov opened 1 year ago

DmitryGolubenkov commented 1 year ago

Description

Application should check if data input such as exposed ports and nuget sources is valid. If it is not valid, application should inform user with details about the error. And Generate button should be disabled. Invalid data must not crash the application.