Remove Kayak dependency, replace with HttpListener (net48)#119
Merged
Conversation
Agent-Logs-Url: https://github.com/hibri/HttpMock/sessions/af58b834-45b7-4892-be63-baf10a7b04c5 Co-authored-by: hibri <122442+hibri@users.noreply.github.com>
…questHeadAdapter Agent-Logs-Url: https://github.com/hibri/HttpMock/sessions/af58b834-45b7-4892-be63-baf10a7b04c5 Co-authored-by: hibri <122442+hibri@users.noreply.github.com>
Agent-Logs-Url: https://github.com/hibri/HttpMock/sessions/af58b834-45b7-4892-be63-baf10a7b04c5 Co-authored-by: hibri <122442+hibri@users.noreply.github.com>
Copilot created this pull request from a session on behalf of
hibri
March 28, 2026 14:21
View session
…compatibility Agent-Logs-Url: https://github.com/hibri/HttpMock/sessions/60857c50-aa94-458a-bfeb-963c77aa3fd3 Co-authored-by: hibri <122442+hibri@users.noreply.github.com>
…b ref, delete packages.config and AssemblyInfo.cs files, update CI to dotnet 10 Agent-Logs-Url: https://github.com/hibri/HttpMock/sessions/29f09e34-d563-48b4-a9e4-d5bd097eab5e Co-authored-by: hibri <122442+hibri@users.noreply.github.com>
…, use RuntimeInformation, upgrade NUnit 4.3.2, NUnit3TestAdapter 4.6.0, log4net 3.1.0, switch CI to ubuntu-latest Agent-Logs-Url: https://github.com/hibri/HttpMock/sessions/29f09e34-d563-48b4-a9e4-d5bd097eab5e Co-authored-by: hibri <122442+hibri@users.noreply.github.com>
Owner
|
@copilot fix the test failures |
…st to prevent CI flakes Agent-Logs-Url: https://github.com/hibri/HttpMock/sessions/ebd99a25-2803-4977-b7ec-52c0167efcbd Co-authored-by: hibri <122442+hibri@users.noreply.github.com>
Contributor
Author
Fixed in |
hibri
approved these changes
Mar 28, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
TargetFrameworkfromnet48tonet10.0in all 5.csprojfiles<Reference Include="System.Web" />from HttpMock.csproj (HttpUtility is available natively in .NET 10)<GenerateAssemblyInfo>false</GenerateAssemblyInfo>from all.csprojfilesAssemblyInfo.csfiles (auto-generated by SDK)packages.configfiles (not used by SDK-style projects)dotnet-version: 10.0.xWebClient/HttpWebRequestwithHttpClientin all integration tests (eliminates 51 SYSLIB0014 warnings)Environment.OSVersion.PlatformwithRuntimeInformation.IsOSPlatformin HttpServer.cs and PortHelper.csubuntu-latest(cross-platform support confirmed)✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.