rbeauchamp / Swashbuckle.OData

Extends Swashbuckle with OData v4 support!
Other
128 stars 96 forks source link

Swashbuckle.OData.dll does not represent a strongly named assembly #127

Closed icnocop closed 7 years ago

icnocop commented 7 years ago

Hi.

Thank you for Swashbuckle.OData.dll.

If my project is configured so the output assembly is signed with a strong name, it will require referenced assemblies to also be signed with a strong name key. However, since Swashbuckle.OData.dll is not, I get the following compiler error: error CS8002: Referenced assembly 'Swashbuckle.OData, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' does not have a strong name.

I installed Swashbuckle.OData.dll 3.0.0 from NuGet.

Thank you.

lengly commented 7 years ago

same issue

rbeauchamp commented 7 years ago

Can you please submit a PR where the DLLs are signed with a strong name?

cibergarri commented 7 years ago

Richard, my current PR has them.

Obtener Outlook para Androidhttps://aka.ms/ghei36


From: Richard Beauchamp notifications@github.com Sent: Tuesday, March 14, 2017 1:35:38 PM To: rbeauchamp/Swashbuckle.OData Cc: Subscribed Subject: Re: [rbeauchamp/Swashbuckle.OData] Swashbuckle.OData.dll does not represent a strongly named assembly (#127)

Can you please submit a PR where the DLLs are signed with a strong name?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://github.com/rbeauchamp/Swashbuckle.OData/issues/127#issuecomment-286407778, or mute the threadhttps://github.com/notifications/unsubscribe-auth/ATOMrIW5fQtt7A4SUrejsem2awG3bG24ks5rlomagaJpZM4L39H1.

rbeauchamp commented 7 years ago

Fixed in https://github.com/rbeauchamp/Swashbuckle.OData/releases/tag/v3.2.0. NuGet package: https://www.nuget.org/packages/Swashbuckle.OData/3.2.0 Thanks @cibergarri!