EnvInfo 1.0.0
See the version list below for details.
dotnet add package EnvInfo --version 1.0.0
NuGet\Install-Package EnvInfo -Version 1.0.0
<PackageReference Include="EnvInfo" Version="1.0.0" />
paket add EnvInfo --version 1.0.0
#r "nuget: EnvInfo, 1.0.0"
// Install EnvInfo as a Cake Addin #addin nuget:?package=EnvInfo&version=1.0.0 // Install EnvInfo as a Cake Tool #tool nuget:?package=EnvInfo&version=1.0.0
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 | net5.0 was computed. net5.0-windows was computed. 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. |
.NET Core | netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.1 is compatible. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.1
- Microsoft.Extensions.Configuration.Binder (>= 6.0.0)
- Microsoft.Extensions.Hosting.Abstractions (>= 6.0.0)
- Microsoft.Extensions.Options (>= 6.0.0)
-
net6.0
- Microsoft.Extensions.Configuration.Binder (>= 6.0.0)
- Microsoft.Extensions.Hosting.Abstractions (>= 6.0.0)
- Microsoft.Extensions.Options (>= 6.0.0)
NuGet packages (2)
Showing the top 2 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. |
GitHub repositories
This package is not used by any popular GitHub repositories.