From:
<car...@te...> - 2004-05-06 12:06:08
|
Hello: Running FxCop over the provider assembly gives a good amount of issues related to Globalization issues (related to the usage of Cultures and Format providers for conversions), i 'm thinking on fix them, and probably create a new GlobalizationHelper class that will have the CultureAwareCompare method that now is in all collection classess (it will have other things as weel like a CurrentCulture and CurrentUICulture properties for simplify the fix of the issues reported by FxCop) FxCop gives too a good amoun of naming issues, for example to use FBxxx instead of Fbxxx, but that are not going to change ;) as seems that in the framework this is not standarized as well ( DBNull and DbType can be an example and maybe there are more :) ) As always opinions are welcome !! -- Best regards Carlos Guzmán Álvarez Vigo-Spain |