Leonardo Fernandez Sanchez
Leonardo Fernandez Sanchez
``` void When(IDomainEvent e) { (this as dynamic).Apply(e); } protected void Apply(IDomainEvent e) { this.mutatingEvents.Add(e); When(e); } ``` This code doesn't work, it generates an StackOverflow exception due to it's...
Hi, Something that caught my eye is that this setup does not create a token for the default service account. Have you experienced the same problem? and if so, how...
Hi - thanks for the plugin. Quick question - is there any plans to support UE5? Considering live coding is not supported on OSX or Linux, it would be great...
Hi, The library is not working with the latest react native version. The following error shows up: ``` Object prototype may only be an Object or null ``` I did...