Loading assemblyInfo error (reading comment)

Hi,

I have found a bug since the new FB release (6.3.0.1759).

When FB executes the "Propertyset load from AssemblyInfo" action I receive an error.

error => Failing because AssemblyVersion string is not a complete version number : "1.0.*"

example of my assemblyInfo File:

...

// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.118")]
[assembly: AssemblyFileVersion("1.0.0.118")]

...

When I delete the comment (line 2) I don't receive an error.

So for some reason the FB action is reading the comment, witch should not happen I think.

Thx

Any news?

Hi Sander

This build has some improvements, but it’s not 100% there yet.

https://www.finalbuilder.com/downloads/finalbuilder/630/FB630_1767.exe

The problem is that we switched to using Regular Expressions rather than a hand written parser. I have yet to find a workable expression that will ignore comments but not ignore // inside attribute strings.

Thx. It's working now.