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
NuGet supports the <Serviceable>true</Serviceable> property. IIUC packages using this should also be compiled with [assembly: AssemblyMetadata("Serviceable", "True")]. Can auto generate this assembly attribute when the MSbuild property is set?
The text was updated successfully, but these errors were encountered:
I've since learned that Serviceable is a Microsoft-internal kind of thing. We probably don't need this i in the SDK and have implemented this in our own targets. Closing as we don't need it.
NuGet supports the
<Serviceable>true</Serviceable>
property. IIUC packages using this should also be compiled with[assembly: AssemblyMetadata("Serviceable", "True")]
. Can auto generate this assembly attribute when the MSbuild property is set?The text was updated successfully, but these errors were encountered: