We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
To catch future breaking changes in UnitsNet, as seen in #416.
The json serialiation tests should run against two UnitsNet.Serialization.JsonNet dlls:
UnitsNet.Serialization.JsonNet
v1.3.0
UnitsNet
I'm not exactly sure how, but it seems you can side-load two versions of a dll and call them separately:
https://stackoverflow.com/questions/42715564/using-2-different-versions-of-the-same-dll https://devnet.kentico.com/articles/referencing-multiple-versions-of-the-same-assembly-in-a-single-application https://docs.microsoft.com/en-us/dotnet/framework/configure-apps/file-schema/runtime/codebase-element
Alternatively, maybe simpler, is to have two test projects with the same test code and different references to UnitsNet.Serialization.JsonNet.
The text was updated successfully, but these errors were encountered:
I could try doing this :)
Sorry, something went wrong.
Cool!
gojanpaolo
No branches or pull requests
To catch future breaking changes in UnitsNet, as seen in #416.
The json serialiation tests should run against two
UnitsNet.Serialization.JsonNet
dlls:UnitsNet.Serialization.JsonNet
project, which is built and run in the testsv1.3.0
or some other "old" version that currently works against latestUnitsNet
, but may later stop workingI'm not exactly sure how, but it seems you can side-load two versions of a dll and call them separately:
https://stackoverflow.com/questions/42715564/using-2-different-versions-of-the-same-dll
https://devnet.kentico.com/articles/referencing-multiple-versions-of-the-same-assembly-in-a-single-application
https://docs.microsoft.com/en-us/dotnet/framework/configure-apps/file-schema/runtime/codebase-element
Alternatively, maybe simpler, is to have two test projects with the same test code and different references to
UnitsNet.Serialization.JsonNet
.The text was updated successfully, but these errors were encountered: