You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix issues that only show up when the interceptor is not used
This enables a bunch of tests that were previously not running when the interceptor is suppressed. Once we run them in that context, many of them were failing. I fix those bugs here.
public class SourceGenerated(ITestOutputHelperlogger):JsonRpcProxyGenerationTests(logger,JsonRpcProxyOptions.ProxyImplementation.AlwaysSourceGenerated)
1002
1003
{
1004
+
#if !NO_INTERCEPTORS
1003
1005
/// <summary>
1004
1006
/// The interceptor cannot fallback to dynamic proxies at runtime when the Options demands it,
1005
1007
/// because doing so would generate linker warnings for NativeAOT apps.
@@ -1066,9 +1068,8 @@ public async Task CheckedInProxiesFromPastGenerationsStillWork()
0 commit comments