What need I do to get this code to work in a Portable Class Library?

后端 未结 4 1425
一向
一向 2020-12-21 19:28

I\'m wondering if the Portable Class Library is even more restricted in functionality than the Compact Framework.

I\'m trying to port a CF/Windows CE app (runs on a

4条回答
  •  心在旅途
    2020-12-21 20:19

    Xamarin has a scanner which will give you a rough idea of the portability of your code: http://scan.xamarin.com/

    For some guidance on how to deal with non-portable APIs from PCLs, see my blog post: How to Make Portable Class Libraries Work for You

    For file IO in particular, you can try my PCL Storage library.

提交回复
热议问题