Ekeel.Interop.Stdlib 1.0.3

dotnet add package Ekeel.Interop.Stdlib --version 1.0.3
NuGet\Install-Package Ekeel.Interop.Stdlib -Version 1.0.3
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="Ekeel.Interop.Stdlib" Version="1.0.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Ekeel.Interop.Stdlib --version 1.0.3
#r "nuget: Ekeel.Interop.Stdlib, 1.0.3"
#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 Ekeel.Interop.Stdlib as a Cake Addin
#addin nuget:?package=Ekeel.Interop.Stdlib&version=1.0.3

// Install Ekeel.Interop.Stdlib as a Cake Tool
#tool nuget:?package=Ekeel.Interop.Stdlib&version=1.0.3

Ekeel.Interop.Stdlib

A set of core modules for use in other Ekeel.Interop packages.

EnvLoader

Static Methods

void LoadEnvFile(string path)

Parses an env file and creates/sets the environment variable for each key.

Parameters:

  • path
    • The path to the .env file to parse.

Examples:

EnvLoader.LoadEnvFile(@"C:\tmp\test.env");

EmbeddedResource

Static Methods

TResult? Get<TResult>(Assembly assembly, string name)

Returns an embedded resource of the given type.

Type Parameters:

  • TResult
    • The type of the resource to return.

Parameters:

  • assembly
    • The assembly to get the embedded resource from.
  • name
    • The name of the resource to retrieve.

Examples:

EmbeddedResource.Get<string>(Assembly.GetExecutingAssembly(), "Ekeel.Interop.GoLang.Resources.Templates.CSProj.tmpl");
Product 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net6.0

    • No dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Ekeel.Interop.Stdlib:

Package Downloads
Ekeel.Interop.Python

A wrapper around PythonNet that allows for execution of Python code.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.3 294 1/12/2023
1.0.2 265 1/10/2023
1.0.1 384 1/10/2023
1.0.0 262 1/9/2023