Marius Aiordăchioaei
Marius Aiordăchioaei
Hello @Splaktar Angular Material Dialog works just fine. I only needed one additional component that can handle confirmation logic and is usable via a service and I thought this was...
In case of an awaitable target of the interception, I should be able to await the result in the IInterceptionBehavior.Invoke. Should I provide a more elaborate example?
``` using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Unity; using Unity.Interception.ContainerIntegration; using Unity.Interception.InterceptionBehaviors; using Unity.Interception.Interceptors.InstanceInterceptors.InterfaceInterception; using Unity.Interception.PolicyInjection.Pipeline; namespace Program { public class Program { public static void Main(string[]...