Skip to content

Error running bat file #10

@ntrncic

Description

@ntrncic

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?)```

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions