Warning CS8002 Build “Xero.NetStandard.OAuth2, Version = 0.0 .0.0, Culture = neutral, PublicKeyToken = null "referenced does not work. Have a strong name.
SDK you're using (please complete the following information):
- Version [3.17]
Is your feature request related to a problem? Please describe. I downloaded your assembly for my project from NuGet, signed MY project and try to build assemblies through ILMerge (so that in total there was 1 file with all assemblies), and as a result I get a warning (Warning CS8002 Build “Xero.NetStandard.OAuth2, Version = 0.0 .0.0, Culture = neutral, PublicKeyToken = null "referenced does not work. Have a strong name.), How can I fix this?
Describe the solution you'd like Get signed assembly
Describe alternatives you've considered I would not like to sit myself and rewrite the necessary methods from your assembly
Additional context

@tyc9l - were you upgrading this SDK from code previously running OAuth 1.0a? Because that upgrade is a breaking change.