Skip to content

Commit

Permalink
Update SampleStartup.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCropp committed Dec 4, 2024
1 parent 9d62921 commit b1e4170
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/SqlServer.HttpPassthrough.SampleWeb/SampleStartup.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
using NServiceBus.SqlServer.HttpPassthrough;
using System.Diagnostics.CodeAnalysis;
using NServiceBus.SqlServer.HttpPassthrough;
using NServiceBus.Transport.SqlServerNative;

[SuppressMessage("Performance", "CA1822:Mark members as static")]
public class SampleStartup
{
public SampleStartup(IConfiguration configuration) =>
Expand Down

0 comments on commit b1e4170

Please sign in to comment.