Revise C# language support section#299
Merged
vados-cosmonic merged 4 commits intobytecodealliance:mainfrom Aug 16, 2025
Merged
Conversation
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.
a787381 to
579fbef
Compare
Contributor
Author
|
Note: I'm on vacation until September 2; will see any comments when I return. |
Collaborator
vados-cosmonic
left a comment
There was a problem hiding this comment.
Thanks for the update here!
Co-authored-by: Victor Adossi <123968127+vados-cosmonic@users.noreply.github.com>
vados-cosmonic
approved these changes
Aug 16, 2025
Collaborator
vados-cosmonic
left a comment
There was a problem hiding this comment.
LGTM 🚀
Thanks @catamorphism !
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.