Schema.NET icon indicating copy to clipboard operation
Schema.NET copied to clipboard

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...

Results 82 Schema.NET issues
Sort by recently updated
recently updated
newest added

Bumps [Microsoft.VisualStudio.Threading.Analyzers](https://github.com/microsoft/vs-threading) from 17.2.32 to 17.3.44. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Microsoft.VisualStudio.Threading.Analyzers&package-manager=nuget&previous-version=17.2.32&new-version=17.3.44)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies
minor
patch

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/RehanSaeed/Schema.NET). ## Config Migration Needed - [ ]...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Update | Change | |---|---|---| | PublishCodeCoverageResults | major | `1` -> `2.198.0` | --- ### Configuration 📅 **Schedule**:...

dependencies

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Update | Change | |---|---|---| | UseDotNet | minor | `2` -> `2.207.2` | --- ### Configuration 📅 **Schedule**:...

dependencies

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [Microsoft.VisualStudio.Threading.Analyzers](https://togithub.com/microsoft/vs-threading) | nuget | minor | `17.2.32` -> `17.3.44` | ---...

dependencies

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Update | Change | |---|---|---| | PublishTestResults | minor | `2` -> `2.203.0` | --- ### Configuration 📅 **Schedule**:...

dependencies

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Update | Change | |---|---|---| | PublishCodeCoverageResults | minor | `1` -> `1.200.0` | --- ### Configuration 📅 **Schedule**:...

dependencies

### Describe the bug When deserializing certain json from websites, SchemaSerializer.DeserializeObject throws the following exception "The converter 'Schema.NET.ValuesJsonConverter' read too much or not enough.". This is being thrown from System.Text.Json...

bug

- Add .NET 7 target (preview until its released). - Drop .NET 5 target. - Update build scripts to install .NET 7 and 6 and stop installing 5. - Uses...

enhancement
maintenance
major

### Describe the bug When using an list of data, for example products it only adds an @context to the first entry. The same problem occurs when using nested data,...

bug