It seems like handlers that are within classes that end with a number are not discovered.
Invoking the bus ends with an the following error message:
Wolverine.Runtime.Routing.IndeterminateRoutesException
Could not determine any valid subscribers or local handlers for message type CoreTests.Compilation.FixtureMessage
This only happens when the classname ends with a number, classes containing a number are working fine.
It seems like handlers that are within classes that end with a number are not discovered.
Invoking the bus ends with an the following error message:
This only happens when the classname ends with a number, classes containing a number are working fine.
For a reproduction see 👇
https://github.com/JasperFx/wolverine/compare/main...timdeschryver:reproduction/handler-with-number-in-class-name?expand=1