Add describe-routing sub-command to wolverine-diagnostics (#2468) #2487
+620
−10
Annotations
10 warnings
|
Run Azure Service Bus Tests
/home/runner/work/wolverine/wolverine/src/Wolverine/Runtime/Agents/IAgent.cs(34,27): warning CS1066: The default value specified for parameter 'cancellationToken' will have no effect because it applies to a member that is used in contexts that do not allow optional arguments [/home/runner/work/wolverine/wolverine/src/Wolverine/Wolverine.csproj::TargetFramework=net9.0]
|
|
Run Azure Service Bus Tests
/home/runner/work/wolverine/wolverine/src/Wolverine/Middleware/TryCatchFinallyFrame.cs(177,17): warning CS8767: Nullability of reference types in type of parameter 'variable' of 'bool CatchBlockMethodVariables.TryFindVariableByName(Type dependency, string name, out Variable? variable)' doesn't match implicitly implemented member 'bool IMethodVariables.TryFindVariableByName(Type dependency, string name, out Variable? variable)' (possibly because of nullability attributes). [/home/runner/work/wolverine/wolverine/src/Wolverine/Wolverine.csproj::TargetFramework=net9.0]
|
|
Run Azure Service Bus Tests
/home/runner/work/wolverine/wolverine/src/Transports/Azure/Wolverine.AzureServiceBus.Tests/end_to_end_with_named_broker.cs(56,23): warning xUnit1013: Public method 'send_message_to_and_receive_through_rabbitmq_with_inline_receivers' on test class 'end_to_end_with_named_broker' should be marked as a Fact. Reduce the visibility of the method, or add a Fact attribute to the method. (https://xunit.net/xunit.analyzers/rules/xUnit1013) [/home/runner/work/wolverine/wolverine/src/Transports/Azure/Wolverine.AzureServiceBus.Tests/Wolverine.AzureServiceBus.Tests.csproj::TargetFramework=net9.0]
|
|
Run Azure Service Bus Tests
/home/runner/work/wolverine/wolverine/src/Transports/Azure/Wolverine.AzureServiceBus.Tests/end_to_end_with_named_broker.cs(24,30): warning xUnit1013: Public method 'bootstrap_with_named_brokers' on test class 'end_to_end_with_named_broker' should be marked as a Fact. Reduce the visibility of the method, or add a Fact attribute to the method. (https://xunit.net/xunit.analyzers/rules/xUnit1013) [/home/runner/work/wolverine/wolverine/src/Transports/Azure/Wolverine.AzureServiceBus.Tests/Wolverine.AzureServiceBus.Tests.csproj::TargetFramework=net9.0]
|
|
Run Azure Service Bus Tests
/home/runner/work/wolverine/wolverine/src/Persistence/Wolverine.Marten/Requirements/IMartenDataRequirement.cs(118,42): warning CS8604: Possible null reference argument for parameter 'id' in 'Task<bool> IBatchedQuery.CheckExists<TDoc>(object id)'. [/home/runner/work/wolverine/wolverine/src/Persistence/Wolverine.Marten/Wolverine.Marten.csproj::TargetFramework=net9.0]
|
|
Run Azure Service Bus Tests
/home/runner/work/wolverine/wolverine/src/Persistence/Wolverine.Marten/Requirements/IMartenDataRequirement.cs(93,59): warning CS8604: Possible null reference argument for parameter 'id' in 'Task<bool> IQuerySession.CheckExistsAsync<TDoc>(object id, CancellationToken token = default(CancellationToken))'. [/home/runner/work/wolverine/wolverine/src/Persistence/Wolverine.Marten/Wolverine.Marten.csproj::TargetFramework=net9.0]
|
|
Run Azure Service Bus Tests
/home/runner/work/wolverine/wolverine/src/Persistence/Wolverine.Marten/Requirements/IMartenDataRequirement.cs(65,42): warning CS8604: Possible null reference argument for parameter 'id' in 'Task<bool> IBatchedQuery.CheckExists<TDoc>(object id)'. [/home/runner/work/wolverine/wolverine/src/Persistence/Wolverine.Marten/Wolverine.Marten.csproj::TargetFramework=net9.0]
|
|
Run Azure Service Bus Tests
/home/runner/work/wolverine/wolverine/src/Persistence/Wolverine.Marten/Requirements/IMartenDataRequirement.cs(40,59): warning CS8604: Possible null reference argument for parameter 'id' in 'Task<bool> IQuerySession.CheckExistsAsync<TDoc>(object id, CancellationToken token = default(CancellationToken))'. [/home/runner/work/wolverine/wolverine/src/Persistence/Wolverine.Marten/Wolverine.Marten.csproj::TargetFramework=net9.0]
|
|
Run Azure Service Bus Tests
/home/runner/work/wolverine/wolverine/src/Wolverine/Runtime/Agents/IAgent.cs(34,27): warning CS1066: The default value specified for parameter 'cancellationToken' will have no effect because it applies to a member that is used in contexts that do not allow optional arguments [/home/runner/work/wolverine/wolverine/src/Wolverine/Wolverine.csproj::TargetFramework=net9.0]
|
|
Run Azure Service Bus Tests
/home/runner/work/wolverine/wolverine/src/Wolverine/Middleware/TryCatchFinallyFrame.cs(177,17): warning CS8767: Nullability of reference types in type of parameter 'variable' of 'bool CatchBlockMethodVariables.TryFindVariableByName(Type dependency, string name, out Variable? variable)' doesn't match implicitly implemented member 'bool IMethodVariables.TryFindVariableByName(Type dependency, string name, out Variable? variable)' (possibly because of nullability attributes). [/home/runner/work/wolverine/wolverine/src/Wolverine/Wolverine.csproj::TargetFramework=net9.0]
|
Loading