We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The content you are editing has changed. Please copy your edits and refresh the page.
The text was updated successfully, but these errors were encountered:
未检测到合适的 ISSUE 推荐给您。感谢您的反馈!
该条自动推荐信息来自于 nms-bot.
Sorry, something went wrong.
CodeCov 将作为 Natasha 扩展库出现
使用方法:
List<(string MethodName, bool[] Usage)>? result = Assembly.GetCodecovCollection();
其中 result 将存放方法以及方法所执行行数的集合。 比如 A 类中有方法 Method , Method 方法体共 6 行代码逻辑,在执行过程中仅执行了前4行。 result 集合中将有:
"MyNamespace.A.Method": [0] = true, [1] = true, [2] = true, [3] = true, [4] = false, [5] = false,
No branches or pull requests
💡 描述一下你理想中的解决方案 (Describe the solution you'd like).
Natasha 动态方法使用率
The text was updated successfully, but these errors were encountered: