Skip to content

CS1734 warning from TransitionShimGenerator generated attribute #414

Description

@SonnyRR

Problem

When consuming the Fallout source generators, the following warning is emitted at build time:

The generated ShimAllPublicTypesUnderAttribute class in ShimAllPublicTypesUnderAttribute.g.cs has an XML doc comment on the type declaration that uses <paramref> tags to reference constructor parameters. In C#, <paramref> at the type level can only reference type parameters (generic parameters), not constructor parameters - hence CS1734:

Image

Fix

Replace <paramref name="..."/> with <c>...</c> inline code tags in the attribute's XML doc comment. The generated source lives as a raw string in TransitionShimGenerator.cs.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions