octokit / octokit.net

A GitHub API client library for .NET
https://octokitnet.readthedocs.io/en/latest/
MIT License
2.62k stars 1.07k forks source link

[BUG]: ValidateLINQPadSamples and TearDown Errors #2875

Open wesdevpro opened 3 months ago

wesdevpro commented 3 months ago

What happened?

image

Versions

Octokit.net v9.1.2

Relevant log output

========================================
ValidateLINQPadSamples
========================================
Executing sample 01-introducing-octokit.linq...
C:\Users\wes\AppData\Local\Temp\tmp7DE5.tmp(9,36): error CS0012: The type 'ProductHeaderValue' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Net.Http, Version=0.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
An error occurred when executing task 'ValidateLINQPadSamples'.

----------------------------------------
TearDown
----------------------------------------
Error: Execution of sample 01-introducing-octokit.linq failed

Code of Conduct