Skip to content

Conversation

@jviau
Copy link
Contributor

@jviau jviau commented Jan 16, 2026

Issue describing the changes in this PR

resolves #issue_for_this_pr

Pull request checklist

  • My changes do not require documentation changes
    • Otherwise: Documentation issue linked to PR
  • My changes should not be added to the release notes for the next release
    • Otherwise: I've added my notes to release_notes.md
  • My changes do not need to be backported to a previous version
    • Otherwise: Backport tracked by issue/PR #issue_or_pr
  • I have added all required tests (Unit tests, E2E tests)

Additional information

Add docs for the new SDK errors in Azure.Functions.Sdk.

Copilot AI review requested due to automatic review settings January 16, 2026 18:17
@jviau jviau changed the title Add rule docs for new SDK [MSBUILD SDK] Add rule docs for new SDK Jan 16, 2026
Copy link
Contributor

Copilot AI left a 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.

@jviau jviau force-pushed the jviau/msbuild-sdk/docs branch from acbe967 to ff5c8c1 Compare January 16, 2026 19:10
@jviau jviau merged commit 162b69b into feature/msbuild-sdk Jan 23, 2026
28 checks passed
@jviau jviau deleted the jviau/msbuild-sdk/docs branch January 23, 2026 20:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants