• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

microsoft / botbuilder-dotnet / 388884

08 May 2024 05:35PM UTC coverage: 78.157% (-0.02%) from 78.175%
388884

push

CI-PR build

web-flow
Converting to new CodeQL suppression syntax (#6787)

* Converting to new CodeQL suppression syntax

* Adding the reason

26178 of 33494 relevant lines covered (78.16%)

0.78 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/libraries/Adapters/Microsoft.Bot.Builder.Adapters.Slack/Model/ModelViewState.cs
1
// Copyright (c) Microsoft Corporation. All rights reserved.
2
// Licensed under the MIT License.
3

4
using System;
5
using System.Collections.Generic;
6
using Newtonsoft.Json;
7

8
namespace Microsoft.Bot.Builder.Adapters.Slack.Model
9
{
10
    [Obsolete("The Bot Framework Adapters will be deprecated in the next version of the Bot Framework SDK and moved to https://github.com/BotBuilderCommunity/botbuilder-community-dotnet. Please refer to their new location for all future work.")]
11
    public class ModelViewState
12
    {
13
        [JsonProperty(PropertyName = "values")]
14
        public Dictionary<string, Dictionary<string, ModalBlock>> Values { get; } = new Dictionary<string, Dictionary<string, ModalBlock>>();
×
15
    }
16
}
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc