Git Product home page Git Product logo

Comments (3)

richardszalay avatar richardszalay commented on June 12, 2024

Libraries compiled for .net 6 can be used in .net 7. I'll typically only target newer .net versions if there's a feature that's not available in earlier versions.

In the latest release I targetted:

  • .net 5 because it added support for synchronous HttpClient methods that couldn't be mocked otherwise
  • .net 6 because .net 5 has a limited support life

As for the issue you're experiencing, it's not entirely clear what the problem is or how you are using MockHttp - you show TCP tracing logs but the entire point of MockHttp is to stub requests without the need for actual network traffic.

Could you create a small, self-contained, project with a failing unit test so I can better understand the issue?

from mockhttp.

obriankevin11 avatar obriankevin11 commented on June 12, 2024

Hi,
I will attempt to provide the project you're requesting.
Logs I provided are the verbose output of vs2022 default test runner (Logging level: Trace (Includes Platform logs)). I tried to find some differences between v6 and v7. Tests are running in full autonomy and don't require network traffic.
image

from mockhttp.

richardszalay avatar richardszalay commented on June 12, 2024

I've validated .NET 7 compatibility by running the MockHttp unit tests while consuming the 7.0.0 NuGet package (rather than the local source project) and it all ran fine, so I don't think there should be any issues with .NET 7.

I'm going to close this ticket for now, but feel free to re-open it if you put together a minimal repro.

from mockhttp.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.