Skip to content

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.

1 participant