-
Notifications
You must be signed in to change notification settings - Fork 22
Stop Working at 5.1.2 - Last safe release 5.0.3 #80
Copy link
Copy link
Closed
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels