-
Notifications
You must be signed in to change notification settings - Fork 93
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
Write Error when initializing auto-properties #586
Comments
Hi @cklenk, Thank you for using our client. Could you share some code that reproduces the exception you're encountering? Regards |
Yes, sure thing! Here is some code snippet. I think it should give you the gist of the problem. If I remove the default vars on the AlgoData class, the write works fine. Otherwise, I get that error. It's not a big deal, I have a method that will init the vars for me, but I do like to do it in 1 line on the class if possible. [Measurement("AlgoTable")] |
Steps to reproduce:
Expected behavior:
Able to write to measurement
Actual behavior:
Got error says unable to determine measurement. Does it have a InfluxDB.Client.Core.Measurement or IsMeasurement InfluxDB.Client.Core.Column attribute?
Specifications:
The text was updated successfully, but these errors were encountered: