We will explain in the following order:

[Important] Why you must follow these instructions

The execution environment connected from the Web Editor is different from the actual scoring environment.

If you install the library with instructions other than as described below, the library will be installed only in the execution environment to which the Web Editor browser session is connected, and not in the actual scoring environment.

Therefore, the library will not be installed at the time of scoring. In order to install the library in the scoring environment, please be sure to follow the instructions below.

How to install libraries

C

Additional libraries are not supported.

C++

Additional libraries are not supported.

C##

If you want to use external libraries, do the following:

Example

<ItemGroup>
<PackageReference Include="RestSharp" Version="106.13.0" />
</ItemGroup>