SteveGilham / altcover

Cross-platform coverage gathering and processing tool set for dotnet/.Net Framework and Mono
MIT License
498 stars 18 forks source link

DotnetToolSettings.xml missing in 8.6.40 and 8.6.45 #180

Closed petermorlion closed 1 year ago

petermorlion commented 1 year ago

I managed to get AltCover working (thanks for your work!), but the visualizer won't install. Running

dotnet tool install --global altcover.visualizer

produces the following error:

The settings file in the tool's NuGet package is invalid: Settings file 'DotnetToolSettings.xml' was not found in the package.
Tool 'altcover.visualizer' failed to install. Contact the tool author for assistance.

Both 8.6.45 and 8.6.40 didn't work. 8.6.14 successfully installed.

SteveGilham commented 1 year ago

Bug introduced when changing to net5.0 as a target. I've deprecated the affected packages and will update.

SteveGilham commented 1 year ago

Should be fixed in release 8.6.48.

petermorlion commented 1 year ago

Verified that this is fixed. Thanks.