Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

404 Exception #53

Open
knopa opened this issue Sep 6, 2023 · 0 comments
Open

404 Exception #53

knopa opened this issue Sep 6, 2023 · 0 comments

Comments

@knopa
Copy link

knopa commented Sep 6, 2023

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();

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant