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

loresoft / MediatR.CommandQuery / 14067111219

25 Mar 2025 06:14PM UTC coverage: 59.397% (-0.5%) from 59.879%
14067111219

push

github

pwelter34
Update MediatorServiceExtensions.cs

495 of 971 branches covered (50.98%)

Branch coverage included in aggregate %.

0 of 3 new or added lines in 1 file covered. (0.0%)

113 existing lines in 15 files now uncovered.

1474 of 2344 relevant lines covered (62.88%)

22.57 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
using System.Text.Json.Serialization;
3

4
namespace MediatR.CommandQuery.Models;
5

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