We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d62921 commit b1e4170Copy full SHA for b1e4170
src/SqlServer.HttpPassthrough.SampleWeb/SampleStartup.cs
@@ -1,6 +1,8 @@
1
-using NServiceBus.SqlServer.HttpPassthrough;
+using System.Diagnostics.CodeAnalysis;
2
+using NServiceBus.SqlServer.HttpPassthrough;
3
using NServiceBus.Transport.SqlServerNative;
4
5
+[SuppressMessage("Performance", "CA1822:Mark members as static")]
6
public class SampleStartup
7
{
8
public SampleStartup(IConfiguration configuration) =>
0 commit comments