Source code checked in, #78316
Replaced some method overloads with optional 'reason' parameter.
View ArticleReopened Feature: Exclude properties on nested objects [11841]
We'd like to compare two aggregate roots ignoring a few audit properties (CreatedBy, CreatedOn) on all entities within the root.AllPropertiesBut() only excludes properties on the root object.I think...
View ArticleCommented Issue: Should().BeApproximately() gives a false positive when...
I asked the following question on StackOverflow a few days ago, because I wasn't sure if I had missed something regarding nullable comparison, or if there is an actual bug in FluentAssertions:...
View ArticleSource code checked in, #78437
Updated the NuGet package. Ensured that ComparisonMode is always in the root namespace.
View ArticleSource code checked in, #78461
Added compatibility with WinRT RC (Visual Studio 2012 RC)
View ArticleCommented Feature: Exclude properties on nested objects [11841]
We'd like to compare two aggregate roots ignoring a few audit properties (CreatedBy, CreatedOn) on all entities within the root.AllPropertiesBut() only excludes properties on the root object.I think...
View ArticleCommented Issue: Extend attribute assertions with property checks [12186]
See http://fluentassertions.codeplex.com/discussions/279305 and discussion on...
View ArticleNew Post: Testing Arguments of Attributes
We have created issue 12186 to support this.See http://fluentassertions.codeplex.com/workitem/12186.
View ArticleSource code checked in, #78485
Exclusion and inclusion of properties didn't always work because PropertyInfo objects cannot be compared.
View ArticleCommented Feature: Exclude properties on nested objects [11841]
We'd like to compare two aggregate roots ignoring a few audit properties (CreatedBy, CreatedOn) on all entities within the root.AllPropertiesBut() only excludes properties on the root object.I think...
View ArticleSource code checked in, #78491
The propertyInfo.IsEquivalentTo(propertyInfo) was too sensitive to pi's that were retrieved through different Reflection APIs
View ArticleSource code checked in, #78548
Cleaned-up some internal extension methods and moved them into separate files
View ArticleSource code checked in, #78551
Removed some duplication between WinRT and .NET extensions
View ArticleCommented Feature: Exclude properties on nested objects [11841]
We'd like to compare two aggregate roots ignoring a few audit properties (CreatedBy, CreatedOn) on all entities within the root.AllPropertiesBut() only excludes properties on the root object.I think...
View ArticleNew Post: Asserting that two sets do not intersect
Sorry if this issue already exists, (I tried rephrasing this a couple ways, but I couldn't come up with one that found any results here): How do I assert that two sets share no elements? Right now the...
View ArticleCreated Issue: Support asserting that two sets do not intersect [12248]
Support collection.Should().NotContainAnyOf(otherCollection);See: http://fluentassertions.codeplex.com/discussions/358461
View ArticleNew Post: Asserting that two sets do not intersect
I have created issue 12248 for this. See: http://fluentassertions.codeplex.com/workitem/12248
View ArticleSource code checked in, #78603
Implemented support for property checks in attribute assertions
View ArticleCommented Issue: Extend attribute assertions with property checks [12186]
See http://fluentassertions.codeplex.com/discussions/279305 and discussion on...
View Article