Description
try to include it in Directory.Packages.props as below, it does not work.
InterceptsLocationAttribute is generated, but none of logging medthods generated.
<ItemGroup>
<GlobalPackageReference Include="Microsoft.Build.CopyOnWrite" Version="1.0.334" />
<GlobalPackageReference Include="AutoConstructor" Version="5.6.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</GlobalPackageReference>
<GlobalPackageReference Include="stbychkov.AutoLoggerMessage" Version="1.0.9" />
</ItemGroup>
if remove it from GlobalPackageReference and include in .csproj in the specific project, it works
Reproduction Steps
Expected behavior
Actual behavior
Regression?
No response
Known Workarounds
No response
Configuration
No response
Other information
No response
Description
try to include it in Directory.Packages.props as below, it does not work.
InterceptsLocationAttribute is generated, but none of logging medthods generated.
if remove it from GlobalPackageReference and include in .csproj in the specific project, it works
Reproduction Steps
Expected behavior
Actual behavior
Regression?
No response
Known Workarounds
No response
Configuration
No response
Other information
No response