MassTransit / Automatonymous

A state machine library for .Net - 100% code - No doodleware
Apache License 2.0
736 stars 116 forks source link

Enhancement: Let Interfaces start with a cappital I #74

Closed muhmuhhum closed 3 years ago

muhmuhhum commented 3 years ago

It would be great if all Interfaces could start with a cappital I to be compatibel to the dotnet base classes. public interface State would change to public interface IState

I find it hard to navigate in the code without this

phatboyg commented 3 years ago

Not happening.