Fleid / asa.unittest

Azure Stream Analytics unit testing solution (fixture and script)
MIT License
3 stars 0 forks source link

Start-AutRun does not support project names that contain a dot #13

Closed Tecnova21 closed 4 years ago

Tecnova21 commented 4 years ago

In our project we have a naming convention for Visual Studio projects like X.X.X.ASA.ProjectName. When Start a new AutRun the call gets rejected by the validation.

Is there a specific reason why dots are not included in the naming validation?

Fleid commented 4 years ago

The main reason is that I'm that not as clever as I think with Regex ;) Fixing that in the next release

Fleid commented 4 years ago

Actually, the validation is to be done on project name / asaql name. Since in my experience folder name = project name = .asaql name, I made a shortcut and implemented it at the folder name level. I need to re-think this.

Fleid commented 4 years ago

Fixed in 1.0.9