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
While generating service reference using either IDE or command line using dotnet-svcutil, observed that generated code by default generates Async methods and we have option to include Sync calls.
How can I use the tool to generate only Sync calls?
We would like to avoid /minimize WCF client code and just would like to migrate to .Net 8
Any suggestions plz
The text was updated successfully, but these errors were encountered:
While generating service reference using either IDE or command line using dotnet-svcutil, observed that generated code by default generates Async methods and we have option to include Sync calls.
How can I use the tool to generate only Sync calls?
We would like to avoid /minimize WCF client code and just would like to migrate to .Net 8
Any suggestions plz
The text was updated successfully, but these errors were encountered: