Skip to content

Not working when XmlFormatter removed #23

@CodeLearner21

Description

@CodeLearner21

First of all thanks for this easy to us module.
Now I am facing some issue after use of JsonFormatter setting.
here is my code

var json = config.Formatters.JsonFormatter; json.SerializerSettings.PreserveReferencesHandling = Newtonsoft.Json.PreserveReferencesHandling.Objects; config.Formatters.Remove(config.Formatters.XmlFormatter);

when I removed this code all relationship works properly but it is necessary to use it.

Thanks

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