Info
| Version: | 2.2.19 |
| Author(s): | Vit.DynamicCompile |
| Last Update: | Thursday, October 10, 2024 |
| .NET Fiddle: | Create the first Fiddle |
| Project Url: | https://github.com/Vit-Lib/Vit.Library |
| NuGet Url: | https://www.nuget.org/packages/Vit.DynamicCompile |
Install
Install-Package Vit.DynamicCompile
dotnet add package Vit.DynamicCompile
paket add Vit.DynamicCompile
Vit.DynamicCompile Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.CodeAnalysis.CSharp(>= 2.0.0)
- Microsoft.CodeAnalysis.CSharp.Scripting(>= 2.0.0)
- Microsoft.Extensions.DependencyModel(>= 2.1.0)
add below config to csproj:
<PropertyGroup><PreserveCompilationContext>true</PreserveCompilationContext><!----><MvcRazorExcludeRefAssembliesFromPublish>false</MvcRazorExcludeRefAssembliesFromPublish></PropertyGroup>.