Skip to content

Conversation

@csteeg
Copy link

@csteeg csteeg commented Oct 11, 2010

One change is to allow to ignore properties through the fluent api.

The other one fixes the issue if you have an ICollection/IList property with a setter, NoRM tried to generate a new instance for this property. I changed it so any kind of lists always gets the container passed in.

I already merged TadeuszWojcik since he did add the same things as me + some more fluent api calls.

csteeg and others added 10 commits October 7, 2010 21:36
…ings ignored/ignoredifnull/immutable properties instead of attributes
…unstable

Conflicts:
	NoRM.Tests/MongoConfigurationTests.cs
	NoRM/BSON/ReflectionHelper.cs
	NoRM/Collections/MongoCollectionGeneric.cs
	NoRM/Configuration/IMongoConfigurationMap.cs
	NoRM/Configuration/MongoConfiguration.cs
	NoRM/Configuration/MongoConfigurationMap.cs
	NoRM/Configuration/PropertyMappingExpression.cs
…of fixing them :)

IList, IEnumerable and ICollection as properties works now though....
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants