RehanSaeed / Schema.NET

Schema.org objects turned into strongly typed C# POCO classes for use in .NET. All classes can be serialized into JSON/JSON-LD and XML, typically used to represent structured data in the head section of html page.
MIT License
640 stars 80 forks source link

Use Incremental Source Generators #591

Closed Turnerj closed 1 year ago

Turnerj commented 1 year ago

This should do a few little things for us:

This may make it a little faster/easier in Visual Studio to use the solution (I've had issues in the past and basically just have been disabling Schema.NET.Pending so it wasn't so slow).