Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to tell if a class is supported by .Net Standard Library?

My current specific situation is that I want to use DataContractSerializer Class in a library supporting .NETStandard1.3. I am unable to reference it in the library. The document gives me an impression that it is a part of .Net Standard Library. Could you anyone offer a tip on how to determine if a class is supported by .Net Standard Library?

like image 498
Hong Avatar asked Dec 20 '25 06:12

Hong


1 Answers

The first version supporting that is .NET Standard 2.0.

You can search at apisof to find out what frameworks contain an API.

like image 173
Cory Nelson Avatar answered Dec 21 '25 20:12

Cory Nelson



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!