Skip to content

[Bug] NSwag 14.0.4 ignores JsonIgnoreAttribute #4834

@Mrks83

Description

@Mrks83

With NSwag 14.0.3 public properties with [JsonIgnore] were ignored. Now, they appear in the OpenApi document.
It looks like the serializer has changed from Newtonsoft Json to System.Text Json.

public class MyClass
{
    [Newtonsoft.Json.JsonIgnore]
    public object? Value
 
   ...
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions