You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add compatibility tests for UnitsNet.Serialization.JsonNet (#425)
* Create another test project to run UnitsNet JSON serialization tests on the latest UnitsNet libraries in Nuget
The new test project is `UnitsNet.Serialization.JsonNet.CompatibilityTests`.
UnitsNetJsonConverterTests.cs is added as a link.
` <Compile Include="..\UnitsNet.Serialization.JsonNet.Tests\UnitsNetJsonConverterTests.cs" Link="UnitsNetJsonConverterTests.cs" />`
The project runs the serialization tests on the latest version of the UnitsNet.Serialization.JsonNet library in Nuget.
`<PackageReference Include="UnitsNet.Serialization.JsonNet" Version="*" />`
* Added xUnit DotNetCliToolReference
* Force compatibility tests to use branch's UnitsNet code
see #423 (comment)
Compatibility test must use JSON Nuget and branch's UnitsNet code
* Added compatibility tests project to Start-Tests script function
0 commit comments