The OOB discovery that CLI harnesses like Copilot does involves just looking at the API docs and potentially ILSpy of the implementation, which is token-heavy and not very smart.
A pre-packaged skill alongside the nuget package would be great. Until we get a built-in supported method from nuget, this approach works great for me after initial restore+build once: https://github.com/devlooped/StructId/blob/main/src/StructId.Package/StructId.targets#L18-L24
The OOB discovery that CLI harnesses like Copilot does involves just looking at the API docs and potentially ILSpy of the implementation, which is token-heavy and not very smart.
A pre-packaged skill alongside the nuget package would be great. Until we get a built-in supported method from nuget, this approach works great for me after initial restore+build once: https://github.com/devlooped/StructId/blob/main/src/StructId.Package/StructId.targets#L18-L24