Skip to content

Commit

Permalink
[csharp] correct list indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
verhovsky committed Dec 18, 2024
1 parent 63cb073 commit 415efbe
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 18 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ jobs:
- name: Files are UTF-8
run: ./lint/encoding.sh .
- 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
run: ./lint/frontmatter.py .
33 changes: 16 additions & 17 deletions csharp.md
Original file line number Diff line number Diff line change
Expand Up @@ -1314,37 +1314,36 @@ namespace Csharp7
```

## Topics Not Covered

✨ New, 👍 Old, 🎈 LTS, 🔥 Cross-platform, 🎁 Windows-only

* Attributes
* Attributes

* Asynchronous Programming
* Asynchronous Programming

* Web Development
* Web Development
* ASP.NET Core ✨

* Desktop Development
* Windows Presentation Foundation 👍 🎈 🎁
* Desktop Development
* Windows Presentation Foundation 👍 🎈 🎁
* Universal Windows Platform ✨ 🎁
* Uno Platform 🔥 ✨
* WinForms 👍 🎈 🎁
* WinForms 👍 🎈 🎁
* Avalonia 🔥 ✨
* WinUI ✨ 🎁

* Cross-platform Development
* Xamarin.Forms 👍
* MAUI ✨


## Further Reading

* [C# language reference](https://docs.microsoft.com/dotnet/csharp/language-reference/)
* [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)
* [DotNetPerls](http://www.dotnetperls.com)
* [C# in Depth](http://manning.com/skeet2)
* [Programming C# 5.0](http://shop.oreilly.com/product/0636920024064.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)
* [freeCodeCamp - C# Tutorial for Beginners](https://www.youtube.com/watch?v=GhQdlIFylQ8)

* [C# language reference](https://docs.microsoft.com/dotnet/csharp/language-reference/)
* [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)
* [DotNetPerls](http://www.dotnetperls.com)
* [C# in Depth](http://manning.com/skeet2)
* [Programming C# 5.0](http://shop.oreilly.com/product/0636920024064.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)
* [freeCodeCamp - C# Tutorial for Beginners](https://www.youtube.com/watch?v=GhQdlIFylQ8)

0 comments on commit 415efbe

Please sign in to comment.