-
-
Notifications
You must be signed in to change notification settings - Fork 494
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
I am getting property not found error #944
Comments
Try removing the |
@EdwardCooke This helped Thank you. Just out of curiosity how was |
The naming conventions aren’t the most reliable when deserializing. It is a bit surprising that it didn’t work because it looked like it should have based on the yaml and property names. |
I realized why it didn’t work and why the error was confusing. When the error said I’m closing this since it’s complete. |
This makes sense. Thank you looking back into this. |
Below is my Selectors.yaml
While running this code at line
var selectors = deserializer.Deserialize<Dictionary<string, Dictionary<string, Selector>>>(reader);
I am getting error
Could you please help me with this and suggest what wrong I am doing here?
The text was updated successfully, but these errors were encountered: