Natasha
Natasha copied to clipboard
基于 Roslyn 的 C# 动态程序集构建库,该库允许开发者在运行时使用 C# 代码构建域 / 程序集 / 类 / 结构体 / 枚举 / 接口 / 方法等,使得程序在运行的时候可以增加新的模块及功能。Natasha 集成了域管理/插件管理,...
引用Natasha.CSharp, Version=4.2.0.0 执行以下代码 ` public void TestCorder() { //NatashaInitializer.Preheating(); NatashaManagement.Preheating(); //增加全局的 Using 引用 NatashaManagement.AddGlobalUsing("System"); NatashaManagement.AddGlobalUsing("System.IO"); //使用 Natasha 的 CSharp 编译器直接编译字符串 AssemblyCSharpBuilder sharpBuilder = new AssemblyCSharpBuilder(); //给编译器指定一个随机域 //sharpBuilder.Domain = DomainManagement.Random(); sharpBuilder.UseNatashaFileOut("c:/output");...
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Open These updates have all been created already. Click a checkbox below to...
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 12.0.1 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 12.0.1 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 12.0.1 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...
[](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [crazy-max/ghaction-chocolatey](https://togithub.com/crazy-max/ghaction-chocolatey) | action | major | `v1` -> `v2` | ---...
[](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [codecov/codecov-action](https://togithub.com/codecov/codecov-action) | action | major | `v2` -> `v3` | ---...
[](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [Microsoft.CodeAnalysis.CSharp.Workspaces](https://togithub.com/dotnet/roslyn) | nuget | minor | `4.1.0` -> `4.2.0` | ---...
[](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [Microsoft.Extensions.DependencyModel](https://dot.net/) ([source](https://togithub.com/dotnet/runtime)) | nuget | patch | `3.1.6` -> `3.1.25` |...
## Who is using Natasha? Sincerely thank everyone who constantly keeps on using and supporting Natasha. We will try our best to make Natasha better and make the community and...