中文 | English
CI Platform | Build Server | Master Build | Master Test |
---|---|---|---|
Travis | Linux/OSX | ||
AppVeyor | Windows/Linux | ||
Azure | Windows | ||
Azure | Linux | ||
Azure | Mac |
此项目为Natasha的衍生项目,为用户提供高性能的深度克隆。
- 2019-08-20 : 发布v1.0.0.0, 高性能动态深度克隆库。
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp2.2</TargetFramework>
//一定要加上这句话
<PreserveCompilationContext>true</PreserveCompilationContext>
//WEB发布要加
<MvcRazorExcludeRefAssembliesFromPublish>false</MvcRazorExcludeRefAssembliesFromPublish>
</PropertyGroup>