WebReaper.Extraction.Generators
10.0.0
See the version list below for details.
dotnet add package WebReaper.Extraction.Generators --version 10.0.0
NuGet\Install-Package WebReaper.Extraction.Generators -Version 10.0.0
<PackageReference Include="WebReaper.Extraction.Generators" Version="10.0.0"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> </PackageReference>
<PackageVersion Include="WebReaper.Extraction.Generators" Version="10.0.0" />
<PackageReference Include="WebReaper.Extraction.Generators"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> </PackageReference>
paket add WebReaper.Extraction.Generators --version 10.0.0
#r "nuget: WebReaper.Extraction.Generators, 10.0.0"
#:package WebReaper.Extraction.Generators@10.0.0
#addin nuget:?package=WebReaper.Extraction.Generators&version=10.0.0
#tool nuget:?package=WebReaper.Extraction.Generators&version=10.0.0
Roslyn source generator emitting a static Schema and reflection-free Materialize method on classes marked with [ScrapeSchema]. Pairs with WebReaper.Extraction.Attributes. The .NET-native structural differentiator (REPOSITIONING-PLAN §2.3) — Pydantic-parity that Python cannot match.
Learn more about Target Frameworks and .NET Standard.
-
.NETStandard 2.0
- No dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
10.0.0: initial release. Roslyn IIncrementalGenerator (ADR-0045) emitting a compile-time `static Schema Schema` and a reflection-free `static Materialize(JsonObject)` on partial classes marked with [ScrapeSchema]. AOT-clean — no reflection, no dynamic; the source-generator runs at compile time and emits ordinary C# the AOT publish trims and inlines. The .NET-native structural differentiator (REPOSITIONING-PLAN §2.3) — Pydantic-parity Python cannot match. v1 ships the common case: single-level schemas, primitive fields, List<T> of primitives. Nested [ScrapeSchema] POCOs are explicitly deferred. Pairs with WebReaper.Extraction.Attributes; requires WebReaper 10.0.0 at runtime.