1 Star 0 Fork 0

Jiashi1998/botbuilder-dotnet

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
CodeCoverage.runsettings 5.08 KB
一键复制 编辑 原始数据 按行查看 历史
Hongyang Du (hond) 提交于 2020-03-04 11:59 +08:00 . API naming for Expression (#3471)
<?xml version="1.0" encoding="utf-8"?>
<!-- File name extension must be .runsettings -->
<RunSettings>
<RunConfiguration>
<MaxCpuCount>10</MaxCpuCount>
</RunConfiguration>
<DataCollectionRunSettings>
<DataCollectors>
<DataCollector friendlyName="Code Coverage" uri="datacollector://Microsoft/CodeCoverage/2.0" assemblyQualifiedName="Microsoft.VisualStudio.Coverage.DynamicCoverageDataCollector, Microsoft.VisualStudio.TraceCollector, Version=11.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<Configuration>
<CodeCoverage>
<ModulePaths>
<Include>
<ModulePath>.*\Microsoft.Bot.Builder.dll$</ModulePath>
<ModulePath>.*\Microsoft.Bot.Builder.Adapters.Twilio.dll$</ModulePath>
<ModulePath>.*\Microsoft.Bot.Builder.Teams.dll$</ModulePath>
<ModulePath>.*\Microsoft.Bot.Builder.AI.Luis.dll$</ModulePath>
<ModulePath>.*\Microsoft.Bot.Builder.AI.QnA.dll$</ModulePath>
<ModulePath>.*\Microsoft.Bot.Builder.ApplicationInsights.dll$</ModulePath>
<ModulePath>.*\Microsoft.Bot.Builder.Azure.dll$</ModulePath>
<ModulePath>.*\Microsoft.Bot.Builder.Configuration.dll$</ModulePath>
<ModulePath>.*\Microsoft.Bot.Builder.Connector.dll$</ModulePath>
<ModulePath>.*\Microsoft.Bot.Builder.Connector.Teams.dll$</ModulePath>
<ModulePath>.*\Microsoft.Bot.Builder.Dialogs.dll$</ModulePath>
<ModulePath>.*\Microsoft.Bot.Builder.Integration.ApplicationInsights.Core.dll$</ModulePath>
<ModulePath>.*\Microsoft.Bot.Builder.Integration.AspNet.Core.dll$</ModulePath>
<ModulePath>.*\Microsoft.Bot.Builder.TemplateManager.dll$</ModulePath>
<ModulePath>.*\Microsoft.Bot.Builder.Testing.dll$</ModulePath>
<ModulePath>.*\Microsoft.Bot.Builder.Adapters.Webex.dll$</ModulePath>
<ModulePath>.*\Microsoft.Bot.Builder.Adapters.Twilio.dll$</ModulePath>
<ModulePath>.*\Microsoft.Bot.Builder.Adapters.Slack.dll$</ModulePath>
<ModulePath>.*\Microsoft.Bot.Builder.Adapters.Facebook.dll$</ModulePath>
<ModulePath>.*\AdaptiveExpressions.dll$</ModulePath>
<ModulePath>.*\Microsoft.Bot.Builder.Dialogs.Adaptive.dll$</ModulePath>
<ModulePath>.*\Microsoft.Bot.Builder.Dialogs.Declarative.dll$</ModulePath>
<ModulePath>.*\Microsoft.Bot.Builder.LanguageGeneration.dll$</ModulePath>
<!-- <ModulePath>Microsoft.Bot.Builder.Schema.dll$</ModulePath> -->
</Include>
</ModulePaths>
<Sources>
<Exclude>
<Source>.*\\WebexMessageRequest.cs</Source>
<Source>.*\\WebexClientWrapper.cs</Source>
<Source>.*\\TwilioMessage.cs</Source>
<Source>.*\\TwilioAdapterOptions.cs</Source>
<Source>.*\\NewSlackMessage.cs</Source>
<Source>.*\\SlackResponse.cs</Source>
<Source>.*\\ActivityResourceResponse.cs</Source>
<Source>.*\\SlackAdapterOptions.cs</Source>
<Source>.*\\SlackClientWrapper.cs</Source>
<Source>.*\\SlackMessage.cs</Source>
<Source>.*\\SlackAction.cs</Source>
<Source>.*\\SlackEvent.cs</Source>
<Source>.*\\SlackPayload.cs</Source>
<Source>.*\\SlackRequestBody.cs</Source>
<Source>.*\\Button.cs</Source>
<Source>.*\\DefaultAction.cs</Source>
<Source>.*\\Element.cs</Source>
<Source>.*\\FacebookAttachment.cs</Source>
<Source>.*\\FacebookBotUser.cs</Source>
<Source>.*\\FacebookEntry.cs</Source>
<Source>.*\\FacebookPostback.cs</Source>
<Source>.*\\FacebookRecipient.cs</Source>
<Source>.*\\FacebookResponseEvent.cs</Source>
<Source>.*\\FacebookResponseOk.cs</Source>
<Source>.*\\FacebookQuickReply.cs</Source>
<Source>.*\\MessagePayload.cs</Source>
<Source>.*\\FacebookPassThreadControl.cs</Source>
<Source>.*\\FacebookRequestThreadControl.cs</Source>
<Source>.*\\FacebookTakeThreadControl.cs</Source>
<Source>.*\\FacebookThreadControl.cs</Source>
<Source>.*\\HandoverConstants.cs</Source>
<Source>.*\\AttachmentPayload.cs</Source>
<Source>.*\\CommonRegexLexer.cs</Source>
<Source>.*\\CommonRegexParser.cs</Source>
<Source>.*\\ExpressionAntlrLexer.cs</Source>
<Source>.*\\ExpressionAntlrParser.cs</Source>
<Source>.*\\LGFileLexer.cs</Source>
<Source>.*\\LGFileParser.cs</Source>
</Exclude>
</Sources>
</CodeCoverage>
</Configuration>
</DataCollector>
</DataCollectors>
</DataCollectionRunSettings>
</RunSettings>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/jiashisoft/botbuilder-dotnet.git
git@gitee.com:jiashisoft/botbuilder-dotnet.git
jiashisoft
botbuilder-dotnet
botbuilder-dotnet
master

搜索帮助