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

[WIP] Add WithStrictTyping options #1860

Draft
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

dennisdoomen
Copy link
Member

@dennisdoomen dennisdoomen commented Mar 20, 2022

Closes #798

IMPORTANT

  • The code complies with the Coding Guidelines for C#.
  • The changes are covered by unit tests which follow the Arrange-Act-Assert syntax and the naming conventions such as is used in these tests.
  • If the PR adds a feature or fixes a bug, please update the release notes with a functional description that explains what the change means to consumers of this library, which are published on the website.
  • If the PR changes the public API the changes needs to be included by running AcceptApiChanges.ps1 or AcceptApiChanges.sh.
  • If the PR affects the documentation, please include your changes in this pull request so the documentation will appear on the website.

Copilot:all

@julealgon
Copy link

@dennisdoomen just checking here to see if you think this could be implemented in time for v7.

@dennisdoomen
Copy link
Member Author

@dennisdoomen just checking here to see if you think this could be implemented in time for v7.

I've been quite busy with other community activities the last two months, but I'll be back on it from the beginning of December. We have no plans for a v7 whatsoever, so plenty of time ;-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add an option to BeEquivalentTo that compares types of objects recursively.
2 participants