warriordog / ActivityPubSharp

Modular implementation of ActivityPub in C#
https://warriordog.github.io/ActivityPubSharp/
Mozilla Public License 2.0
45 stars 9 forks source link

Add FirstPopulated property #161

Closed CreggHancock closed 8 months ago

CreggHancock commented 8 months ago

Resolves #62

As of now I'm just adding the property to both classes and adding the MemberNotNullWhen attribute to IsPaged. I'm not sure if I'm overthinking it or something, but I feel like there's something more desired here that I'm missing. So feedback would be appreciated!