Muhammad Rehan Saeed

Results 855 comments of Muhammad Rehan Saeed

I'm not sure it'd be that much work. I'll see if I can get to it. https://schema.org/Date -> DateOnly https://schema.org/Time -> TimeOnly https://schema.org/DateTime -> DateTimeOffset https://schema.org/Duration -> TimeSpan

I was hoping it'd be one or two simple if statements with an `#if NET_6_OR_GREATER` in it to get this to work. I'll take a look when I get a...

I had a [similar conversation](https://twitter.com/MattHidinger/status/892094057391857664) with someone over Twitter a couple of days ago. The library only supports serialization from objects to JSON-LD at the moment and not deserialization from...

Some of those GitHub projects you've listed look interesting. What is missing (unless I'm mistaken after my cursory glance at the projects), that I think this project solves is that...

Just to follow up, there are two scenarios here. One where you don't know what .NET type to deserialize to and one where you do. My message above caters to...

FYI, a PR has been submitted to add support for this. I'll find some time to review it soon but feel free to leave your own comments https://github.com/RehanSaeed/Schema.NET/pull/4.

The PR https://github.com/RehanSaeed/Schema.NET/pull/4 has been merged. You can now deserialize JSON to Schema.NET POCO types. The latest version will be on MyGet (See front page for link) in a few...

Yes. I was hoping someone would confirm that it's working before I did a release. I'll do that now anyway.

I was thinking it would be nice to have it on `Thing` as just a convenience method.

`minor` seems fine to me unless you count changing the serialization order as a breaking change. We need to add some documentation to the README. It might be a good...