this post was submitted on 17 Jun 2023
16 points (94.4% liked)

C Sharp

1510 readers
4 users here now

A community about the C# programming language

Getting started

Useful resources

IDEs and code editors

Tools

Rules

Related communities

founded 1 year ago
MODERATORS
 

Just a random idea- but,

Would anyone be interested in having a .net based blazor front end for lemmy?

Sadly, there isn't yet a c# nuget package, but, that wouldn't be hard to fix.

https://join-lemmy.org/api/

The API itself, is pretty well documented.

And, building custom front-ends is encouraged as well.

https://join-lemmy.org/docs/en/contributors/04-api.html#creating-a-custom-frontend

you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 7 points 1 year ago* (last edited 1 year ago) (1 children)

Figuring out how to actually put a package on nuget, but I have fully implemented the API

https://github.com/SlyCedix/dotNETLemmy/tree/main
https://slycedix.github.io/dotNETLemmy/

I intend to write a mobile app using Avalonia UI using it

Do note, it's mostly untested so there's a good chance a handful of the datatypes won't serialize or deserialize correctly, but that's an easy fix once found

edit: Uploaded to nuget, currently being validated

https://www.nuget.org/packages/dotNETLemmy.API/0.0.1

[โ€“] [email protected] 1 points 1 year ago

Digging into this one now- does appear there is also Lemmy.Net.Client now too.