Sharp Architecture ignoring my Formula mappings?

This is not an issue with Sharp Architecture, it is an issue with Fluent Nhibernate. What version of FNH are you using?

I confirmed this is an issue with Fluent N2.0.694). Previously, a column-name mapping would give precedence to the FluentMappingOverrides, but the latest would give precedence to the Convention. I modified my convention to exclude the namespaces that contain the formula mappings and now it's Ok.

Public class OracleUnderscoredNamingConvention : IPropertyConvention { public void Apply(IPropertyInstance instance) { // Previously worked without this condition. If (Utils. WorkableDomainNamespaces.

Contains(instance.Property.PropertyType. Nam espace)) { instance. Column(OracleConventionSetter.

ApplyOracleNamingConventions(instanc e.Property. Name)); } } }.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions