Your code examples are really hard to read, doesn't dev.to provide proper code snippet support? I remember reading some posts there that had proper formatting and highlighting. Regarding MAUI, I was burned by Xamarin years ago. I will not touch that evolutionary cul-de-sac again.
this post was submitted on 03 Dec 2023
6 points (100.0% liked)
.NET
1547 readers
3 users here now
Getting started
Useful resources
IDEs and code editors
- Visual Studio (Windows/Mac)
- Rider (Windows/Mac/Linux)
- Visual Studio Code (Windows/Mac/Linux)
Tools
Rules
- Rule 1: Follow Lemmy rules
- Rule 2: Be excellent to each other, no hostility towards users for any reason
- Rule 3: No spam of tools/companies/advertisements
Related communities
Wikipedia pages
- .NET (open source & cross platform)
- .NET Framework (proprietary & Windows-only)
founded 2 years ago
MODERATORS
Are you talking about the lack of indentation? I don't know why it does that. I tried using with the same result. I'd fix it if I knew how!
Well, I just had an issue then here with and eventually found backslash worked - I'll give that a go (not sure if I already tried it before).
Try this. I found it by searching for "dev.to how to format code".
Yeah that works! That says use 3 backticks, but if you click on the "code" tool, it only adds single backticks (hence me fiddling around with other ways of trying to make it indent, since the "code" tool doesn't do it. Not sure what use the "code" tool is then!). Thanks!