dotUltimate试用
版本:2022.3.3
工具:dnSpy
搜索字符串:Free trial period
命名空间:JetBrains.Application.License2.Evaluation
类:EvaluationLicenseViewSubmodel
方法:CheckLicensesAndFire
替换代码为:
string description = "Free trial period is running.";
Result result = Result.SUCCESS;
this.myCheckResult.ReplaceResult(new LicenseCheckInfo(first, result, description), this);
保存模块
MD写入选项->保留所有MD标记