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

DomCR / ACadSharp / 12905761471

22 Jan 2025 10:03AM UTC coverage: 2.0% (-74.0%) from 75.963%
12905761471

push

github

DomCR
version 1.0.6

104 of 7676 branches covered (1.35%)

Branch coverage included in aggregate %.

590 of 27024 relevant lines covered (2.18%)

5.13 hits per line

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

0.0
/src/ACadSharp/IO/CadWriterConfiguration.cs
1
namespace ACadSharp.IO
2
{
3
        /// <summary>
4
        /// Configuration for the <see cref="CadWriterBase{T}"/> class.
5
        /// </summary>
6
        public class CadWriterConfiguration
7
        {
8
                /// <summary>
9
                /// The writer will close the stream once the operation is completed.
10
                /// </summary>
11
                /// <value>
12
                /// default: true
13
                /// </value>
14
                public bool CloseStream { get; set; } = true;
×
15

16
                /// <summary>
17
                /// Will not ignore the <see cref="ACadSharp.Objects.XRecord"/> objects in the document.
18
                /// </summary>
19
                /// <remarks>
20
                /// Due the complexity of XRecords, if this flag is set to true, it may cause a corruption of the file if the records have been modified manually.
21
                /// </remarks>
22
                /// <value>
23
                /// default: false
24
                /// </value>
25
                public bool WriteXRecords { get; set; } = false;
×
26

27
                /// <summary>
28
                /// Will not ignore the <see cref="ACadSharp.XData.ExtendedData"/> collection in the <see cref="CadObject"/>.
29
                /// </summary>
30
                /// <value>
31
                /// default: true
32
                /// </value>
33
                public bool WriteXData { get; set; } = true;
×
34
        }
35
}
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