InjectModuleInitializer 1.3.1
dotnet add package InjectModuleInitializer --version 1.3.1
NuGet\Install-Package InjectModuleInitializer -Version 1.3.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="InjectModuleInitializer" Version="1.3.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 InjectModuleInitializer --version 1.3.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: InjectModuleInitializer, 1.3.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 InjectModuleInitializer as a Cake Addin #addin nuget:?package=InjectModuleInitializer&version=1.3.1 // Install InjectModuleInitializer as a Cake Tool #tool nuget:?package=InjectModuleInitializer&version=1.3.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Enables module initialization, as described here: http://einaregilsson.com/module-initializers-in-csharp/.
There are no supported framework assets in this package.
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
GitHub repositories (2)
Showing the top 2 popular GitHub repositories that depend on InjectModuleInitializer:
Repository | Stars |
---|---|
GridProtectionAlliance/gsf
Grid Solutions Framework
|
|
zzzprojects/EntityFramework-Classic
Entity Framework Classic is a supported version of the latest EF6 codebase. It supports .NET Framework and .NET Core and overcomes some EF limitations by adding tons of must-haves built-in features.
|