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

.NET 8 trying to fix #39

Merged
merged 3 commits into from
Nov 3, 2024
Merged

.NET 8 trying to fix #39

merged 3 commits into from
Nov 3, 2024

Conversation

virot
Copy link
Contributor

@virot virot commented Nov 3, 2024

I have added CA1416 to the ignore list, this warns about that parts of TMC code dont work outside Windows machines.

I tried to remove all of these errors:
A violation of this rule occurs when Assert.True or Assert.False are used with string.Equals to check if two strings are equal.
https://xunit.net/xunit.analyzers/rules/xUnit2010

A violation of this rule occurs when Enumerable.Any is used to check if a value matching a predicate exists in a collection.
https://xunit.net/xunit.analyzers/rules/xUnit2012

@Sleepw4lker Sleepw4lker merged commit 386877c into Sleepw4lker:main Nov 3, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants