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

Update testing libraries and migrate FluentAssertions syntax #979

Merged
merged 1 commit into from
Sep 26, 2024

Conversation

lahma
Copy link
Contributor

@lahma lahma commented Sep 14, 2024

With master and NET SDK 9 the restore process fails due to insecure dependencies in FluentAssertions and FakeItEasy dependency paths:

\YamlDotNet.Samples\YamlDotNet.Samples.csproj : error NU1903: Warning As Error: Package 'System.Net.Http' 4.3.0 has a known high severity vulnerability, https://github.com/advisories/GHSA-7jgj-8wvc-jh57
\YamlDotNet.Test\YamlDotNet.Test.csproj : error NU1903: Warning As Error: Package 'System.Net.Http' 4.3.0 has a known high severity vulnerability, https://github.com/advisories/GHSA-7jgj-8wvc-jh57
\YamlDotNet.Samples\YamlDotNet.Samples.csproj : error NU1903: Warning As Error: Package 'System.Text.RegularExpressions' 4.3.0 has a known high severity vulnerability, https://github.com/advisories/GHSA-cmhx-cq75-c4mj
\YamlDotNet.Test\YamlDotNet.Test.csproj : error NU1903: Warning As Error: Package 'System.Text.RegularExpressions' 4.3.0 has a known high severity vulnerability, https://github.com/advisories/GHSA-cmhx-cq75-c4mj

Upgraded to latest versions and fixed syntax.

@EdwardCooke EdwardCooke merged commit c664e43 into aaubry:master Sep 26, 2024
1 check passed
@lahma lahma deleted the update-test-libs branch September 26, 2024 14:17
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