Skip to content
This repository has been archived by the owner on Mar 1, 2022. It is now read-only.

v150

Compare
Choose a tag to compare
@serilog-build serilog-build released this 16 Jan 15:33
add minor xunit related fixes

Assert.Equal is not recommended to check the size collection so that has changes to Assert.Single.
Added a System.Core ref in the net452 test run context to avoid failures in tests (runner was trying to load System.Core to access the exception.StackTrace property)
Added netcoreapp2.0 target in the test project to run in that context (and check if the System.Core ref was required in it).