Skip to content

Code generator nuget packages don't properly add to project #4729

@rockfordlhotka

Description

@rockfordlhotka

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.

Metadata

Metadata

Type

No fields configured for Bug.

Projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions