iliaplatone / indisharp

INDI library porting to a C# DLL: automation & control of astronomical instruments
12 stars 4 forks source link

Reimplement indisharp in modern .NET8 #2

Open JokeJason opened 4 months ago

JokeJason commented 4 months ago

This package was fantastic, but it targeted .NET Framework, I think we can re-implement it using modern .NET8 and utilize new features provided by C#, like async, record, etc. to have better experience.

I can start working on it, can you help me on PR?