ant4c.net.module 2020.9.202107

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

// Install ant4c.net.module as a Cake Tool
#tool nuget:?package=ant4c.net.module&version=2020.9.202107

ant4c.net.module is module for Ant4C program and stand alone static library that allow to cooperate with .NET via host fx resolver and host policy API layers.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  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 netcoreapp2.1 is compatible.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 is compatible. 
.NET Framework net20 is compatible.  net35 was computed.  net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
native native is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETCoreApp 2.1

    • No dependencies.
  • .NETCoreApp 3.1

    • No dependencies.
  • .NETFramework 2.0

    • No dependencies.
  • .NETFramework 4.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
2020.9.202107 4,506 8/4/2021
2020.9.0 368 3/23/2021

Added name spaces 'corehost', 'corehost-context-contract',
'corehost-initialize-request', 'hostinterface', 'hostpolicy' and 'net' with functions:
'corehost::functions', 'corehost::is-function-exists', 'corehost::initialize',
'corehost::load', 'corehost::main', 'corehost::main-with-output-buffer',
'corehost::resolve-component-dependencies', 'corehost::set-error-writer',
'corehost::unload', 'corehost-context-contract::initialize',
'corehost-context-contract::get-property-value',
'corehost-context-contract::set-property-value',
'corehost-context-contract::get-properties',
'corehost-context-contract::load-runtime',
'corehost-context-contract::run-app',
'corehost-context-contract::get-runtime-delegate',
'corehost-initialize-request::initialize',
'corehost-initialize-request::set-config-keys',
'corehost-initialize-request::set-config-values',
'hostinterface::initialize',
'hostinterface::set-additional-dependency-serialized',
'hostinterface::set-application-path',
'hostinterface::set-config-keys',
'hostinterface::set-config-values',
'hostinterface::set-dependency-file',
'hostinterface::set-dotnet-root',
'hostinterface::set-file-bundle-header-offset',
'hostinterface::set-framework-dependent',
'hostinterface::set-framework-directories',
'hostinterface::set-framework-directory',
'hostinterface::set-framework-found-versions',
'hostinterface::set-framework-name',
'hostinterface::set-framework-names',
'hostinterface::set-framework-requested-versions',
'hostinterface::set-framework-version',
'hostinterface::set-host-command',
'hostinterface::set-host-mode',
'hostinterface::set-host-path',
'hostinterface::set-patch-roll-forward',
'hostinterface::set-paths-for-probing',
'hostinterface::set-prerelease-roll-forward',
'hostinterface::set-target-framework-moniker',
'hostpolicy::initialize' and 'net::result-to-string'.
Breaking changes - function 'result-to-string' was move from name space
'hostfxr' to the 'net', changed prefix at the type of delegate
from 'host_fxr_*'' to the 'net_*'.
CLR side left unchanged.