单元测试去掉net462,xunit对它的支持有些问题,导致测试结束时卡死
石头
authored at
2024-11-24 23:18:00
X
using System;
using System.Collections.Generic;
using System.Text;
namespace System.Web.Script.Serialization
{
/// <summary>忽略Json序列化</summary>
public class ScriptIgnoreAttribute : Attribute { }
}
|