question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

RestSharp nuget Assembly version (105.2.3.0) vs RestSharpSigned Assembly version (100.0.0.0)

See original GitHub issue

First of all, sorry in advance as I know the signed version is not a priority.

Hi - When I install RestSharpSigned via nuget the project reference is added as:

<Reference Include="RestSharp, Version=**100.0.0.0**, Culture=neutral, PublicKeyToken=598062e77f915f75, processorArchitecture=MSIL">
     <HintPath>..\..\packages\RestSharpSigned.105.2.3\lib\net452\RestSharp.dll</HintPath>
     <Private>True</Private>
   </Reference>

When installing RestSharp project reference looks like:

<Reference Include="RestSharp, Version=**105.2.3.0**, Culture=neutral, processorArchitecture=MSIL">
      <HintPath>..\..\..\packages\RestSharp.105.2.3\lib\net452\RestSharp.dll</HintPath>
      <Private>True</Private>
    </Reference>

Is it intentional to have the version 100.0.0.0 on the signed dll or a mistake?

I know I can get round it using assembly bindings, but thought I would ask as I have been getting errors looking for version 100.0.0 file and took me a while to realise the only place that’s mentioned is in the dll itself and the project references, everything else refers to 105.2.3

I’ve attached the what you see in the headers of the 2 dlls when decompiling them. RestSharp.dll (unsigned) restsharpassembly RestSharp.dll (signed) restsharpsignedassembly

Thanks for any info (and also thanks for maintaining a signed version, really helps)

John

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Reactions:2
  • Comments:11 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
alexeyzimarevcommented, Jun 6, 2018

Yeah, I am aware of that. I will consider to stop signing in the next major version. I can always refer to this document and say “Microsoft told me so” 😃

Read more comments on GitHub >

github_iconTop Results From Across the Web

Could not load file or assembly 'RestSharp, Version=105.2. ...
The thing is: when you install Twilio through NuGet, it installs RestSharp as a dependency. BUT for some reason, the installed version of ......
Read more >
RestSharp nuget Assembly version (105.2.3.0) vs ...
RestSharp nuget Assembly version (105.2.3.0) vs RestSharpSigned Assembly version (100.0.0.0)
Read more >
Hard RestSharp dependency on version 100.0.0.0?
The important thing is to know whether the assembly is signed. The RestSharp developers provide two versions: signed and unsigned. They are ...
Read more >
RestSharp 105.2.3
Version Downloads Last updated 110.2.1‑alpha.0.11 526 6 days ago 110.2.1‑alpha.0.10 7,566 2 months ago 110.2.1‑alpha.0.9 133 2 months ago
Read more >
RestSharp 110.2.0
Version Downloads Last updated 110.2.1‑alpha.0.11 627 7 days ago 110.2.1‑alpha.0.10 7,654 2 months ago 110.2.1‑alpha.0.9 136 2 months ago
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found