Simon Cropp
Simon Cropp
perhaps u could alias newtonsoft https://github.com/getsentry/dotnet-assembly-alias/ and use the internal option to avoid conflicts for consuming libs
@AndersMalmgren > Right now Im seriously thinking of moving to nunit just to get rid of newtonsoft. that wont help. nunit still requires Microsoft.NET.Test.Sdk to work. and that refs Microsoft.TestPlatform.TestHost...
@chhh that is a design decision by xunit so as to avoid the use of static state. one possible option is to try this approach https://github.com/SimonCropp/XunitLogger which uses asynclocal to...
@bradwilson would be more than happy to donate that code to xunit. or help with a PR
i agree with @hazzik. closing this one. @ AJacksonCT if you still want this approach, can you re submit as an opt in approach
ok after re-reading the issue more closely i think i was mistaken in closing this. since dateonly has no time component, it is incorrect to use the phrasing "from now"...
@AJacksonCT thoughts?
@clairernovotny do u want to proceed with this?
@AJacksonCT can you rebase
some changes that should facilitate this * netstandard1.0 dropped * Polyfill added to unlock a bunch of new c# syntactical sugar and add some missing apis https://github.com/SimonCropp/Polyfill. let me know...