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

loresoft / MediatR.CommandQuery / 12567339125

01 Jan 2025 04:52AM UTC coverage: 60.229% (-0.1%) from 60.328%
12567339125

push

github

pwelter34
switch to Testcontainers

402 of 761 branches covered (52.83%)

Branch coverage included in aggregate %.

1282 of 2035 relevant lines covered (63.0%)

19.24 hits per line

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

0.0
/src/MediatR.CommandQuery/Models/EntityIdentifiersModel.cs
1
using System.Diagnostics.CodeAnalysis;
2

3
namespace MediatR.CommandQuery.Models;
4

5
/// <summary>
6
/// An identifiers base model<c>class</c>
7
/// </summary>
8
/// <typeparam name="TKey">The type of the key.</typeparam>
9
public class EntityIdentifiersModel<TKey>
10
{
11
    /// <summary>
12
    /// Gets or sets the list of identifiers.
13
    /// </summary>
14
    /// <value>
15
    /// The list of identifiers.
16
    /// </value>
17
    [NotNull]
18
    public IReadOnlyCollection<TKey> Ids { get; set; } = null!;
×
19
}
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