Fix Kafka CI: start Kafka container, fix configuration test timing, reduce infinite-loop test delay #2395
Annotations
20 warnings
|
Package
/home/runner/work/wolverine/wolverine/src/Transports/Kafka/Wolverine.Kafka/KafkaTransportExtensions.cs(236,25): warning CS8625: Cannot convert null literal to non-nullable reference type. [/home/runner/work/wolverine/wolverine/src/Transports/Kafka/Wolverine.Kafka/Wolverine.Kafka.csproj::TargetFramework=net10.0]
|
|
Package
/usr/share/dotnet/sdk/10.0.201/NuGet.Build.Tasks.Pack.targets(222,5): warning NU5048: The 'PackageIconUrl'/'iconUrl' element is deprecated. Consider using the 'PackageIcon'/'icon' element instead. Learn more at https://aka.ms/deprecateIconUrl [/home/runner/work/wolverine/wolverine/src/Transports/MQTT/Wolverine.MQTT/Wolverine.MQTT.csproj]
|
|
Package
/usr/share/dotnet/sdk/10.0.201/NuGet.Build.Tasks.Pack.targets(222,5): warning NU5048: The 'PackageIconUrl'/'iconUrl' element is deprecated. Consider using the 'PackageIcon'/'icon' element instead. Learn more at https://aka.ms/deprecateIconUrl [/home/runner/work/wolverine/wolverine/src/Transports/AWS/Wolverine.AmazonSns/Wolverine.AmazonSns.csproj]
|
|
Package
/usr/share/dotnet/sdk/10.0.201/NuGet.Build.Tasks.Pack.targets(222,5): warning NU5048: The 'PackageIconUrl'/'iconUrl' element is deprecated. Consider using the 'PackageIcon'/'icon' element instead. Learn more at https://aka.ms/deprecateIconUrl [/home/runner/work/wolverine/wolverine/src/Transports/AWS/Wolverine.AmazonSqs/Wolverine.AmazonSqs.csproj]
|
|
Package
/usr/share/dotnet/sdk/10.0.201/NuGet.Build.Tasks.Pack.targets(222,5): warning NU5048: The 'PackageIconUrl'/'iconUrl' element is deprecated. Consider using the 'PackageIcon'/'icon' element instead. Learn more at https://aka.ms/deprecateIconUrl [/home/runner/work/wolverine/wolverine/src/Transports/Azure/Wolverine.AzureServiceBus/Wolverine.AzureServiceBus.csproj]
|
|
Package
/usr/share/dotnet/sdk/10.0.201/NuGet.Build.Tasks.Pack.targets(222,5): warning NU5048: The 'PackageIconUrl'/'iconUrl' element is deprecated. Consider using the 'PackageIcon'/'icon' element instead. Learn more at https://aka.ms/deprecateIconUrl [/home/runner/work/wolverine/wolverine/src/Transports/RabbitMQ/Wolverine.RabbitMQ/Wolverine.RabbitMQ.csproj]
|
|
Package
/usr/share/dotnet/sdk/10.0.201/NuGet.Build.Tasks.Pack.targets(222,5): warning NU5048: The 'PackageIconUrl'/'iconUrl' element is deprecated. Consider using the 'PackageIcon'/'icon' element instead. Learn more at https://aka.ms/deprecateIconUrl [/home/runner/work/wolverine/wolverine/src/Wolverine/Wolverine.csproj]
|
|
Package
/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=net10.0]
|
|
Package
/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=net8.0]
|
|
Package
/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]
|
|
Test
/home/runner/work/wolverine/wolverine/src/Persistence/Wolverine.Polecat/WriteAggregateAttribute.cs(30,12): warning CS8618: Non-nullable property 'MissingMessage' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable. [/home/runner/work/wolverine/wolverine/src/Persistence/Wolverine.Polecat/Wolverine.Polecat.csproj::TargetFramework=net9.0]
|
|
Test
/home/runner/work/wolverine/wolverine/src/Persistence/Wolverine.Polecat/WriteAggregateAttribute.cs(29,12): warning CS8618: Non-nullable property 'MissingMessage' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable. [/home/runner/work/wolverine/wolverine/src/Persistence/Wolverine.Polecat/Wolverine.Polecat.csproj::TargetFramework=net9.0]
|
|
Test
/home/runner/work/wolverine/wolverine/src/Persistence/Wolverine.Polecat/AggregateHandlerAttribute.cs(31,12): warning CS8618: Non-nullable property 'MissingMessage' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable. [/home/runner/work/wolverine/wolverine/src/Persistence/Wolverine.Polecat/Wolverine.Polecat.csproj::TargetFramework=net9.0]
|
|
Test
/home/runner/work/wolverine/wolverine/src/Persistence/Wolverine.Polecat/PolecatIntegration.cs(208,81): warning CS8714: The type 'TSource' cannot be used as type parameter 'T' in the generic type or method 'IEvent<T>'. Nullability of type argument 'TSource' doesn't match 'notnull' constraint. [/home/runner/work/wolverine/wolverine/src/Persistence/Wolverine.Polecat/Wolverine.Polecat.csproj::TargetFramework=net9.0]
|
|
Test
/home/runner/work/wolverine/wolverine/src/Persistence/Wolverine.Polecat/PolecatIntegration.cs(177,16): warning CS8714: The type 'T' cannot be used as type parameter 'T' in the generic type or method 'IEvent<T>'. Nullability of type argument 'T' doesn't match 'notnull' constraint. [/home/runner/work/wolverine/wolverine/src/Persistence/Wolverine.Polecat/Wolverine.Polecat.csproj::TargetFramework=net9.0]
|
|
Test
/home/runner/.nuget/packages/microsoft.net.test.sdk/17.14.1/build/net8.0/Microsoft.NET.Test.Sdk.Program.cs(4,41): warning CS7022: The entry point of the program is global code; ignoring 'AutoGeneratedProgram.Main(string[])' entry point. [/home/runner/work/wolverine/wolverine/src/Transports/Redis/Wolverine.Redis.Tests/Wolverine.Redis.Tests.csproj::TargetFramework=net9.0]
|
|
Test
/home/runner/work/wolverine/wolverine/src/Testing/MessageRoutingTests/using_separate_handlers.cs(11,30): warning xUnit1013: Public method 'MultipleHandlerBehaviorUsage' on test class 'using_separate_handlers' 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/Testing/MessageRoutingTests/MessageRoutingTests.csproj::TargetFramework=net9.0]
|
|
Test
/home/runner/work/wolverine/wolverine/src/Testing/MessageRoutingTests/using_additive_local_routing_and_external_conventions.cs(11,30): warning xUnit1013: Public method 'configure_additive_routing' on test class 'using_additive_local_routing_and_external_conventions' 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/Testing/MessageRoutingTests/MessageRoutingTests.csproj::TargetFramework=net9.0]
|
|
Test
/home/runner/work/wolverine/wolverine/src/Transports/Kafka/Wolverine.Kafka/KafkaTransportExtensions.cs(236,25): warning CS8625: Cannot convert null literal to non-nullable reference type. [/home/runner/work/wolverine/wolverine/src/Transports/Kafka/Wolverine.Kafka/Wolverine.Kafka.csproj::TargetFramework=net9.0]
|
|
Test
/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]
|
Loading