Skip to content

Commit 420d65b

Browse files
committed
change UseTransport to warning only
1 parent 142ab0f commit 420d65b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/NServiceBus.AzureFunctions.Analyzer/AzureFunctionsDiagnostics.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ public static class AzureFunctionsDiagnostics
7474
title: "UseTransport is not supported in Azure Functions",
7575
messageFormat: "The package configures Azure Service Bus transport by default. Use ServiceBusTriggeredEndpointConfiguration.Transport to access the transport configuration.",
7676
category: DiagnosticCategory,
77-
defaultSeverity: DiagnosticSeverity.Error,
77+
defaultSeverity: DiagnosticSeverity.Warning,
7878
isEnabledByDefault: true
7979
);
8080

0 commit comments

Comments
 (0)