Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unstable #41

Open
wants to merge 10 commits into
base: unstable
Choose a base branch
from
Open

Unstable #41

wants to merge 10 commits into from

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.

None yet

2 participants