-
Hi, Until now (up to Cake 2.3.0), I've been using executing my tests like this, to include coverage results using coverlet:
Now, if keeping
I get:
When using the renamed classes (without 'Core' in the name):
I can't pass the coverlet settings to Have I got a way to make this work as before?
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
DotNetCore* aliases were deprecated and obsoleted with Cake 2.0 a little over a year ago, as they've were replaced by DotNet* and removed with Cake 3.0 last week. In a Cake script "DotNetCore" could be found and replaced with "DotNet" and thing should just work, if an addin references 1.0 it would need to reference 3.0, do the same find and replace and ship a new version to nuget. More details in our release blog post |
Beta Was this translation helpful? Give feedback.
DotNetCore* aliases were deprecated and obsoleted with Cake 2.0 a little over a year ago, as they've were replaced by DotNet* and removed with Cake 3.0 last week.
In a Cake script "DotNetCore" could be found and replaced with "DotNet" and thing should just work, if an addin references 1.0 it would need to reference 3.0, do the same find and replace and ship a new version to nuget.
More details in our release blog post
https://cakebuild.net/blog/2022/11/cake-v3.0.0-released