Dennis Doomen
Dennis Doomen
Adds `IObjectInfo.ParentType` to help determining the declaring type in a call to `Using`/`When` constructs. Also marks `IObjectInfo.Type` as obsolete since its purpose is so confusing. Fixes #1949
### Discussed in https://github.com/fluentassertions/fluentassertions/discussions/1944 Originally posted by **AlexCrosby** June 23, 2022 I'm refactoring a bunch of code that I have upgraded FluentAssertions from v5 to v6 and have come across...
Closes #798 ## IMPORTANT * [ ] The code complies with the [Coding Guidelines for C#](https://www.csharpcodingguidelines.com/). * [ ] The changes are covered by unit tests which follow the Arrange-Act-Assert...
* [x] Ads on the bottom and top of each post * [x] Separate block with the owners (explicitly mentioning @jnyrup) and most recent active contributors * [x] Twitter feed...
* High-level principles such as written down in https://github.com/fluentassertions/fluentassertions/issues/1281#issuecomment-636414698 * Behavioral patterns such as how to deal with `null` arguments * When to return `AndWhichConstraint` vs `AndConstraint`. * When to...
### Discussed in https://github.com/fluentassertions/fluentassertions/discussions/1722 Originally posted by **rcdailey** October 27, 2021 When I have a `BeEquivalentTo()` comparison between two lists of strings, the output looks like this: ```txt Expected DynamicMenuTestHelpers.FixupCaptions(menu.ItemLinks)...
* [x] Abstractions * [ ] Testing * [ ] Owin
See http://blog.jonathanchannon.com/2016/06/27/porting-owin-middleware-aspnetcore/
### Discussed in https://github.com/dennisdoomen/CSharpGuidelines/discussions/256 Originally posted by **dennisdoomen** March 14, 2022 @bkoelman didn't we discuss to introduce a `develop` branch so that changes only become visible on the website after...