RicoSuter/NSwag

Comment text in attribute 'obsolete' is not displayed in the generated client

Open

#2,595 opened on Dec 26, 2019

View on GitHub
 (6 comments) (0 reactions) (0 assignees)C# (1,189 forks)batch import
help wantedproject: NSwag.CodeGeneration.CSharp (Clients)type: enhancement

Repository metrics

Stars
 (6,291 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

Hello guys,

In my controller method marked as [Obsolete("Reason")] but in generated client for it 'obsolete' attribute without comment - [Obsolete] Is there a way around this problem?

In .nswag config "ignoreObsoleteProperties": false

Contributor guide