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

Fix Obsolete Warning & More #184

Merged
merged 5 commits into from
Feb 6, 2025
Merged

Conversation

eXpl0it3r
Copy link
Contributor

This started as a follow up to #181 by updating the runner image to Ubuntu 24.04, but then it spiraled a bit into different directions. If you prefer, I can also split them into separate PRs.

I noticed that all the builds and tests were done in Debug mode. I'm not sure if this was intentional, but I've switched to Release mode. Additionally, I've noticed that both the Jab.FunctionalTest and Jab.FunctionalTest.MEDI had their Release mode configured back to Debug in the Jab solution.

The CI was throwing some obsolete warnings regarding XUnitVerifier pointing to the following documentation on how to fix it. https://github.com/dotnet/roslyn-sdk/blob/main/src/Microsoft.CodeAnalysis.Testing/README.md#obsolete-packages

The Jab.Attributes NuGet package complained about missing a README file, so I added the Jab one and a license expression, similar to the other NuGet package.

And finally I noticed a typo in the eng/FunctionaTests.proj filename

@pakrym
Copy link
Owner

pakrym commented Feb 6, 2025

Sweet cleanup, thank you!

@pakrym pakrym merged commit 89b21bd into pakrym:main Feb 6, 2025
5 checks passed
@eXpl0it3r eXpl0it3r deleted the feature/update-runner branch February 6, 2025 17:02
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