We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d3d0f9 commit 4aa2e7cCopy full SHA for 4aa2e7c
src/SqlBindingExtension.cs
@@ -22,7 +22,7 @@ public static IWebJobsBuilder AddSql(this IWebJobsBuilder builder, Action<SqlOpt
22
builder.AddExtension<SqlExtensionConfigProvider>().BindOptions<SqlOptions>();
23
if (configureSqlOptions != null)
24
{
25
-#pragma warning disable IDE0001 // Cannot simplify the name here, supressing the warning.
+#pragma warning disable IDE0001 // Cannot simplify the name here, suppressing the warning.
26
builder.Services.Configure<SqlOptions>(configureSqlOptions);
27
#pragma warning restore IDE0001
28
}
0 commit comments