Reportgenerator: .NET 5 support

Created on 3 Nov 2020  路  5Comments  路  Source: danielpalme/ReportGenerator

Hi @danielpalme.

Any plans/ETA for allowing the tool to work with .NET 5?
My use case will be not having to install .NET Core 3.1.x when using the GitHub Action.

Thanks!

enhancement

Most helpful comment

I made the necessary code changes to support .NET 5.

The publishing of all packages is done via Azure DevOps.
I hope the Azure DevOps build agents get MSBuild 16.8 soon, since it's required for .NET 5.
As soon as it gets available, I will publish the packages.

All 5 comments

Hi @eduherminio ,

yes I will add support for .NET 5 within the next days.
I want it so be ready once .NET 5 is finally released.

I made the necessary code changes to support .NET 5.

The publishing of all packages is done via Azure DevOps.
I hope the Azure DevOps build agents get MSBuild 16.8 soon, since it's required for .NET 5.
As soon as it gets available, I will publish the packages.

I tried the Azure DevOps extension and it's still not working for me.

I checked that I have v4.8.0 recently installed in my organization, so it's the new version. Do I have to wait for any specific coverlet versions?

Bear with me, that's something else, I'll try the GiHub Action during the weekend.

GH Action, AzureDevOps app and dotnet global tool v4.8.0 tested and working as expected 馃憤

Was this page helpful?
0 / 5 - 0 ratings

Related issues

jon-armen picture jon-armen  路  4Comments

Sebastriani picture Sebastriani  路  7Comments

nilfdev picture nilfdev  路  5Comments

yuichi-github picture yuichi-github  路  4Comments

daniel-white picture daniel-white  路  3Comments