Closed rogeratplumbee closed 8 years ago
Hi. I think it was fixed (see this report https://github.com/consulo/consulo-csharp/issues/372).
Can you say C# plugin version?
I think you need only call About -> Check for updates
I just updated Consulo to the latest build and is fixed, yes. Apologies! PD You're so quick fixing bugs that you fix them before I finished typing :D
Please report any other code issues or features. Most C# problems you can report here https://github.com/consulo/consulo-csharp
Thanks
I'm using this state machine library:
https://github.com/dotnet-state-machine/stateless
The class:
has an internal public class:
I'm creating this code:
And the the OnEntryState:
Consulo mark the type of the parameter as an error:
StateMachine<string, string>.Transition
but the code is correct, compile and do the expected job.
If I change the signature to this:
The error disappear in Consulo but the code is incorrect and doesn't compile.