Open Paliscope opened 1 year ago
Hi
I am trying to use the ChoETL.ChoYamlReader(FilePath) and also use the same for ChoXmlReader and ChoJSONReader depending on the in data.
But when I add the nuget packages for YAML I get the ambigous namespace issue..
Which nuget package(s) should I install to make all work?
uninstall all packages from your project.
Just add this package https://www.nuget.org/packages/ChoETL.Yaml, which installs all dependencies.
Hi
I am trying to use the ChoETL.ChoYamlReader(FilePath) and also use the same for ChoXmlReader and ChoJSONReader depending on the in data.
But when I add the nuget packages for YAML I get the ambigous namespace issue..
Which nuget package(s) should I install to make all work?