AForge.NET

  :: AForge.NET Framework :: Articles :: Forums ::

Have you considered porting Aforge to .NET Standard?

Forum to discuss AForge.NET Framework, its features, API, how-tos, etc.

Have you considered porting Aforge to .NET Standard?

Postby JerryNixon » Mon Sep 16, 2019 12:44 am

There is currently a .NET Framework dependency.
Writing for the cloud makes this dependency a bummer.
For example, serverless functions don't easily support this.

Simple question, and just wondering/curious, any plans for a .NET Standard version?

Thank you.
JerryNixon
 
Posts: 5
Joined: Sun Sep 15, 2019 10:24 pm

Re: Have you considered porting Aforge to .NET Standard?

Postby andrew.kirillov » Mon Sep 16, 2019 11:45 am

Did not have a plan for this. Although never say never, currently I can not see how to get time for this as the project lacks support and was done at spare time in the past.
With best regards,
Andrew


Interested in supporting AForge.NET Framework?
User avatar
andrew.kirillov
Site Admin, AForge.NET Developer
 
Posts: 3453
Joined: Fri Jan 23, 2009 9:12 am
Location: UK

Re: Have you considered porting Aforge to .NET Standard?

Postby JerryNixon » Fri Sep 20, 2019 4:43 pm

I get it. I work on a few open source projects, too. It's a mix of exciting and annoying sometimes. You feel like you are building something great on one hand. You feel like you have a real life, too, on the other. Thank you for the help you have provided so far.

A C# library of some of the core capabilities of OpenCV is a real gap in the world right now. And, to be honest, without .NET Standard, anything else doesn't have much of a cloud story. I think the cloud will start to wean out some libraries in a few years making certain others, regardless of their capabilities, only based on their compatibilities, emerge as libraries of choice.

There is real overhead right now to include OpenCV in anything. There is basically zero overhead for .NET Core (which complies with .NET Standard). Aforge today has its own overhead of .NET Framework. This works great for local solutions and windows server solutions, but .NET Framework support in the cloud (by which I mean Azure) is waning fast. A .NET Standard Aforge would be a welcome tool. And, yet, I understand the contraints of real life. Thanks for the note.
JerryNixon
 
Posts: 5
Joined: Sun Sep 15, 2019 10:24 pm




Return to AForge.NET Framework