Error on Optimize Usings
BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
When I do an Optimize Usings with Shorten Qualified References on this code:
nextTableParameters.AddColumn(
name.Trim('\"'),
typeString.Trim('\"'),
Convert.ToInt32(isKeyString) == 1
);
I get this in return:
nextTableParameters.AddColumn(
name.Trim('\"'),
typeString.Trim('\"'),
ToInt32(isKeyString) == 1 // This line is invalid.
);
]]>
Maybe its just a problem with the expression.
If you need more info, let me know.
Regards,
Pablo
-
BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (MingW32)
iD8DBQFDPD2svooSiBfQCSoRAq73AJoCjoJZ7SpMc3YqQqxS+EmppZn55wCg4Fjf
K52QDL9fHXtsTBtTcw7gGc8=
=nIPL
-
END PGP SIGNATURE-----
Please sign in to leave a comment.