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

loresoft / FluentCommand / 24158009941

08 Apr 2026 08:50PM UTC coverage: 56.524% (-0.9%) from 57.452%
24158009941

push

github

pwelter34
Support IgnoreProperty and generator improvements

1412 of 3182 branches covered (44.37%)

Branch coverage included in aggregate %.

0 of 65 new or added lines in 3 files covered. (0.0%)

1 existing line in 1 file now uncovered.

4289 of 6904 relevant lines covered (62.12%)

328.41 hits per line

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

0.0
/src/FluentCommand.Generators/Infrastructure/CollectionBuilderAttribute.cs
1
#pragma warning disable IDE0130 // Namespace does not match folder structure
2

3
using System.ComponentModel;
4

5
namespace System.Runtime.CompilerServices;
6

7
[EditorBrowsable(EditorBrowsableState.Never)]
8
[AttributeUsage(AttributeTargets.Class | AttributeTargets.Struct | AttributeTargets.Interface, Inherited = false)]
NEW
9
internal sealed class CollectionBuilderAttribute(Type builderType, string methodName) : Attribute
×
10
{
NEW
11
    public Type BuilderType { get; } = builderType;
×
12

NEW
13
    public string MethodName { get; } = methodName;
×
14
}
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