Skip to content

Commit a674d46

Browse files
ExecuteAsync must be public as it is used from generated code.
1 parent 7e2ea84 commit a674d46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dotnet/src/dotnetframework/GxClasses/Domain/GxHttpClient.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1047,7 +1047,7 @@ public void Execute(string method, string name)
10471047
}
10481048
}
10491049
#if NETCORE
1050-
internal async Task ExecuteAsync(string method, string name)
1050+
public async Task ExecuteAsync(string method, string name)
10511051
{
10521052
if (UseOldHttpClient(name))
10531053
{

0 commit comments

Comments
 (0)