GraphQL.Code.Generator.Net 1.0.0.2

Suggested Alternatives

GraphQL.Code.Generator

Additional Details

Migrated to GraphQL.Code.Generator. One package for Core and Framework

There is a newer version of this package available.
See the version list below for details.
dotnet add package GraphQL.Code.Generator.Net --version 1.0.0.2
NuGet\Install-Package GraphQL.Code.Generator.Net -Version 1.0.0.2
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="GraphQL.Code.Generator.Net" Version="1.0.0.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add GraphQL.Code.Generator.Net --version 1.0.0.2
#r "nuget: GraphQL.Code.Generator.Net, 1.0.0.2"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install GraphQL.Code.Generator.Net as a Cake Addin
#addin nuget:?package=GraphQL.Code.Generator.Net&version=1.0.0.2

// Install GraphQL.Code.Generator.Net as a Cake Tool
#tool nuget:?package=GraphQL.Code.Generator.Net&version=1.0.0.2

This package will generate GraphQL classes (Type, Query, and Repository) dynamically from Domain Entity classes. This package is for .Net Framework projects and can only gernerate classes for assembly created from .Net Framework. The GraphQL.Code.Generation.Core package is for .NetCore and can generate classes for assembly created from .NetCore or .Net Framework.

Product Compatible and additional computed target framework versions.
.NET Framework net452 is compatible.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.2.0.3 1,045 7/13/2020
1.0.1 902 6/29/2020
1.0.0.7 923 3/26/2020
1.0.0.5 902 3/20/2020
1.0.0.4 913 3/20/2020
1.0.0.3 895 3/20/2020
1.0.0.2 870 3/20/2020
1.0.0 923 3/18/2020

Use the Configuration class and sub classes to provide the inputs to the Generator.