(#296) implemented CCG0010#272
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## develop #272 +/- ##
===========================================
+ Coverage 94.30% 94.33% +0.02%
===========================================
Files 14 16 +2
Lines 650 829 +179
Branches 94 111 +17
===========================================
+ Hits 613 782 +169
- Misses 16 20 +4
- Partials 21 27 +6 ☔ View full report in Codecov by Sentry. |
|
@augustoproiete what do you think? My test contains the following references: <ItemGroup>
<PackageReference Include="Cake.Core" Version="3.0.0" privateAssets="all" />
<PackageReference Include="NuGet.Common" Version="5.11.0" />
<PackageReference Include="CakeContrib.Guidelines" Version="1.4.0-gh-296-0001">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
</ItemGroup>Note, how the Building this project results in the following build warnings:
|
the first generator is "package-reference" that can find all package references that should be considered when creating addins or modules for cake.
so the can be used in multiple tasks
To warn if an addin/module references a package that is already provided by Cake.
03c867c to
7d96d57
Compare
To warn if an addin/module references a package that is already provided by Cake.
fixes #296