wp-net / WordPressPCL

This is a portable library for consuimg the WordPress REST-API in (almost) any C# application
MIT License
342 stars 130 forks source link

Not working with UWP when targeting Fall Creators Update #70

Closed ThomasPe closed 7 years ago

ThomasPe commented 7 years ago

When building a UWP App setting the Min version to Fall Creators Update 16299 the library will return null for all GetPosts-Calls (haven't tried others yet).

Setting Target version to Fall Creators update and Min Version to Creators Update 15603 works.

polushinmk commented 7 years ago

I dont know what is it, but in my notebook it freezes at return statement in PostRequest method from HttpHelper class.

ThomasPe commented 7 years ago

I'm getting a weird JSON.NET dll error - I guess there are some dependency issues there.

ThomasPe commented 7 years ago

Fixed for me with .netstandard2.0 - can you test the 1.3.0-alpha? 60c0ab72205b4de186e206195fdc188ddbc75b57

polushinmk commented 7 years ago

Yeah, works fine.

ThomasPe commented 7 years ago

Cool