Skip to content

Commit a8792b5

Browse files
authored
<auto-generated/> is not respected by CS1591
1 parent 5390592 commit a8792b5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/nuget.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,7 @@ 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
240241
241242
namespace Microsoft.Data.Sqlite
242243
{{

0 commit comments

Comments
 (0)