-
Notifications
You must be signed in to change notification settings - Fork 200
[MSBUILD SDK] Add rule docs for new SDK #3298
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
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.
Pull request overview
This PR adds documentation for the new SDK error rules introduced in Azure.Functions.Sdk. The documentation follows a structured format to help developers understand and resolve SDK-related errors and warnings.
Changes:
- Added index page for SDK rules documentation
- Created documentation template for SDK rules
- Added documentation for 8 SDK rules (AZFW0100-AZFW0107) covering various validation scenarios
Reviewed changes
Copilot reviewed 10 out of 10 changed files in this pull request and generated 10 comments.
Show a summary per file
| File | Description |
|---|---|
| docs/sdk-rules/index.md | Added index page title for SDK rules documentation |
| docs/sdk-rules/RULE_TEMPLATE.md | Added template for documenting SDK rules |
| docs/sdk-rules/AZFW0100.md | Documents error when func CLI cannot be launched |
| docs/sdk-rules/AZFW0101.md | Documents error for conflicting extension package versions |
| docs/sdk-rules/AZFW0102.md | Documents warning for duplicate extension packages |
| docs/sdk-rules/AZFW0103.md | Documents error for invalid extension package versions |
| docs/sdk-rules/AZFW0104.md | Documents warning for end-of-life Functions versions |
| docs/sdk-rules/AZFW0105.md | Documents error for using incompatible SDK packages |
| docs/sdk-rules/AZFW0106.md | Documents error for unknown Functions versions |
| docs/sdk-rules/AZFW0107.md | Documents warning for unsupported target frameworks |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
acbe967 to
ff5c8c1
Compare
Issue describing the changes in this PR
resolves #issue_for_this_pr
Pull request checklist
release_notes.mdAdditional information
Add docs for the new SDK errors in
Azure.Functions.Sdk.