You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Copy file name to clipboardExpand all lines: Source/Channel/Transformer.cs
+1-3Lines changed: 1 addition & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,4 @@
1
-
usingSystem.Diagnostics;
2
-
3
-
namespaceOpen.Database.Extensions;
1
+
namespaceOpen.Database.Extensions;
4
2
5
3
/// <summary>Constructs a <see cref="Transformer{T}"/>.</summary>
6
4
/// <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