Results 17 comments of Al

Some useful information on the use of TypeInfo methods, https://github.com/dotnet/apireviews/tree/master/2016-01-19-reflection

Andres, I have spoken to Eric via email, and he did both suggest that he would pull it in when he has the time, and also ask if I could...

[![shoulduwp MyGet Build Status](https://www.myget.org/BuildSource/Badge/shoulduwp?identifier=b8cd0611-0efd-4271-b774-496f62f2c644)](https://www.myget.org/)

Basically yes. Also given that it seems to fail when built with myget, then this might be what is stopping full adoption.

Hi, I'm not completely sure what the .NetCore requirements are, but I made the switch over to the TypeInfo methods https://github.com/dotnet/apireviews/tree/master/2016-01-19-reflection in order to support UWP. Hopefully that's the bit...

@erichexter I am happy to get this working in anyway that is best for the long term. I had _assumed_ that you were using MyGet build services and then pushed...

@eloekset I went with netcore45 simply because that was what VS2015 gave me when I asked for a UWP class library. I was trying to make as small a change...

@eloekset Interesting. Looks like portable is separate from netstandard then.

Right. So there is now a working compile, test, pack solution building on the MyGet build services and exposing `nupkg`s at https://www.myget.org/feed/shoulduwp/package/nuget/Should and https://www.myget.org/feed/shoulduwp/package/nuget/ShouldFluent, containing • .NETCore 4.5: 4.5.0.0 •...