AsyncAPI.NET icon indicating copy to clipboard operation
AsyncAPI.NET copied to clipboard

Missing strong name

Open mk185147 opened this issue 2 years ago • 2 comments

When using NuGet package AsyncAPI.NET.Readers version 4.1.0 within a project that has strong name I get following errors:

1>CSC : error CS8002: Referenced assembly 'LEGO.AsyncAPI, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' does not have a strong name. 1>CSC : error CS8002: Referenced assembly 'LEGO.AsyncAPI.Readers, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' does not have a strong name.

Can you please publish nuget packages with strong name (signed)?

mk185147 avatar Nov 22 '23 20:11 mk185147

Welcome to AsyncAPI.NET. Thank you for reporting your first issue. Please check out our contributors guide.

github-actions[bot] avatar Nov 22 '23 20:11 github-actions[bot]

Hi @mk185147 I will take a look at this asap

VisualBean avatar Dec 06 '23 10:12 VisualBean