Skip to content

Stop Working at 5.1.2 - Last safe release 5.0.3 #80

@luizcarlosfaria

Description

@luizcarlosfaria

At 5.1.2 and all versions above, I had issues with cref on inheritdoc until 5.2. At 5.2 we have other errors.

Generated code at 5.0.3 ✅

        /// <inheritdoc />
        IConsumerDescriptor WithConnection(global::System.Func<global::System.IServiceProvider, global::System.Threading.CancellationToken, global::System.Threading.Tasks.Task<global::RabbitMQ.Client.IConnection>> connectionFactory);

Generated code at 5.1.2 ❌

        /// <inheritdoc cref="Oragon.RabbitMQ.Consumer.ConsumerDescriptor.WithConnection(System.Func{System.IServiceProvider, System.Threading.CancellationToken, System.Threading.Tasks.Task{RabbitMQ.Client.IConnection}})" />
        IConsumerDescriptor WithConnection(global::System.Func<global::System.IServiceProvider, global::System.Threading.CancellationToken, global::System.Threading.Tasks.Task<global::RabbitMQ.Client.IConnection>> connectionFactory);

5.0.3 ✅
5.1.2 ❌
5.1.3 ❌
5.1.4 ❌
5.2.0 ❌ On this version we can't view generated code.

{projectpath}\obj\Debug\net9.0\AutomaticInterface\AutomaticInterface.AutomaticInterfaceGenerator\GenerateAutomaticInterface.Attribute.g.cs(9,22,9,35): error CS1572: XML comment has a param tag for 'namespaceName', but there is no parameter by that name
{projectpath}\obj\Debug\net9.0\AutomaticInterface\AutomaticInterface.AutomaticInterfaceGenerator\GenerateAutomaticInterface.Attribute.g.cs(10,22,10,35): error CS1572: XML comment has a param tag for 'interfaceName', but there is no parameter by that name

Best regards.

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