ant-10base

Results 2 comments of ant-10base

So I tried again with an intermediary project (thinking that would work), so added in `[assembly: GenerateCodeForDeclaringAssembly(typeof(Employee.Domain.Aggregate.State.Events.AddIdEvent))] ` but instead I get error CS0122: 'Proxy_IEmployeeAggregate' is inaccessible due to its...

Ok so a bit more tweaking and now it works. Because I have some abstract classes that handle the Orleans implementation, and then another project that defines the more domain...