mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-23 09:41:36 +00:00
[csharp] correct list indentation
This commit is contained in:
parent
63cb073813
commit
415efbe717
2
.github/workflows/lint.yml
vendored
2
.github/workflows/lint.yml
vendored
@ -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 .
|
||||
|
29
csharp.md
29
csharp.md
@ -1314,16 +1314,17 @@ 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
|
||||
* Desktop Development
|
||||
* Windows Presentation Foundation 👍 🎈 🎁
|
||||
* Universal Windows Platform ✨ 🎁
|
||||
* Uno Platform 🔥 ✨
|
||||
@ -1335,16 +1336,14 @@ namespace Csharp7
|
||||
* 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)
|
||||
|
Loading…
Reference in New Issue
Block a user