-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Description
I'm getting the following errors when trying to run the bat file. I've tried re-installing package using nugget but still no luck. In VS2017 the code seems fine and doesn't throw error.
YahooFinanceAPI\Utils\Json.cs(2,7): error CS0246: The type or namespace name 'Newtonsoft' could not be found (are you missing a using directive or an assembly reference?)
YahooFinanceAPI\Utils\Json.cs(3,7): error CS0246: The type or namespace name 'Newtonsoft' could not be found (are you missing a using directive or an assembly reference?)
YahooFinanceAPI\Utils\Json.cs(19,54): error CS0246: The type or namespace name 'JsonReader' could not be found (are you missing a using directive or an assembly reference?)
YahooFinanceAPI\Utils\Json.cs(24,54): error CS0246: The type or namespace name 'JToken' could not be found (are you missing a using directive or an assembly reference?)
YahooFinanceAPI\Utils\Json.cs(34,71): error CS0246: The type or namespace name 'Formatting' could not be found (are you missing a using directive or an assembly reference?)
YahooFinanceAPI\Utils\Json.cs(11,33): error CS0246: The type or namespace name 'JsonSerializerSettings' could not be found (are you missing a using directive or an assembly reference?)
YahooFinanceAPI\Utils\Json.cs(12,33): error CS0246: The type or namespace name 'JsonSerializer' could not be found (are you missing a using directive or an assembly reference?)```
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels