Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/SponsorLink/SponsorLink.Analyzer.targets
Original file line number Diff line number Diff line change
Expand Up @@ -92,11 +92,11 @@
<PackageReference Include="Humanizer.Core" Version="2.14.1" PrivateAssets="all" Pack="$(PackMergedAssemblies)" />
<PackageReference Include="Humanizer.Core.es" Version="2.14.1" PrivateAssets="all" />
<PackageReference Include="Microsoft.IdentityModel.JsonWebTokens" Version="8.9.0" PrivateAssets="all" Pack="$(PackMergedAssemblies)" />
<PackageReference Include="ILRepack" Version="2.0.37" PrivateAssets="all" Pack="false" />
<PackageReference Include="ILRepack" Version="2.0.44" PrivateAssets="all" Pack="false" />
</ItemGroup>

<Target Name="EmitFunding" BeforeTargets="CompileDesignTime;CoreCompile" Inputs="$(MSBuildAllProjects)" Outputs="$(IntermediateOutputPath)SponsorLink.g.cs">
<Warning Condition="'$(FundingPackageId)' == ''" Code="SL001"

Check warning on line 99 in src/SponsorLink/SponsorLink.Analyzer.targets

View workflow job for this annotation

GitHub Actions / build-ubuntu-latest

Could not determine value of FundingPackageId (defaulted to PackageId). Defaulting it to FundingProduct ('WebSocketChannel'). Make sure this matches the containing package id, or set an explicit value.

Check warning on line 99 in src/SponsorLink/SponsorLink.Analyzer.targets

View workflow job for this annotation

GitHub Actions / build-ubuntu-latest

Could not determine value of FundingPackageId (defaulted to PackageId). Defaulting it to FundingProduct ('WebSocketChannel'). Make sure this matches the containing package id, or set an explicit value.
Text="Could not determine value of FundingPackageId (defaulted to PackageId). Defaulting it to FundingProduct ('$(FundingProduct)'). Make sure this matches the containing package id, or set an explicit value." />
<PropertyGroup>
<!-- Default to Product, which is most common for single-package products (i.e. Moq) -->
Expand Down
Loading