How To Install YALLA.NET Core |
[This is preliminary documentation and is subject to change.]
In order for YALLA.NET to be used for logging in a project, the YALLA.NET Core library must be added as a dependency.
Enter the following command into the Package Manager Console:
Install-Package Yalla.Core
If the solution contains multiple projects, the command above should be followed by the project name.
Alternatively, you may use the Manage NuGet Packages
window.
If you do, make sure that the package ID is Yalla.Core.
Note |
---|
In order for YALLA.NET to produce log(s) in an application/service, the primary YALLA.NET library must be added as a dependency to the main project. If you install the primary YALLA.NET library, the YALLA.NET Core library will be installed automatically. |
Caution |
---|
If the target framework of the project is .NET Framework 4, two other packages will be added as dependencies:
These packages are required in order for YALLA.NET to consume compiler-generated caller information in the legacy framework. Consider reducing dependencies by updating the project to target .NET Framework 4.5 or higher. |