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

DomCR / ACadSharp / 22091063889

17 Feb 2026 08:24AM UTC coverage: 77.307% (-0.3%) from 77.593%
22091063889

Pull #978

github

web-flow
Merge 33e2d5063 into ae77202b7
Pull Request #978: issue-976 context data

8186 of 11470 branches covered (71.37%)

Branch coverage included in aggregate %.

87 of 255 new or added lines in 16 files covered. (34.12%)

7 existing lines in 4 files now uncovered.

29549 of 37342 relevant lines covered (79.13%)

150780.59 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