I've been working intermittently on my very first chess engine for the last few months

Here it is: Lynx.
It's written in C# (currently .NET 6 preview), under MIT License.
I have to say it's 'inspired' by 'Bitboard Chess Engine in C' YouTube series, so I have to thank Code Monkey King for those videos.
I was waiting to develop a stronger version of it before presenting to this forum, but since it's probably going to become a never-ending process, I've decided it to share it with you all right now while I continue developing and improving it.

Binaries can be downloaded from GitHub (feel free to test it as much as you want!).
Since I don't have that much time to play games locally and fully evaluate future performance improvements of code changes, I also created a Lichess BOT which runs Lynx's latest version, is available 24/7, challenges other bots, and that anyone (with a lichess.org account) can play.
At some point in the near future it'd make me incredibly happy to see Lynx in CCRL or similar lists (even if it's at the rock bottom

Cheers

PD: Apologies for the redundancy, I originally posted this announcement in the wrong forum and was suggested to re-post it here as well. If an admin reads this, feel free to remove the other topic