flag to disable all remote usage of InvokeAsync() to protect teams fr… #1485
Annotations
10 errors and 12 warnings
CoreTests.WolverineOptionsTests.enable_remote_invocation_is_true_by_default:
src/Testing/CoreTests/WolverineOptionsTests.cs#L211
Shouldly.ShouldAssertException : new WolverineOptions().EnableRemoteInvocation
should be
True
but was
False
|
CoreTests.Acceptance.remote_invocation.happy_path_with_auto_routing:
src/Testing/CoreTests/Acceptance/remote_invocation.cs#L106
System.InvalidOperationException : Remote invocation is disabled in this application through the WolverineOptions.EnableRemoteInvocation value. Cannot invoke at requested endpoint tcp://localhost:36717/
|
CoreTests.Acceptance.remote_invocation.sad_path_send_and_wait_with_no_handler:
src/Testing/CoreTests/Acceptance/remote_invocation.cs#L323
Shouldly.ShouldAssertException : Task `async () => { await publisher.EndpointFor("Receiver1").InvokeAsync( new RequestWithNoHandler()); }`
should throw
Wolverine.Runtime.RemoteInvocation.WolverineRequestReplyException
but threw
System.InvalidOperationException
|
CoreTests.Acceptance.remote_invocation.sad_path_with_auto_routing:
src/Testing/CoreTests/Acceptance/remote_invocation.cs#L190
Shouldly.ShouldAssertException : Task `async () => { var (session, response) = await _sender.TrackActivity() .AlsoTrack(_receiver1, _receiver2) .Timeout(5.Seconds()) .DoNotAssertOnExceptionsDetected() // This message is rigged to fail .InvokeAndWaitAsync<Response1>(new Request1 { Name = "Soulcatcher" }); }`
should throw
Wolverine.Runtime.RemoteInvocation.WolverineRequestReplyException
but threw
System.InvalidOperationException
|
CoreTests.Acceptance.remote_invocation.happy_path_send_and_wait_to_specific_endpoint:
src/Testing/CoreTests/Acceptance/remote_invocation.cs#L238
System.InvalidOperationException : Remote invocation is disabled in this application through the WolverineOptions.EnableRemoteInvocation value. Cannot invoke at requested endpoint tcp://localhost:44805/
|
CoreTests.Acceptance.remote_invocation.timeout_on_send_and_wait_with_auto_routing:
src/Testing/CoreTests/Acceptance/remote_invocation.cs#L296
Shouldly.ShouldAssertException : Task `async () => { await publisher.InvokeAsync(new Request2 { Name = "SLOW" }); }`
should throw
System.TimeoutException
but threw
System.InvalidOperationException
|
CoreTests.Acceptance.remote_invocation.timeout_with_auto_routing:
src/Testing/CoreTests/Acceptance/remote_invocation.cs#L210
Shouldly.ShouldAssertException : Task `async () => { await publisher.InvokeAsync<Response1>(new Request1 { Name = "SLOW" }); }`
should throw
System.TimeoutException
but threw
System.InvalidOperationException
|
CoreTests.Acceptance.remote_invocation.sad_path_send_and_wait_for_acknowledgement_with_auto_routing:
src/Testing/CoreTests/Acceptance/remote_invocation.cs#L276
Shouldly.ShouldAssertException : Task `async () => { var session = await _sender.TrackActivity() .AlsoTrack(_receiver1, _receiver2) .Timeout(5.Seconds()) .DoNotAssertOnExceptionsDetected() // This message is rigged to fail .InvokeMessageAndWaitAsync(new Request2 { Name = "Limper" }); }`
should throw
Wolverine.Runtime.RemoteInvocation.WolverineRequestReplyException
but threw
System.InvalidOperationException
|
CoreTests.Acceptance.remote_invocation.happy_path_with_explicit_endpoint_name:
src/Testing/CoreTests/Acceptance/remote_invocation.cs#L143
System.InvalidOperationException : Remote invocation is disabled in this application through the WolverineOptions.EnableRemoteInvocation value. Cannot invoke at requested endpoint tcp://localhost:37569/
|
CoreTests.Acceptance.remote_invocation.happy_path_send_and_wait_with_auto_routing:
src/Testing/CoreTests/Acceptance/remote_invocation.cs#L221
System.InvalidOperationException : Remote invocation is disabled in this application through the WolverineOptions.EnableRemoteInvocation value. Cannot invoke at requested endpoint tcp://localhost:37031/
|
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
build
.NET 7.0 is no longer supported and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the .NET support policy.
|
build
The target framework 'net7.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
|
build
The target framework 'net7.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
|
build
The target framework 'net7.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
|
build
The target framework 'net7.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
|
build:
build/build.cs#L282
Possible null reference return.
|
build:
build/build.cs#L287
Possible null reference argument for parameter 'element' in 'TargetFrameworkAttribute? CustomAttributeExtensions.GetCustomAttribute<TargetFrameworkAttribute>(Assembly element)'.
|
build:
build/build.cs#L287
Dereference of a possibly null reference.
|
build
The target framework 'net7.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
|
build
The target framework 'net7.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
|
build
The target framework 'net7.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
|