Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Invalid
-
5.0
-
None
Description
When contributing to a service you currently must match the service id case exactly. This is at odds with the general case insensitive policy so I assume it is a bug.
e.g.
If service has id "foo.Blah"
then
@Contribute("foo.Blah") will be picked up
but
@Contribute("foo.blah") will not.