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

Fixed dotnet tests #203

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

michaelkruglos
Copy link
Contributor

@michaelkruglos michaelkruglos commented Nov 26, 2022

.NET tests failed because the docker image of the SDK used to run them is now deprecated and is not available on dockerhub.
To fix this issue it was necessary to use available docker images.
The changes made:

  • Use .NET sdk version 6.0 docker image for tests
  • Use .NET 6.0 in the tests project
  • Updated nuget packages to the latest versions (otherwise the tests do not run)
  • Changed some test case methods from internal to public because of XUnit requirement

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.

None yet

1 participant