Skip to content

Commit ee3734e

Browse files
authored
<auto-generated/> is not respected by CS1591 (#1)
2 parents 5390592 + be71b0a commit ee3734e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/nuget.rs

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,8 +240,15 @@ impl NugetPackage {
240240
241241
namespace Microsoft.Data.Sqlite
242242
{{
243+
/// <summary>
244+
/// Utility for loading SQLite vector extension.
245+
/// </summary>
243246
public static class Sqlite{0}Extensions
244247
{{
248+
/// <summary>
249+
/// Loads the {1} SQLite vector extension.
250+
/// </summary>
251+
/// <param name="connection">A connection to a SQLite database.</param>
245252
public static void Load{0}(this SqliteConnection connection)
246253
=> connection.LoadExtension("{1}");
247254
}}

0 commit comments

Comments
 (0)