File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -237,12 +237,18 @@ impl NugetPackage {
237237 ) ;
238238 let cs_file_content = format ! (
239239 r#"// <auto-generated/>
240- #pragma warning disable CS1591 // Compensate for https://github.com/dotnet/roslyn/issues/41171
241240
242241namespace Microsoft.Data.Sqlite
243242{{
243+ /// <summary>
244+ /// Utility for loading SQLite vector extension.
245+ /// </summary>
244246 public static class Sqlite{0}Extensions
245247 {{
248+ /// <summary>
249+ /// Loads the {1} SQLite vector extension.
250+ /// </summary>
251+ /// <param name="connection">A connection to a SQLite database.</param>
246252 public static void Load{0}(this SqliteConnection connection)
247253 => connection.LoadExtension("{1}");
248254 }}
You can’t perform that action at this time.
0 commit comments