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

loresoft / KickStart / 6744647222

03 Nov 2023 11:32AM UTC coverage: 60.234%. Remained the same
6744647222

Pull #242

github

web-flow
Merge d1b928498 into 89287de9e
Pull Request #242: Bump xunit from 2.5.0 to 2.6.1

152 of 338 branches covered (0.0%)

Branch coverage included in aggregate %.

569 of 859 relevant lines covered (66.24%)

16.35 hits per line

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

0.0
/src/KickStart.MongoDB/MongoBuilder.cs
1
using System;
2

3
namespace KickStart.MongoDB
4
{
5
    /// <summary>
6
    /// MongoDB fluent builder
7
    /// </summary>
8
    /// <seealso cref="KickStart.MongoDB.IMongoBuilder" />
9
    public class MongoBuilder : IMongoBuilder
10
    {
11
        /// <summary>
12
        /// Gets the MongoDB configuration options.
13
        /// </summary>
14
        /// <value>
15
        /// The MongoDB configuration options..
16
        /// </value>
17
        public MongoOptions Options { get; }
18

19
        /// <summary>
20
        /// Initializes a new instance of the <see cref="MongoBuilder"/> class.
21
        /// </summary>
22
        /// <param name="options">The options.</param>
23
        public MongoBuilder(MongoOptions options)
24
        {
25
            Options = options;
26
        }
×
27
    }
28
}
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

© 2025 Coveralls, Inc