Namespace Zomp.SyncMethodGenerator
Classes
CreateSyncVersionAttribute
An attribute that can be used to automatically generate a synchronous version of an async method(s). Must be used in or on a partial type.
SkipSyncVersionAttribute
Skips sync version generation of a method when CreateSyncVersionAttribute is applied to a containing type.