When you consume a codegen nuget package it should add itself to your csproj like this:
<ItemGroup>
<PackageReference Include="Csla" Version="9.1.0" />
<PackageReference Include="Csla.Generator.AutoImplementProperties.CSharp" Version="9.1.0"
OutputItemType="Analyzer"
ReferenceOutputAssembly="false"/>
</ItemGroup>
That doesn't happen with the current (9.1) version of the nuget packages.
When you consume a codegen nuget package it should add itself to your csproj like this:
That doesn't happen with the current (9.1) version of the nuget packages.