Commented Issue: Add support for Guids [11137]
See patch provided by marcoerni.Comments: Associated with changeset 69294.
View ArticleSource code checked in, #69334
Fixed StackOverflow exception when supplying an object with a cyclic reference to the DefaultValueFormatter. Also fixed the indenting applied by the DefaultValueFormatter.
View ArticleCommented Issue: StackOverflowException while formatting error message [11172]
When for example two objects reference each other over properties and FluentAssertions wants to build an error message then the DefaultValueFormatter causes a StackoverflowException because it loops...
View ArticlePatch Uploaded: #10227
ursenzler has uploaded a patch. Description:Adds pdb files to release build. Allows users to debug into FluentAssertions.
View ArticleCreated Issue: ShouldFirePropertyChanged error message does not include...
When ShouldFirePropertyChanged fails the error message does not include which property it is.See my patch that corrects this.
View ArticlePatch Uploaded: #10229
ursenzler has uploaded a patch. Description:I added the name of the property to the ShouldFirePropertyChanged extension method so that it is clear which property changed event is missing. Same...
View ArticleSource code checked in, #69347
Applied patch from 'ursenzler': "Added the name of the property to the ShouldFirePropertyChanged extension method"
View ArticleCommented Issue: ShouldFirePropertyChanged error message does not include...
When ShouldFirePropertyChanged fails the error message does not include which property it is.See my patch that corrects this.Comments: Associated with changeset 69347.
View ArticlePatch Applied: #9266
mopdam has applied patch #9266. Comment:Guid extensions have been added
View ArticleSource code checked in, #69359
Applied patch from ursenzler: Adds pdb files to release build. Allows users to debug into FluentAssertions.
View ArticleClosed Issue: Include .pdb in Release (Download and NuGet package) [11171]
it would simplify debugging if .pdb files were included in the release.Ideally, the pdbs would be uploaded to symbolsource server so that they can be automatically downloaded within VS (see NuGet...
View ArticlePatch Applied: #10227
mopdam has applied patch #10227. Comment:Added the pdf files to the release build
View ArticleSource code checked in, #69361
Commented the assertion classes. Implemented missing check for null values in boolean assertions.
View ArticleCommented Issue: StackOverflowException in BeApproximately for Nullable [11076]
double? value = 4.0;value.Should().BeApproximately(4, 0.001);throws a StackOverflow exceptionComments: Associated with changeset 69361.
View ArticleSource code checked in, #69362
Fixed xml comments in the collection assertions. Added some missing unit tests.
View ArticleCommented Issue: StackOverflowException in BeApproximately for Nullable [11076]
double? value = 4.0;value.Should().BeApproximately(4, 0.001);throws a StackOverflow exceptionComments: Associated with changeset 69362.
View ArticleCommented Issue: StackOverflowException in BeApproximately for Nullable [11076]
double? value = 4.0;value.Should().BeApproximately(4, 0.001);throws a StackOverflow exceptionComments: Associated with changeset 69364.
View Article