start_dotnet_core_clr: Start dotnet core runtime from an application base directory.

Description Usage Arguments Details

View source: R/start_clr.R

Description

Start dotnet core runtime from an application base directory.

Usage

1
2
3
4
5
start_dotnet_core_clr(
  app_base_dir = NULL,
  runtime = "dotnet",
  version = "latest"
)

Arguments

app_base_dir

defines the application base directory where the dlls are stored

runtime

Select the shared runtime. The possible values are: * dotnet - the Microsoft.NETCore.App shared runtime (default). * aspnetcore - the Microsoft.AspNetCore.App shared runtime.

version

Select the shared runtime version. latest by default. For more details see details section

Details

Starts a dotnet core runtime from an application base directory. If the application base directory isn't self contained, the runtime and the version can be specifed. For the version we apply the following heuristic: If the value 'latest' or NULL is defined we gets the latest version installed for the given runtime. Otherwise we try to match the version in this order:


fdieulle/sharper documentation built on Aug. 1, 2020, 4:19 p.m.