Skip to content

Commit 415efbe

Browse files
committed
[csharp] correct list indentation
1 parent 63cb073 commit 415efbe

File tree

2 files changed

+17
-18
lines changed

2 files changed

+17
-18
lines changed

.github/workflows/lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ jobs:
2323
- name: Files are UTF-8
2424
run: ./lint/encoding.sh .
2525
- name: Lint Markdown
26-
run: mdl . --ignore-front-matter -r MD003,MD011,MD019,MD023,MD027,MD028,MD035,MD037,MD038,MD039,MD047
26+
run: mdl . --ignore-front-matter -r MD003,MD005,MD011,MD019,MD023,MD027,MD028,MD035,MD037,MD038,MD039,MD047
2727
- name: Lint frontmatter
2828
run: ./lint/frontmatter.py .

csharp.md

+16-17
Original file line numberDiff line numberDiff line change
@@ -1314,37 +1314,36 @@ namespace Csharp7
13141314
```
13151315

13161316
## Topics Not Covered
1317+
13171318
✨ New, 👍 Old, 🎈 LTS, 🔥 Cross-platform, 🎁 Windows-only
13181319

1319-
* Attributes
1320+
* Attributes
13201321

1321-
* Asynchronous Programming
1322+
* Asynchronous Programming
13221323

1323-
* Web Development
1324+
* Web Development
13241325
* ASP.NET Core ✨
13251326

1326-
* Desktop Development
1327-
* Windows Presentation Foundation 👍 🎈 🎁
1327+
* Desktop Development
1328+
* Windows Presentation Foundation 👍 🎈 🎁
13281329
* Universal Windows Platform ✨ 🎁
13291330
* Uno Platform 🔥 ✨
1330-
* WinForms 👍 🎈 🎁
1331+
* WinForms 👍 🎈 🎁
13311332
* Avalonia 🔥 ✨
13321333
* WinUI ✨ 🎁
13331334

13341335
* Cross-platform Development
13351336
* Xamarin.Forms 👍
13361337
* MAUI ✨
13371338

1338-
13391339
## Further Reading
13401340

1341-
* [C# language reference](https://docs.microsoft.com/dotnet/csharp/language-reference/)
1342-
* [Learn .NET](https://dotnet.microsoft.com/learn)
1343-
* [C# Coding Conventions](https://docs.microsoft.com/en-us/dotnet/csharp/programming-guide/inside-a-program/coding-conventions)
1344-
* [DotNetPerls](http://www.dotnetperls.com)
1345-
* [C# in Depth](http://manning.com/skeet2)
1346-
* [Programming C# 5.0](http://shop.oreilly.com/product/0636920024064.do)
1347-
* [LINQ Pocket Reference](http://shop.oreilly.com/product/9780596519254.do)
1348-
* [Windows Forms Programming in C#](http://www.amazon.com/Windows-Forms-Programming-Chris-Sells/dp/0321116208)
1349-
* [freeCodeCamp - C# Tutorial for Beginners](https://www.youtube.com/watch?v=GhQdlIFylQ8)
1350-
1341+
* [C# language reference](https://docs.microsoft.com/dotnet/csharp/language-reference/)
1342+
* [Learn .NET](https://dotnet.microsoft.com/learn)
1343+
* [C# Coding Conventions](https://docs.microsoft.com/en-us/dotnet/csharp/programming-guide/inside-a-program/coding-conventions)
1344+
* [DotNetPerls](http://www.dotnetperls.com)
1345+
* [C# in Depth](http://manning.com/skeet2)
1346+
* [Programming C# 5.0](http://shop.oreilly.com/product/0636920024064.do)
1347+
* [LINQ Pocket Reference](http://shop.oreilly.com/product/9780596519254.do)
1348+
* [Windows Forms Programming in C#](http://www.amazon.com/Windows-Forms-Programming-Chris-Sells/dp/0321116208)
1349+
* [freeCodeCamp - C# Tutorial for Beginners](https://www.youtube.com/watch?v=GhQdlIFylQ8)

0 commit comments

Comments
 (0)