amingolmahalle / HttpClientToCurlGenerator

The HttpClientToCurl is a NuGet package for generating curl script of HttpClient in .NET ( C# | CSharp | Dotnet ) supported features: Post, Get, Put, and Delete. content types: application/json, text/xml, application/x-www-form-urlencoded
https://www.nuget.org/packages/HttpClientToCurl
MIT License
61 stars 11 forks source link

Make NuGet package Strongly Named #40

Closed MarkCurtis-2 closed 3 months ago

MarkCurtis-2 commented 5 months ago

When building my project I get the following warning: Severity Code Description Warning CS8002 Referenced assembly 'HttpClientToCurl, Version=2.0.6.0, Culture=neutral, PublicKeyToken=null' does not have a strong name.

Can you make NuGet package strongly named to avoid this?

amingolmahalle commented 5 months ago

Thanks, dear @MarkCurtis-2 I will check it.

amingolmahalle commented 5 months ago

@MarkCurtis-2 do you have any idea?

naeemaei commented 3 months ago

Considering that a lot of time has passed since the registration of this issue and we have not found enough details to reproduce this problem, we are closing this issue. If you would like, create a new issue with more details about this problem.