EnvInfo 0.0.3
See the version list below for details.
dotnet add package EnvInfo --version 0.0.3
NuGet\Install-Package EnvInfo -Version 0.0.3
<PackageReference Include="EnvInfo" Version="0.0.3" />
<PackageVersion Include="EnvInfo" Version="0.0.3" />
<PackageReference Include="EnvInfo" />
paket add EnvInfo --version 0.0.3
#r "nuget: EnvInfo, 0.0.3"
#:package EnvInfo@0.0.3
#addin nuget:?package=EnvInfo&version=0.0.3
#tool nuget:?package=EnvInfo&version=0.0.3
EnvInfo
Enviroment info controls for Mvc/RazorPages and DotVVM
Usage
Install nuget package for each UI framework you use in your project. Then register required services in Program.cs or Startup.cs file
builder.Services.AddEnvInfo();
MVC / Razor Pages
Add tag helpers import to _ViewImports.cshtml file
@addTagHelper *, EnvInfo.Mvc
The add code below before </body> element in your .cshtml file
<env-info>
<env-name />
</env-info>
DotVVM
Add control registration to Configure method in DotvvmStartup file.
config.AddEnvInfoConfiguration();
Then add code below before </body> element in your .dotmaster or .dothtml file
<dot:EnvInfo>
<dot:EnvName />
</dot:EnvInfo>
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net6.0
- Microsoft.Extensions.Configuration.Binder (>= 6.0.0)
- Microsoft.Extensions.Hosting.Abstractions (>= 6.0.0)
- Microsoft.Extensions.Options (>= 6.0.0)
NuGet packages (3)
Showing the top 3 NuGet packages that depend on EnvInfo:
| Package | Downloads |
|---|---|
|
EnvInfo.DotVVM
EnvInfo is a collection of Mvc/RazorPages tag helpers and DotVVM controls that provides environment information for your application. |
|
|
EnvInfo.MVC
EnvInfo is a collection of Mvc/RazorPages tag helpers and DotVVM controls that provides environment information for your application. |
|
|
EnvInfo.Razor
EnvInfo is a collection of Mvc/RazorPages tag helpers and DotVVM controls that provides environment information for your application. |
GitHub repositories
This package is not used by any popular GitHub repositories.