coapp / coapp.powershell

ClrPlus Signing
52 stars 43 forks source link

Error In VS when changing linkage (or other) settings for packages with dots in ID #38

Open alexeyignatenko opened 11 years ago

alexeyignatenko commented 11 years ago

Repro case:

Result is error message from VS:

An error has occurred while saving the edited properties listed below: One or more values are invalid. The name "Linkage-companyname.libraryname.librarysubname" contains an invalid character ".".

The name with dots is AFAIK recommended way to name the libraries. The workaround is to use "-" or whatever instead of dots in the name.

fearthecowboy commented 10 years ago

Ah Yes.

I'll see if I can make sure the property generates with a dash for that.

G