Skip to content

Commit 668c1ef

Browse files
Remove unused directive and update Transformer summary
Removed the `using System.Diagnostics;` directive. Retained the namespace declaration for `Open.Database.Extensions`. Added a summary comment to the `Transformer<T>` class constructor to clarify its purpose and the optional field mapping overrides parameter.
1 parent 4997a34 commit 668c1ef

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Source/Channel/Transformer.cs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
using System.Diagnostics;
2-
3-
namespace Open.Database.Extensions;
1+
namespace Open.Database.Extensions;
42

53
/// <summary>Constructs a <see cref="Transformer{T}"/>.</summary>
64
/// <param name="fieldMappingOverrides">An optional override map of field names to column names where the keys are the property names, and values are the column names.</param>

0 commit comments

Comments
 (0)