EdisonCP / sharp-architecture

Automatically exported from code.google.com/p/sharp-architecture
Other
0 stars 0 forks source link

IMapGenerator is outdated #116

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
ClassMap derived classes implementing IMapGenerator won't compile with
current version of FluentNHibernate. The FileName property was removed from
the ClassMap class sometime ago.
The CreateMapping method is also gone so the code normally used with
IMapGenerator is also unusable. Sample:
        public System.Xml.XmlDocument Generate() {
            return CreateMapping(new MappingVisitor());
        }

GeneratorHelper is probably obsolete too.

Original issue reported on code.google.com by apopov...@gmail.com on 15 Jul 2009 at 11:26

GoogleCodeExporter commented 8 years ago
This will be resolved in the next quarterly release coming out in October.  
Thanks for 
the report.

Original comment by wmccaffe...@gmail.com on 30 Sep 2009 at 9:25

GoogleCodeExporter commented 8 years ago
The code on the trunk has been fully updated to the latest FNH...the Q3 release 
will 
also have this update.

Original comment by wmccaffe...@gmail.com on 29 Oct 2009 at 9:13