karlwancl / YahooFinanceApi

A handy Yahoo! Finance api wrapper, based on .NET Standard 2.0

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

v1.12 doesn't work with 4.7 .net project. Some runtime serialization code not available.

DonWM opened this issue · comments

commented

Cannot use v 1.12 in a 4.7 .net project. Gives a message that some runtime serialization code it not available.

Might have something to do with the Name function in Helper and/or the slimsemaphore

@DonWM Is that the "System.Runtime.Serialization.Primitives" missing error? You may refer to #8

Nuget doesn't include this reference when installing this library, and it only happens to the traditional .net framework project but not .net core project. Manually install the reference should work

commented

@DonWM Thanks for the praise :) For the "System.Runtime.Serialization.Primitives" package, you can pull it directly from nuget just like what you did with this lib

This issue has been idled for a month, it will be closed now

commented
commented