Coder Social home page Coder Social logo

.Net Framework support about beatpulse HOT 4 CLOSED

xabaril avatar xabaril commented on May 25, 2024
.Net Framework support

from beatpulse.

Comments (4)

eiximenis avatar eiximenis commented on May 25, 2024

Hi @rogerbramon

I think this should be doable because we are using netstandard. Which:

  • versions of netfx are expected to be supported?
  • asp.net frameworks? MVC? WebApi? Webforms?

from beatpulse.

rogerbramon avatar rogerbramon commented on May 25, 2024

Hi @eiximenis

We're currently targeting 4.5.2 but we should be able to easily upgrade to 4.6.1 or 4.7. Regarding frameworks most of them are using WebApi and a couple are using MVC.

I guess that the way BeatPulse is registered should be changed anyway because it's very coupled with .Net Core pipeline. Besides that, there are other parts, such as the IBeatPulseLiveness, that also depend on aspnet core apis (Microsoft.AspNetCore.Http in this case). So, as it is implemented right now the different Liveness libraries could not be used neither. Is that right?

Thanks!

from beatpulse.

unaizorrilla avatar unaizorrilla commented on May 25, 2024

At this moment, BeatPulse is "Liveness, health check library for ASP.NET Core Applications". The team is working on a refactoring (for vnext) to support different host ( ASP.NET Core and Generic Host ) and plattforms ( ASP.NET Core / ASP.NET ), but next version is not planned to be release soon.

from beatpulse.

hasansachdev avatar hasansachdev commented on May 25, 2024

what would be the .net framework equivalent of this?

public static IWebHost BuildWebHost(string[] args) =>
        WebHost.CreateDefaultBuilder(args)
               .UseBeatPulse(options=>
                {
                   options.ConfigurePath(path:"health") //default hc
                        .ConfigureTimeout(milliseconds:1500) // default -1 infinitely
                        .ConfigureDetailedOutput(detailedOutput:true,includeExceptionMessages:true); //default (true,false)
                }).UseStartup<Startup>().Build();

from beatpulse.

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.