You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 15, 2021. It is now read-only.
I propose that we update IResource.Parameters from an IEnumerable<ResourceParameter> to string. Currently, most of our IResourceStartups are implemented because they want a custom Template. We can still support IEnumerable<ResourceParameter> but the user will call parameters.GenerateUriTemplate() to produce the template in order to provide a string. This means more often than not we can have people IResources used which can port to SystemWeb unlike IResourceStartups.
I propose that we update
IResource.Parameters
from anIEnumerable<ResourceParameter>
tostring
. Currently, most of ourIResourceStartup
s are implemented because they want a custom Template. We can still supportIEnumerable<ResourceParameter>
but the user will callparameters.GenerateUriTemplate()
to produce the template in order to provide astring
. This means more often than not we can have peopleIResource
s used which can port to SystemWeb unlikeIResourceStartup
s.@nikmd23
The text was updated successfully, but these errors were encountered: