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

DomCR / ACadSharp / 22042939112

15 Feb 2026 08:57PM UTC coverage: 77.205% (-0.3%) from 77.463%
22042939112

Pull #978

github

web-flow
Merge 157e6aebd into 4609c0caf
Pull Request #978: issue-976 context data

8157 of 11448 branches covered (71.25%)

Branch coverage included in aggregate %.

86 of 224 new or added lines in 14 files covered. (38.39%)

14 existing lines in 6 files now uncovered.

29510 of 37340 relevant lines covered (79.03%)

150787.88 hits per line

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

75.0
/src/ACadSharp/Objects/ObjectContextData.cs
1
using ACadSharp.Attributes;
2

3

4
namespace ACadSharp.Objects;
5

6
[DxfSubClass(DxfSubclassMarker.ObjectContextData)]
7
public abstract class ObjectContextData : NonGraphicalObject
8
{
9
        /// <inheritdoc/>
NEW
10
        public override string SubclassMarker => DxfSubclassMarker.ObjectContextData;
×
11

12
        /// <summary>
13
        /// Gets or sets the version number of the entity definition.
14
        /// </summary>
15
        [DxfCodeValue(70)]
16
        public short Version { get; set; } = 3;
5,075✔
17

18
        //B        -        Has file to extension dictionary (default value is true).
19
        //[DxfCodeValue()]
20
        public bool HasFileToExtensionDictionary { get; set; } = true;
5,075✔
21

22
        /// <summary>
23
        /// Gets or sets a value indicating whether this instance uses the default setting.
24
        /// </summary>
25
        [DxfCodeValue(290)]
26
        public bool Default { get; set; } = false;
5,075✔
27
}
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