From: NHibernate J. <nh...@gm...> - 2009-08-25 00:25:28
|
NHibernate.Bytecode inconsistently named ---------------------------------------- Key: NH-1940 URL: http://nhjira.koah.net/browse/NH-1940 Project: NHibernate Issue Type: Bug Components: ByteCode providers, Core Affects Versions: 2.1.0.GA Reporter: Nick Aceves The NHibernate.Bytecode namespace is not named consistently between NHibernate.dll and NHibernate.ByteCode.Castle.dll. NHibernate.dll calls it "NHibernate.Bytecode". NHibernate.ByteCode.Castle.dll calls it "NHibernate.ByteCode". The only difference between them is the capitalization of the "c" in "Bytecode". This has some interesting interplay with what seems to be a bug in ReSharper. ReSharper will only show NHibernate.Bytecode in intellisense, even when NHibernate.ByteCode.Castle.dll is referenced, which led to me spending about 15 minutes figuring out why I couldn't find the Castle ProxyFactoryFactory class. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://nhjira.koah.net/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira |