Having problem with TOML parser
Basically i'm building a console application, and i want the possibility of creating a .toml config file, for parsing the file i'm using Tomlyn, this is the code:
This is the error it gives:
I can't share the code cuz it's too long, i will send it in separate messages
6 Replies
classes for tables
main class:
What does the TOML file you're trying to read look like?
It's a user made one, it should look something like this:
I want the user to be able to create a config file, just docker.toml
Well, this doesn't align:
I know, i first wanna make sure it's working, then i will fix the names
Well, the exception seems to be happening because some property cannot be set to a given value. It's possible that it cannot be set, because there is no value to set it to. Or that the property doesn't exist in the TOML file