I don't have a code sample to illustrate this, but, in ExplicitPropertyExpectationsExtensionsPropertyBuilder.BuildSetter(), the type name for the @value parameter isn't fully-qualified. If you look in PropertyExpectationsExtensionsPropertyBuilder.BuildSetter(), I believe the way propertyParameterValue is created is the value that should be repeated for the explicit case.
I don't have a code sample to illustrate this, but, in
ExplicitPropertyExpectationsExtensionsPropertyBuilder.BuildSetter(), the type name for the@valueparameter isn't fully-qualified. If you look inPropertyExpectationsExtensionsPropertyBuilder.BuildSetter(), I believe the waypropertyParameterValueis created is the value that should be repeated for the explicit case.