-
Notifications
You must be signed in to change notification settings - Fork 6k
Add file based program tutorial #47886
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have a lot of feedback on this one 😸 I think it's good feedback but please feel free to push back on whatever you think doesn't make sense. Let me know when you want another review.
docs/csharp/fundamentals/tutorials/snippets/file-based-programs/input.txt
Outdated
Show resolved
Hide resolved
0ce87e9
to
9b68cdf
Compare
PoliCheck Scan ReportThe following report lists PoliCheck issues in PR files. Before you merge the PR, you must fix all severity-1 issues. Other issues are also a high priority. The AI Review Details column lists suggestions for either removing or replacing the terms. If you find a false positive result, mention it in a PR comment and include this text: #policheck-false-positive. This feedback helps reduce false positives in future scans. ✅ No issues foundMore information about PoliCheckInformation: PoliCheck | Severity Guidance | Term |
set the `+x` permission on the file-based program. Fix build warnings.
Use extracted code snippets instead of inline code.
Co-authored-by: Andy (Steve) De George <[email protected]>
Fix build error
4895819
to
7077e60
Compare
@adegeo I've addressed all your comments. This is ready for another review. |
PoliCheck Scan ReportThe following report lists PoliCheck issues in PR files. Before you merge the PR, you must fix all severity-1 issues. Other issues are also a high priority. The AI Review Details column lists suggestions for either removing or replacing the terms. If you find a false positive result, mention it in a PR comment and include this text: #policheck-false-positive. This feedback helps reduce false positives in future scans. ✅ No issues foundMore information about PoliCheckInformation: PoliCheck | Severity Guidance | Term |
Fixes #46926
Add a tutorial to build a file-based program. Include packages, and define custom types.
Internal previews