Commit 8865fa3
fix(lang/csharp): Revise C# language support section (#299)
* Revise C# language support section
Added more details where necessary. Factored code examples out
into separate files and included them.
Fixed a bug where the package name in the Program.cs file
(in the "host-app" project) didn't match the package name in the .wit
Factored out duplicated text in "Run the component from the example
host" section that also appears in the C section; included this text
from separate .md files.
* Update component-model/src/language-support/csharp.md
Co-authored-by: Victor Adossi <[email protected]>
* Put error message in code block
* Remove extra example
---------
Co-authored-by: Victor Adossi <[email protected]>1 parent 6881060 commit 8865fa3
File tree
7 files changed
+132
-204
lines changed- component-model
- examples/tutorial/csharp/adder
- src/language-support
7 files changed
+132
-204
lines changedLines changed: 9 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
Lines changed: 13 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
321 | 321 | | |
322 | 322 | | |
323 | 323 | | |
324 | | - | |
325 | | - | |
326 | | - | |
327 | | - | |
328 | | - | |
329 | | - | |
330 | | - | |
331 | | - | |
332 | | - | |
333 | | - | |
334 | | - | |
335 | | - | |
336 | | - | |
337 | | - | |
338 | | - | |
339 | | - | |
| 324 | + | |
340 | 325 | | |
341 | 326 | | |
342 | 327 | | |
343 | 328 | | |
344 | 329 | | |
345 | 330 | | |
346 | | - | |
347 | | - | |
348 | | - | |
349 | | - | |
350 | | - | |
351 | | - | |
352 | | - | |
353 | | - | |
354 | | - | |
355 | | - | |
356 | | - | |
357 | | - | |
358 | | - | |
359 | | - | |
360 | | - | |
361 | | - | |
362 | | - | |
363 | | - | |
364 | | - | |
365 | | - | |
366 | | - | |
367 | | - | |
368 | | - | |
369 | | - | |
370 | | - | |
371 | | - | |
372 | | - | |
373 | | - | |
| 331 | + | |
374 | 332 | | |
375 | 333 | | |
376 | 334 | | |
| |||
0 commit comments