Commit f191dd7
Add file based program tutorial (#47886)
* finish rough draft.
* Set executable perms, fix warnings
set the `+x` permission on the file-based program.
Fix build warnings.
* build warnings 2
* major edit pass
* Extract code snippets
Use extracted code snippets instead of inline code.
* fix warning
* Apply suggestions from code review
Co-authored-by: Andy (Steve) De George <67293991+adegeo@users.noreply.github.com>
* Partial review updates.
* Update file-based-programs.md
Fix build error
* fix warnings
* respond to feedback.
* update steps
* Apply suggestions from code review
Co-authored-by: Andy (Steve) De George <67293991+adegeo@users.noreply.github.com>
---------
Co-authored-by: Andy (Steve) De George <67293991+adegeo@users.noreply.github.com>1 parent 6d0bdb5 commit f191dd7
File tree
12 files changed
+454
-12
lines changed- docs
- core/whats-new/dotnet-10
- csharp
- fundamentals
- program-structure
- tutorials
- snippets/file-based-programs
- language-reference
- tour-of-csharp
12 files changed
+454
-12
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
835 | 835 | | |
836 | 836 | | |
837 | 837 | | |
838 | | - | |
| 838 | + | |
839 | 839 | | |
840 | 840 | | |
841 | 841 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
116 | | - | |
| 116 | + | |
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
88 | | - | |
| 88 | + | |
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
| |||
0 commit comments