Skip to content

404 Exception #53

Description

@knopa

Few day ago it stops works properly because all post request which use fill query from object became broken.

It's cased because you set override Api Version Property as private
image

and in place where you get all properties you don't include private fields

use
var properties = type.GetProperties(BindingFlags.GetField | BindingFlags.Instance | BindingFlags.Static | BindingFlags.Public | BindingFlags.NonPublic);

instend of
var properties = type.GetProperties();

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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