kurtmkurtm / LiquidTestReports

Generate Markdown test reports from TRX or JUnit files with the Cli or directly with the VSTest logger integration. Liquid Test Reports provides the ability to use built in templates, or provide your own liquid template.
https://github.com/kurtmkurtm/LiquidTestReports/blob/master/README.md
BSD 2-Clause "Simplified" License
24 stars 7 forks source link

Add .NET 9 Support #43

Open danielcrabtree opened 3 weeks ago

danielcrabtree commented 3 weeks ago

Version 2.0.0-beta.2 is not working with .NET 9 RC2. It failed to install with the error "Package liquidtestreports.cli is not a .NET tool." This is because the manifest does not list .NET 9 as supported.

Note: It was working with .NET 9 RC1 as that version was still looking for net8.0 moniker instead of net9.0.

kurtmkurtm commented 2 weeks ago

Hi, thanks for raising this. I will test this out and add support for this in the next release