episerver / upgrade-assistant-extensions

Apache License 2.0
10 stars 6 forks source link

TemplateDescriptor Attribute #1

Closed lunchin closed 3 years ago

lunchin commented 3 years ago

There is a property Default as part of the attribute that has been obsoleted. We should remove the default property when found.

modulus37 commented 3 years ago

Hi Mark It will just be removed: old [TemplateDescriptor(Default = true)]
new [TemplateDescriptor]

this is alredy done now.

modulus37 commented 3 years ago

Removing the Default Argument from the TemplateDescriptor Attribute is implemented.

modulus37 commented 3 years ago

closing this issue, it is completd.