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

[MAINT]: Clean Up All ~1132 xUnit Build Error Warnings #2872

Closed
1 task done
wesdevpro opened this issue Feb 2, 2024 · 1 comment · Fixed by #2906
Closed
1 task done

[MAINT]: Clean Up All ~1132 xUnit Build Error Warnings #2872

wesdevpro opened this issue Feb 2, 2024 · 1 comment · Fixed by #2906
Labels
Status: Up for grabs Issues that are ready to be worked on by anyone Type: Maintenance Any dependency, housekeeping, and clean up Issue or PR

Comments

@wesdevpro
Copy link
Contributor

Describe the need

When you run the .\build.ps1 or .\build.sh scripts, you may notice several errors while the script is building Octokit.net. However, most of these errors are simply warnings generated by xUnit's features being used correctly. It is recommended that you remove these warnings to tidy up the logs and maintain the proper standards for using xUnit.

SDK Version

No response

API Version

No response

Relevant log output

E:\GitHub\octokit.net\Octokit.Tests.Integration\Clients\RepositoryBranchesClientTests.cs(1395,21): warning xUnit2013: Do not use Assert.Equ
al() to check for collection size. Use Assert.Empty instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013) [E:\GitHub\octokit.net\Oct
okit.Tests.Integration\Octokit.Tests.Integration.csproj::TargetFramework=net462]
E:\GitHub\octokit.net\Octokit.Tests.Integration\Clients\RepositoryBranchesClientTests.cs(1409,21): warning xUnit2013: Do not use Assert.Equ
al() to check for collection size. Use Assert.Empty instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013) [E:\GitHub\octokit.net\Oct
okit.Tests.Integration\Octokit.Tests.Integration.csproj::TargetFramework=net462]
E:\GitHub\octokit.net\Octokit.Tests.Integration\Clients\StarredClientTests.cs(184,13): warning xUnit2013: Do not use Assert.Equal() to chec
k for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013) [E:\GitHub\octokit.net\Octokit.Tests.
Integration\Octokit.Tests.Integration.csproj::TargetFramework=net462]
E:\GitHub\octokit.net\Octokit.Tests.Integration\Clients\StarredClientTests.cs(198,13): warning xUnit2013: Do not use Assert.Equal() to chec
k for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013) [E:\GitHub\octokit.net\Octokit.Tests.
Integration\Octokit.Tests.Integration.csproj::TargetFramework=net462]
E:\GitHub\octokit.net\Octokit.Tests.Integration\Clients\RepositoryBranchesClientTests.cs(1378,21): warning xUnit2013: Do not use Assert.Equ
al() to check for collection size. Use Assert.Empty instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013) [E:\GitHub\octokit.net\Oct
okit.Tests.Integration\Octokit.Tests.Integration.csproj::TargetFramework=net462]
E:\GitHub\octokit.net\Octokit.Tests.Integration\Clients\StarredClientTests.cs(222,13): warning xUnit2013: Do not use Assert.Equal() to chec
k for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013) [E:\GitHub\octokit.net\Octokit.Tests.
Integration\Octokit.Tests.Integration.csproj::TargetFramework=net462]
E:\GitHub\octokit.net\Octokit.Tests.Integration\Clients\StarredClientTests.cs(223,13): warning xUnit2013: Do not use Assert.Equal() to chec
k for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013) [E:\GitHub\octokit.net\Octokit.Tests.
Integration\Octokit.Tests.Integration.csproj::TargetFramework=net462]
E:\GitHub\octokit.net\Octokit.Tests.Integration\Clients\RepositoryBranchesClientTests.cs(1294,21): warning xUnit2013: Do not use Assert.Equ
al() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013) [E:\GitHub\octokit.net\Oc
tokit.Tests.Integration\Octokit.Tests.Integration.csproj::TargetFramework=net462]
E:\GitHub\octokit.net\Octokit.Tests.Integration\Clients\RepositoryBranchesClientTests.cs(1229,21): warning xUnit2013: Do not use Assert.Equ
al() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013) [E:\GitHub\octokit.net\Oc
tokit.Tests.Integration\Octokit.Tests.Integration.csproj::TargetFramework=net462]
E:\GitHub\octokit.net\Octokit.Tests.Integration\Clients\StarredClientTests.cs(258,13): warning xUnit2013: Do not use Assert.Equal() to chec
k for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013) [E:\GitHub\octokit.net\Octokit.Tests.
Integration\Octokit.Tests.Integration.csproj::TargetFramework=net462]
E:\GitHub\octokit.net\Octokit.Tests.Integration\Clients\RepositoryBranchesClientTests.cs(1363,21): warning xUnit2013: Do not use Assert.Equ
al() to check for collection size. Use Assert.Empty instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013) [E:\GitHub\octokit.net\Oct
okit.Tests.Integration\Octokit.Tests.Integration.csproj::TargetFramework=net462]
E:\GitHub\octokit.net\Octokit.Tests.Integration\Clients\RepositoryBranchesClientTests.cs(1243,21): warning xUnit2013: Do not use Assert.Equ
al() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013) [E:\GitHub\octokit.net\Oc
tokit.Tests.Integration\Octokit.Tests.Integration.csproj::TargetFramework=net462]
E:\GitHub\octokit.net\Octokit.Tests.Integration\Clients\StarredClientTests.cs(279,13): warning xUnit2013: Do not use Assert.Equal() to chec
k for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013) [E:\GitHub\octokit.net\Octokit.Tests.
Integration\Octokit.Tests.Integration.csproj::TargetFramework=net462]
E:\GitHub\octokit.net\Octokit.Tests.Integration\Clients\RepositoryBranchesClientTests.cs(1168,21): warning xUnit2013: Do not use Assert.Equ
al() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013) [E:\GitHub\octokit.net\Oc
tokit.Tests.Integration\Octokit.Tests.Integration.csproj::TargetFramework=net462]
E:\GitHub\octokit.net\Octokit.Tests.Integration\Clients\RepositoryBranchesClientTests.cs(1169,21): warning xUnit2013: Do not use Assert.Equ
al() to check for collection size. Use Assert.Empty instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013) [E:\GitHub\octokit.net\Oct
okit.Tests.Integration\Octokit.Tests.Integration.csproj::TargetFramework=net462]
E:\GitHub\octokit.net\Octokit.Tests.Integration\Clients\StarredClientTests.cs(310,13): warning xUnit2013: Do not use Assert.Equal() to chec
k for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013) [E:\GitHub\octokit.net\Octokit.Tests.
Integration\Octokit.Tests.Integration.csproj::TargetFramework=net462]
E:\GitHub\octokit.net\Octokit.Tests.Integration\Clients\StarredClientTests.cs(311,13): warning xUnit2013: Do not use Assert.Equal() to chec
k for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013) [E:\GitHub\octokit.net\Octokit.Tests.
Integration\Octokit.Tests.Integration.csproj::TargetFramework=net462]
E:\GitHub\octokit.net\Octokit.Tests.Integration\Clients\RepositoryBranchesClientTests.cs(1182,21): warning xUnit2013: Do not use Assert.Equ
al() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013) [E:\GitHub\octokit.net\Oc
tokit.Tests.Integration\Octokit.Tests.Integration.csproj::TargetFramework=net462]
E:\GitHub\octokit.net\Octokit.Tests.Integration\Clients\RepositoryBranchesClientTests.cs(1183,21): warning xUnit2013: Do not use Assert.Equ
al() to check for collection size. Use Assert.Empty instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013) [E:\GitHub\octokit.net\Oct
okit.Tests.Integration\Octokit.Tests.Integration.csproj::TargetFramework=net462]
E:\GitHub\octokit.net\Octokit.Tests.Integration\Clients\RepositoryBranchesClientTests.cs(710,21): warning xUnit2013: Do not use Assert.Equa
l() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013) [E:\GitHub\octokit.net\Oct
okit.Tests.Integration\Octokit.Tests.Integration.csproj::TargetFramework=net462]
E:\GitHub\octokit.net\Octokit.Tests.Integration\Clients\RepositoryBranchesClientTests.cs(838,21): warning xUnit2013: Do not use Assert.Equa
l() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013) [E:\GitHub\octokit.net\Oct
okit.Tests.Integration\Octokit.Tests.Integration.csproj::TargetFramework=net462]
E:\GitHub\octokit.net\Octokit.Tests.Integration\Clients\RepositoryBranchesClientTests.cs(839,21): warning xUnit2013: Do not use Assert.Equa
l() to check for collection size. Use Assert.Empty instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013) [E:\GitHub\octokit.net\Octo
kit.Tests.Integration\Octokit.Tests.Integration.csproj::TargetFramework=net462]
E:\GitHub\octokit.net\Octokit.Tests.Integration\Clients\RepositoryBranchesClientTests.cs(724,21): warning xUnit2013: Do not use Assert.Equa
l() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013) [E:\GitHub\octokit.net\Oct
okit.Tests.Integration\Octokit.Tests.Integration.csproj::TargetFramework=net462]
E:\GitHub\octokit.net\Octokit.Tests.Integration\Clients\StarredClientTests.cs(354,13): warning xUnit2013: Do not use Assert.Equal() to chec
k for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013) [E:\GitHub\octokit.net\Octokit.Tests.
Integration\Octokit.Tests.Integration.csproj::TargetFramework=net462]
E:\GitHub\octokit.net\Octokit.Tests.Integration\Clients\RepositoryBranchesClientTests.cs(855,21): warning xUnit2013: Do not use Assert.Equa
l() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013) [E:\GitHub\octokit.net\Oct
okit.Tests.Integration\Octokit.Tests.Integration.csproj::TargetFramework=net462]
E:\GitHub\octokit.net\Octokit.Tests.Integration\Clients\RepositoryBranchesClientTests.cs(856,21): warning xUnit2013: Do not use Assert.Equa
l() to check for collection size. Use Assert.Empty instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013) [E:\GitHub\octokit.net\Octo
kit.Tests.Integration\Octokit.Tests.Integration.csproj::TargetFramework=net462]
E:\GitHub\octokit.net\Octokit.Tests.Integration\Clients\StarredClientTests.cs(378,13): warning xUnit2013: Do not use Assert.Equal() to chec
k for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013) [E:\GitHub\octokit.net\Octokit.Tests.
Integration\Octokit.Tests.Integration.csproj::TargetFramework=net462]
E:\GitHub\octokit.net\Octokit.Tests.Integration\Clients\StarredClientTests.cs(379,13): warning xUnit2013: Do not use Assert.Equal() to chec
k for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013) [E:\GitHub\octokit.net\Octokit.Tests.
Integration\Octokit.Tests.Integration.csproj::TargetFramework=net462]
E:\GitHub\octokit.net\Octokit.Tests.Integration\Clients\StarredClientTests.cs(407,13): warning xUnit2013: Do not use Assert.Equal() to chec
k for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013) [E:\GitHub\octokit.net\Octokit.Tests.
Integration\Octokit.Tests.Integration.csproj::TargetFramework=net462]
E:\GitHub\octokit.net\Octokit.Tests.Integration\Clients\StarredClientTests.cs(423,13): warning xUnit2013: Do not use Assert.Equal() to chec
k for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013) [E:\GitHub\octokit.net\Octokit.Tests.
Integration\Octokit.Tests.Integration.csproj::TargetFramework=net462]
E:\GitHub\octokit.net\Octokit.Tests.Integration\Clients\StarredClientTests.cs(450,13): warning xUnit2013: Do not use Assert.Equal() to chec
k for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013) [E:\GitHub\octokit.net\Octokit.Tests.
Integration\Octokit.Tests.Integration.csproj::TargetFramework=net462]
E:\GitHub\octokit.net\Octokit.Tests.Integration\Clients\StarredClientTests.cs(451,13): warning xUnit2013: Do not use Assert.Equal() to chec
k for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013) [E:\GitHub\octokit.net\Octokit.Tests.
Integration\Octokit.Tests.Integration.csproj::TargetFramework=net462]
E:\GitHub\octokit.net\Octokit.Tests.Integration\Clients\StarredClientTests.cs(477,13): warning xUnit2013: Do not use Assert.Equal() to chec
k for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013) [E:\GitHub\octokit.net\Octokit.Tests.
Integration\Octokit.Tests.Integration.csproj::TargetFramework=net462]
E:\GitHub\octokit.net\Octokit.Tests.Integration\Clients\StarredClientTests.cs(491,13): warning xUnit2013: Do not use Assert.Equal() to chec
k for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013) [E:\GitHub\octokit.net\Octokit.Tests.
Integration\Octokit.Tests.Integration.csproj::TargetFramework=net462]
E:\GitHub\octokit.net\Octokit.Tests.Integration\Clients\RepositoryBranchesClientTests.cs(615,21): warning xUnit2013: Do not use Assert.Equa
l() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013) [E:\GitHub\octokit.net\Oct
okit.Tests.Integration\Octokit.Tests.Integration.csproj::TargetFramework=net462]
E:\GitHub\octokit.net\Octokit.Tests.Integration\Clients\StarredClientTests.cs(515,13): warning xUnit2013: Do not use Assert.Equal() to chec
k for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013) [E:\GitHub\octokit.net\Octokit.Tests.
Integration\Octokit.Tests.Integration.csproj::TargetFramework=net462]
E:\GitHub\octokit.net\Octokit.Tests.Integration\Clients\StarredClientTests.cs(516,13): warning xUnit2013: Do not use Assert.Equal() to chec
k for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013) [E:\GitHub\octokit.net\Octokit.Tests.
Integration\Octokit.Tests.Integration.csproj::TargetFramework=net462]
E:\GitHub\octokit.net\Octokit.Tests.Integration\Clients\StarredClientTests.cs(340,13): warning xUnit2013: Do not use Assert.Equal() to chec
k for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013) [E:\GitHub\octokit.net\Octokit.Tests.
Integration\Octokit.Tests.Integration.csproj::TargetFramework=net462]
E:\GitHub\octokit.net\Octokit.Tests.Integration\Clients\RepositoryBranchesClientTests.cs(633,21): warning xUnit2013: Do not use Assert.Equa
l() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013) [E:\GitHub\octokit.net\Oct
okit.Tests.Integration\Octokit.Tests.Integration.csproj::TargetFramework=net462]
E:\GitHub\octokit.net\Octokit.Tests.Integration\Clients\StarredClientTests.cs(551,13): warning xUnit2013: Do not use Assert.Equal() to chec
k for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013) [E:\GitHub\octokit.net\Octokit.Tests.
Integration\Octokit.Tests.Integration.csproj::TargetFramework=net462]
E:\GitHub\octokit.net\Octokit.Tests.Integration\Clients\StarredClientTests.cs(572,13): warning xUnit2013: Do not use Assert.Equal() to chec
k for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013) [E:\GitHub\octokit.net\Octokit.Tests.
Integration\Octokit.Tests.Integration.csproj::TargetFramework=net462]
E:\GitHub\octokit.net\Octokit.Tests.Integration\Clients\StarredClientTests.cs(603,13): warning xUnit2013: Do not use Assert.Equal() to chec
k for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013) [E:\GitHub\octokit.net\Octokit.Tests.
Integration\Octokit.Tests.Integration.csproj::TargetFramework=net462]
E:\GitHub\octokit.net\Octokit.Tests.Integration\Clients\StarredClientTests.cs(604,13): warning xUnit2013: Do not use Assert.Equal() to chec
k for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013) [E:\GitHub\octokit.net\Octokit.Tests.
Integration\Octokit.Tests.Integration.csproj::TargetFramework=net462]
E:\GitHub\octokit.net\Octokit.Tests.Integration\Clients\StarredClientTests.cs(643,13): warning xUnit2013: Do not use Assert.Equal() to chec
k for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013) [E:\GitHub\octokit.net\Octokit.Tests.
Integration\Octokit.Tests.Integration.csproj::TargetFramework=net462]
E:\GitHub\octokit.net\Octokit.Tests.Integration\Clients\StarredClientTests.cs(656,13): warning xUnit2013: Do not use Assert.Equal() to chec
k for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013) [E:\GitHub\octokit.net\Octokit.Tests.
Integration\Octokit.Tests.Integration.csproj::TargetFramework=net462]
E:\GitHub\octokit.net\Octokit.Tests.Integration\Clients\StarredClientTests.cs(670,13): warning xUnit2013: Do not use Assert.Equal() to chec
k for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013) [E:\GitHub\octokit.net\Octokit.Tests.
Integration\Octokit.Tests.Integration.csproj::TargetFramework=net462]
E:\GitHub\octokit.net\Octokit.Tests.Integration\Clients\StarredClientTests.cs(684,13): warning xUnit2013: Do not use Assert.Equal() to chec
k for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013) [E:\GitHub\octokit.net\Octokit.Tests.
Integration\Octokit.Tests.Integration.csproj::TargetFramework=net462]
E:\GitHub\octokit.net\Octokit.Tests.Integration\Clients\StarredClientTests.cs(708,13): warning xUnit2013: Do not use Assert.Equal() to chec
k for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013) [E:\GitHub\octokit.net\Octokit.Tests.
Integration\Octokit.Tests.Integration.csproj::TargetFramework=net462]
E:\GitHub\octokit.net\Octokit.Tests.Integration\Clients\StarredClientTests.cs(709,13): warning xUnit2013: Do not use Assert.Equal() to chec
k for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013) [E:\GitHub\octokit.net\Octokit.Tests.
Integration\Octokit.Tests.Integration.csproj::TargetFramework=net462]
E:\GitHub\octokit.net\Octokit.Tests.Integration\Clients\StarredClientTests.cs(734,13): warning xUnit2013: Do not use Assert.Equal() to chec
k for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013) [E:\GitHub\octokit.net\Octokit.Tests.
Integration\Octokit.Tests.Integration.csproj::TargetFramework=net462]
E:\GitHub\octokit.net\Octokit.Tests.Integration\Clients\StarredClientTests.cs(735,13): warning xUnit2013: Do not use Assert.Equal() to chec
k for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013) [E:\GitHub\octokit.net\Octokit.Tests.
Integration\Octokit.Tests.Integration.csproj::TargetFramework=net462]
E:\GitHub\octokit.net\Octokit.Tests.Integration\Clients\StarredClientTests.cs(776,13): warning xUnit2013: Do not use Assert.Equal() to chec
k for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013) [E:\GitHub\octokit.net\Octokit.Tests.
Integration\Octokit.Tests.Integration.csproj::TargetFramework=net462]
E:\GitHub\octokit.net\Octokit.Tests.Integration\Clients\StarredClientTests.cs(789,13): warning xUnit2013: Do not use Assert.Equal() to chec
k for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013) [E:\GitHub\octokit.net\Octokit.Tests.
Integration\Octokit.Tests.Integration.csproj::TargetFramework=net462]
E:\GitHub\octokit.net\Octokit.Tests.Integration\Clients\StarredClientTests.cs(803,13): warning xUnit2013: Do not use Assert.Equal() to chec
k for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013) [E:\GitHub\octokit.net\Octokit.Tests.
Integration\Octokit.Tests.Integration.csproj::TargetFramework=net462]
E:\GitHub\octokit.net\Octokit.Tests.Integration\Clients\StarredClientTests.cs(817,13): warning xUnit2013: Do not use Assert.Equal() to chec
k for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013) [E:\GitHub\octokit.net\Octokit.Tests.
Integration\Octokit.Tests.Integration.csproj::TargetFramework=net462]
E:\GitHub\octokit.net\Octokit.Tests.Integration\Clients\StarredClientTests.cs(841,13): warning xUnit2013: Do not use Assert.Equal() to chec
k for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013) [E:\GitHub\octokit.net\Octokit.Tests.
Integration\Octokit.Tests.Integration.csproj::TargetFramework=net462]
E:\GitHub\octokit.net\Octokit.Tests.Integration\Clients\StarredClientTests.cs(842,13): warning xUnit2013: Do not use Assert.Equal() to chec
k for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013) [E:\GitHub\octokit.net\Octokit.Tests.
Integration\Octokit.Tests.Integration.csproj::TargetFramework=net462]
E:\GitHub\octokit.net\Octokit.Tests.Integration\Clients\StarredClientTests.cs(867,13): warning xUnit2013: Do not use Assert.Equal() to chec
k for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013) [E:\GitHub\octokit.net\Octokit.Tests.
Integration\Octokit.Tests.Integration.csproj::TargetFramework=net462]
E:\GitHub\octokit.net\Octokit.Tests.Integration\Clients\StarredClientTests.cs(868,13): warning xUnit2013: Do not use Assert.Equal() to chec
k for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013) [E:\GitHub\octokit.net\Octokit.Tests.
Integration\Octokit.Tests.Integration.csproj::TargetFramework=net462]
    1132 Warning(s)
    0 Error(s)

Code of Conduct

  • I agree to follow this project's Code of Conduct
@wesdevpro wesdevpro added Status: Triage This is being looked at and prioritized Type: Maintenance Any dependency, housekeeping, and clean up Issue or PR labels Feb 2, 2024
@kfcampbell kfcampbell added Status: Up for grabs Issues that are ready to be worked on by anyone and removed Status: Triage This is being looked at and prioritized labels Feb 2, 2024
@wesdevpro
Copy link
Contributor Author

wesdevpro commented Apr 15, 2024

@thomhurst thanks for removing those warnings!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Up for grabs Issues that are ready to be worked on by anyone Type: Maintenance Any dependency, housekeeping, and clean up Issue or PR
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants