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

ParadoxGameConverters / commonItems.NET / 4780281200

pending completion
4780281200

Pull #295

github

GitHub
Merge e2e1dae7f into 3f98be9ad
Pull Request #295: Replace reflection with source generation for default serialization implementation

887 of 977 branches covered (90.79%)

Branch coverage included in aggregate %.

1 of 1 new or added line in 1 file covered. (100.0%)

3182 of 3349 relevant lines covered (95.01%)

1942.76 hits per line

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

0.0
/commonItems/Serialization/SerializedName.cs
1
using System;
2

3
namespace commonItems.Serialization; 
4

5
[AttributeUsage(AttributeTargets.Property | AttributeTargets.Field)]
6
public class SerializedName : Attribute {
7
        public string Name { get; }
×
8

9
        public SerializedName(string name) {
×
10
                Name = name;
×
11
        }
×
12
}
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