diff --git a/Directory.Packages.props b/Directory.Packages.props
index 474960f..e8ca625 100644
--- a/Directory.Packages.props
+++ b/Directory.Packages.props
@@ -10,7 +10,8 @@
-
+
+
diff --git a/src/NetEvolve.CodeBuilder/CSharpCodeBuilder.Append.cs b/src/NetEvolve.CodeBuilder/CSharpCodeBuilder.Append.cs
index 0062738..582854f 100644
--- a/src/NetEvolve.CodeBuilder/CSharpCodeBuilder.Append.cs
+++ b/src/NetEvolve.CodeBuilder/CSharpCodeBuilder.Append.cs
@@ -1,4 +1,4 @@
-namespace NetEvolve.CodeBuilder;
+namespace NetEvolve.CodeBuilder;
using System;
@@ -249,7 +249,7 @@ public CSharpCodeBuilder Append(string? value, int startIndex, int count)
/// The string to append.
/// The current instance to allow for method chaining.
///
- /// null, an empty string, or "\0" are ignored; the method returns without appending.
+ /// , an empty string, or "\0" are ignored; the method returns without appending.
/// The following single-character strings receive special treatment:
///
/// - "\n", "\r", or "\r\n" — treated as a line terminator; equivalent to calling .