Meir Blachman
Meir Blachman
Similar to https://fluentassertions.com/tips/#mstest-migration and the issues #614 and #585 being tracked by https://github.com/fluentassertions/fluentassertions.analyzers/tree/main/src/FluentAssertions.Analyzers/Tips/Xunit
for this https://github.com/shouldly/shouldly
see https://github.com/fluentassertions/fluentassertions/pull/2422/files
Remaining issues from #145 Assertions with `StringComparison comparisonType` - [ ] `Contains(string expectedSubstring, string actualString, StringComparison comparisonType)` - [ ] `DoesNotContain(string expectedSubstring, string actualString, StringComparison comparisonType)` - [ ] `Equal(string...
## What Resolves https://github.com/airbytehq/airbyte/issues/34825 *If unsure, leave it blank.* - [x] YES 💚 - [ ] NO ❌
Similar to Intellij's feature for linking automatically commit messages to issue trackers I would like to be able to do this in vscode https://www.jetbrains.com/help/idea/handling-issues.html  https://www.jetbrains.com/help/idea/add-issue-navigation-link-dialog.html
for each diagnostic the line https://github.com/fluentassertions/fluentassertions.analyzers/blob/2d7b3b499b22412846c4a90f83fe96bf9d49ceb9/src/FluentAssertions.Analyzers/Tips/CodeFixProviderBase.cs#L40C17-L40C107 is evaluated for mstest/xunit/nunit for each diagnostic the following code https://github.com/fluentassertions/fluentassertions.analyzers/blob/2d7b3b499b22412846c4a90f83fe96bf9d49ceb9/src/FluentAssertions.Analyzers/Tips/TestingFrameworkCodeFixProvider.cs#L95C1-L113C29 is executed. additional code-fixers are ignored at this point this https://github.com/fluentassertions/fluentassertions.analyzers/pull/327/files#diff-37b65e82eec06aaabf9005eea356845af2c134bfe87ea4278308c625cbd8b1a5R50 is not...
fixed the anchor elements based on https://stackoverflow.com/a/7015050/7025656