Skip to content

Conversation

dotnet-policy-service[bot]
Copy link
Contributor

@dotnet-policy-service dotnet-policy-service bot commented Sep 9, 2025

Please don't squash-merge this PR.


Internal previews

Toggle expand/collapse
📄 File 🔗 Preview link
docs/ai/azure-ai-for-dotnet-developers.md docs/ai/azure-ai-for-dotnet-developers
docs/ai/dotnet-ai-ecosystem.md docs/ai/dotnet-ai-ecosystem
docs/ai/get-started-app-chat-scaling-with-azure-container-apps.md docs/ai/get-started-app-chat-scaling-with-azure-container-apps
docs/ai/get-started-app-chat-template.md docs/ai/get-started-app-chat-template
docs/ai/get-started-mcp.md docs/ai/get-started-mcp
docs/ai/how-to/app-service-aoai-auth.md docs/ai/how-to/app-service-aoai-auth
docs/ai/how-to/content-filtering.md docs/ai/how-to/content-filtering
docs/ai/overview.md docs/ai/overview
docs/ai/quickstarts/ai-templates.md docs/ai/quickstarts/ai-templates
docs/ai/quickstarts/build-chat-app.md docs/ai/quickstarts/build-chat-app
docs/ai/quickstarts/build-mcp-client.md docs/ai/quickstarts/build-mcp-client
docs/ai/quickstarts/build-mcp-server.md docs/ai/quickstarts/build-mcp-server
docs/ai/quickstarts/build-vector-search-app.md docs/ai/quickstarts/build-vector-search-app
docs/ai/quickstarts/chat-local-model.md docs/ai/quickstarts/chat-local-model
docs/ai/quickstarts/create-assistant.md docs/ai/quickstarts/create-assistant
docs/ai/quickstarts/evaluate-ai-response.md docs/ai/quickstarts/evaluate-ai-response
docs/ai/quickstarts/generate-images.md docs/ai/quickstarts/generate-images
docs/ai/quickstarts/prompt-model.md docs/ai/quickstarts/prompt-model
docs/ai/quickstarts/structured-output.md docs/ai/quickstarts/structured-output
docs/core/compatibility/10.0.md docs/core/compatibility/10.0
docs/core/compatibility/toc.yml docs/core/compatibility/toc
docs/core/extensions/dependency-injection.md docs/core/extensions/dependency-injection
docs/core/tools/dotnet-new-sdk-templates.md docs/core/tools/dotnet-new-sdk-templates
docs/core/tools/dotnet-new.md docs/core/tools/dotnet-new
docs/csharp/language-reference/toc.yml docs/csharp/language-reference/toc
docs/fundamentals/code-analysis/style-rules/language-rules.md docs/fundamentals/code-analysis/style-rules/language-rules
docs/visual-basic/language-reference/operators/operator-precedence.md docs/visual-basic/language-reference/operators/operator-precedence
docs/visual-basic/language-reference/statements/with-end-with-statement.md docs/visual-basic/language-reference/statements/with-end-with-statement
docs/visual-basic/misc/bc30059.md docs/visual-basic/misc/bc30059
docs/visual-basic/programming-guide/concepts/async/index.md docs/visual-basic/programming-guide/concepts/async/index

Note

This table shows preview links for the 30 files with the most changes. For preview links for other files in this PR, select OpenPublishing.Build Details within checks.

kurnakovv and others added 11 commits September 8, 2025 14:38
`Use collection expression for builder (IDE0304` -> `Use collection expression for builder (IDE0304)`
* add CS8070 compiler error

* make changes from feedback:

- add CS8070 entry to TOC
- fix some grammar
…d With statements (#48222)

* Initial plan

* Fix misleading documentation about structure assignments in With...End With statements

Co-authored-by: BillWagner <493969+BillWagner@users.noreply.github.com>

* Add snippets.5000.json file to fix sample build configuration

Co-authored-by: BillWagner <493969+BillWagner@users.noreply.github.com>

* Update vbproj to target .NET Framework 4.8

Co-authored-by: BillWagner <493969+BillWagner@users.noreply.github.com>

* Update docs/visual-basic/language-reference/statements/with-end-with-statement.md

Co-authored-by: Genevieve Warren <24882762+gewarren@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: BillWagner <493969+BillWagner@users.noreply.github.com>
Co-authored-by: Bill Wagner <wiwagn@microsoft.com>
Co-authored-by: Genevieve Warren <24882762+gewarren@users.noreply.github.com>
…at with proper VB syntax (#48186)

* Initial plan

* Update VB async article structure and add VB code snippets

Co-authored-by: BillWagner <493969+BillWagner@users.noreply.github.com>

* Restructure VB async article to follow C# breakfast tutorial format

Co-authored-by: BillWagner <493969+BillWagner@users.noreply.github.com>

* Update docs/visual-basic/programming-guide/concepts/async/index.md

* Update docs/visual-basic/programming-guide/concepts/async/index.md

* Address review feedback: fix relative link, convert to ::: code format, add C# diagrams

Co-authored-by: BillWagner <493969+BillWagner@users.noreply.github.com>

* Update docs/visual-basic/programming-guide/concepts/async/snippets/breakfast/breakfast.vbproj

* Apply suggestions from code review

Co-authored-by: Genevieve Warren <24882762+gewarren@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: BillWagner <493969+BillWagner@users.noreply.github.com>
Co-authored-by: Bill Wagner <wiwagn@microsoft.com>
Co-authored-by: Genevieve Warren <24882762+gewarren@users.noreply.github.com>
…l Basic documentation (#48257)

* Initial plan

* Clarify operator precedence terminology and improve examples

Co-authored-by: BillWagner <493969+BillWagner@users.noreply.github.com>

* Add numerical indices to precedence order headings for clarity

Co-authored-by: BillWagner <493969+BillWagner@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: BillWagner <493969+BillWagner@users.noreply.github.com>
…optional parameters (#48258)

* Initial plan

* Enhance BC30059 documentation with array initialization guidance

Co-authored-by: BillWagner <493969+BillWagner@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: Genevieve Warren <24882762+gewarren@users.noreply.github.com>

* Change numbered list to bullets in BC30059 error correction steps

Co-authored-by: BillWagner <493969+BillWagner@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: BillWagner <493969+BillWagner@users.noreply.github.com>
Co-authored-by: Bill Wagner <wiwagn@microsoft.com>
Co-authored-by: Genevieve Warren <24882762+gewarren@users.noreply.github.com>
@github-advanced-security
Copy link

This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation.

@dotnetrepoman dotnetrepoman bot added this to the September 2025 milestone Sep 9, 2025
@dotnet-policy-service dotnet-policy-service bot merged commit 1211fca into live Sep 9, 2025
32 checks passed
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.

6 participants