EdmxSourceGenerator 1.0.1
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package EdmxSourceGenerator --version 1.0.1
NuGet\Install-Package EdmxSourceGenerator -Version 1.0.1
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="EdmxSourceGenerator" Version="1.0.1"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> </PackageReference>
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add EdmxSourceGenerator --version 1.0.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: EdmxSourceGenerator, 1.0.1"
#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 EdmxSourceGenerator as a Cake Addin #addin nuget:?package=EdmxSourceGenerator&version=1.0.1 // Install EdmxSourceGenerator as a Cake Tool #tool nuget:?package=EdmxSourceGenerator&version=1.0.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Source Generator for dumping generating source code from an edmx file as an alternative to text templates.
There are no supported framework assets in this package.
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.
Version | Downloads | Last updated |
---|---|---|
1.2.3 | 229 | 5/13/2023 |
1.2.2 | 211 | 5/13/2023 |
1.2.1 | 162 | 5/13/2023 |
1.2.0 | 201 | 5/13/2023 |
1.1.9 | 192 | 5/11/2023 |
1.1.8 | 164 | 5/11/2023 |
1.1.7 | 181 | 5/8/2023 |
1.1.6 | 163 | 5/8/2023 |
1.1.5 | 193 | 5/7/2023 |
1.1.4 | 189 | 5/3/2023 |
1.1.3 | 176 | 5/3/2023 |
1.1.2 | 195 | 4/30/2023 |
1.1.1 | 160 | 4/29/2023 |
1.1.0 | 205 | 4/29/2023 |
1.0.1 | 218 | 4/27/2023 |
1.0.0 | 201 | 4/26/2023 |
Fixed a bug in nullability checking when reading from an edmx files where properties should be nullable.