Namespace Serenity.Tasking.Application.Utils
Classes
DefaultInstanceActivator
Default instance activator using CreateInstance(Type). Requires a public parameterless constructor. Runtime-specific activators can be injected to handle special types.
DefaultStringArgumentResolver
Basic string conversion to type.
If the parameter is an interface/class implemented by an asset,
it attempts to resolve it with the IAssetLocator registered in services (Addressables, Resources, bundles, etc).