[csharp] correct list indentation
All checks were successful
Trigger site build / deploy (push) Has been skipped
CI / lint (push) Successful in 1m11s

This commit is contained in:
Boris Verkhovskiy 2024-12-18 16:16:26 -07:00
parent 63cb073813
commit 415efbe717
2 changed files with 17 additions and 18 deletions

View File

@ -23,6 +23,6 @@ jobs:
- name: Files are UTF-8 - name: Files are UTF-8
run: ./lint/encoding.sh . run: ./lint/encoding.sh .
- name: Lint Markdown - name: Lint Markdown
run: mdl . --ignore-front-matter -r MD003,MD011,MD019,MD023,MD027,MD028,MD035,MD037,MD038,MD039,MD047 run: mdl . --ignore-front-matter -r MD003,MD005,MD011,MD019,MD023,MD027,MD028,MD035,MD037,MD038,MD039,MD047
- name: Lint frontmatter - name: Lint frontmatter
run: ./lint/frontmatter.py . run: ./lint/frontmatter.py .

View File

@ -1314,20 +1314,21 @@ namespace Csharp7
``` ```
## Topics Not Covered ## Topics Not Covered
✨ New, 👍 Old, 🎈 LTS, 🔥 Cross-platform, 🎁 Windows-only ✨ New, 👍 Old, 🎈 LTS, 🔥 Cross-platform, 🎁 Windows-only
* Attributes * Attributes
* Asynchronous Programming * Asynchronous Programming
* Web Development * Web Development
* ASP.NET Core ✨ * ASP.NET Core ✨
* Desktop Development * Desktop Development
* Windows Presentation Foundation 👍 🎈 🎁 * Windows Presentation Foundation 👍 🎈 🎁
* Universal Windows Platform ✨ 🎁 * Universal Windows Platform ✨ 🎁
* Uno Platform 🔥 ✨ * Uno Platform 🔥 ✨
* WinForms 👍 🎈 🎁 * WinForms 👍 🎈 🎁
* Avalonia 🔥 ✨ * Avalonia 🔥 ✨
* WinUI ✨ 🎁 * WinUI ✨ 🎁
@ -1335,16 +1336,14 @@ namespace Csharp7
* Xamarin.Forms 👍 * Xamarin.Forms 👍
* MAUI ✨ * MAUI ✨
## Further Reading ## Further Reading
* [C# language reference](https://docs.microsoft.com/dotnet/csharp/language-reference/) * [C# language reference](https://docs.microsoft.com/dotnet/csharp/language-reference/)
* [Learn .NET](https://dotnet.microsoft.com/learn) * [Learn .NET](https://dotnet.microsoft.com/learn)
* [C# Coding Conventions](https://docs.microsoft.com/en-us/dotnet/csharp/programming-guide/inside-a-program/coding-conventions) * [C# Coding Conventions](https://docs.microsoft.com/en-us/dotnet/csharp/programming-guide/inside-a-program/coding-conventions)
* [DotNetPerls](http://www.dotnetperls.com) * [DotNetPerls](http://www.dotnetperls.com)
* [C# in Depth](http://manning.com/skeet2) * [C# in Depth](http://manning.com/skeet2)
* [Programming C# 5.0](http://shop.oreilly.com/product/0636920024064.do) * [Programming C# 5.0](http://shop.oreilly.com/product/0636920024064.do)
* [LINQ Pocket Reference](http://shop.oreilly.com/product/9780596519254.do) * [LINQ Pocket Reference](http://shop.oreilly.com/product/9780596519254.do)
* [Windows Forms Programming in C#](http://www.amazon.com/Windows-Forms-Programming-Chris-Sells/dp/0321116208) * [Windows Forms Programming in C#](http://www.amazon.com/Windows-Forms-Programming-Chris-Sells/dp/0321116208)
* [freeCodeCamp - C# Tutorial for Beginners](https://www.youtube.com/watch?v=GhQdlIFylQ8) * [freeCodeCamp - C# Tutorial for Beginners](https://www.youtube.com/watch?v=GhQdlIFylQ8)