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

microsoft / botbuilder-dotnet / 389178

15 May 2024 07:39PM UTC coverage: 78.157%. Remained the same
389178

Pull #6760

CI-PR build

web-flow
Merge b13e266c8 into 42c439505
Pull Request #6760: [#6741] Update projects to .Net 8

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