Open tjaskula opened 3 years ago
For example a protocol like that:
public interface IEntity1 { ICompletes<Entity1State> DefineWith(string name, int age); ICompletes<Entity1State> Current { get; } void ChangeName(string name); void IncreaseAge(); }
Will not generate the correct handler for Current property because they are not supported
Current
For example a protocol like that:
Will not generate the correct handler for
Current
property because they are not supported