gpt4 book ai didi

.net-core - 从 .net-core 中的代码覆盖率中排除类或方法

转载 作者:行者123 更新时间:2023-12-04 19:00:00 37 4
gpt4 key购买 nike

我知道我可以使用 [ExcludeFromCodeCoverage]排除 .Net 框架 4 中的代码覆盖率。
有谁知道是否有办法从 .dotnet 核心中排除代码覆盖率?

最佳答案

从 .NET Core 2.0 开始,您可以使用 ExcludeFromCodeCoverage属性。

using System.Diagnostics.CodeAnalysis;

namespace YourNamespace
{
[ExcludeFromCodeCoverage]
public class YourClass
{
...
}
}

https://isscroberto.com/2019/07/11/net-core-exclude-from-coverage/

关于.net-core - 从 .net-core 中的代码覆盖率中排除类或方法,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39907175/

37 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com