Skip to content

Conversation

dotnet-policy-service[bot]
Copy link
Contributor

@dotnet-policy-service dotnet-policy-service bot commented Oct 3, 2025

Please don't squash-merge this PR.


Internal previews

Toggle expand/collapse
📄 File 🔗 Preview link
docs/ai/conceptual/agents.md Agents
docs/ai/index.yml [linkListType: architecture
docs/ai/toc.yml docs/ai/toc
docs/core/testing/mstest-analyzers/usage-rules.md MSTest usage rules
docs/core/testing/unit-testing-with-dotnet-test.md Testing with 'dotnet test'
docs/core/tools/dotnet-nuget-why.md dotnet nuget why command
docs/core/tools/dotnet-package-update.md dotnet package update
docs/core/tools/dotnet.md docs/core/tools/dotnet
docs/core/tools/index.md .NET CLI overview
docs/fsharp/language-reference/compiler-messages/toc.yml docs/fsharp/language-reference/compiler-messages/toc
docs/fsharp/language-reference/discriminated-unions.md Discriminated Unions
docs/fsharp/language-reference/interpolated-strings.md Interpolated strings
docs/fsharp/language-reference/lazy-expressions.md Lazy Expressions
docs/fsharp/language-reference/members/properties.md Properties (F#)
docs/fsharp/language-reference/operator-overloading.md docs/fsharp/language-reference/operator-overloading
docs/fsharp/language-reference/pattern-matching.md Pattern Matching
docs/fsharp/language-reference/query-expressions.md Query Expressions
docs/fsharp/style-guide/formatting.md F# code formatting guidelines
docs/fsharp/using-fsharp-on-azure/blob-storage.md Get started with Azure Blob Storage using F#
docs/fundamentals/code-analysis/quality-rules/ca1045.md CA1045: Do not pass types by reference
docs/fundamentals/code-analysis/quality-rules/ca1806.md docs/fundamentals/code-analysis/quality-rules/ca1806
docs/fundamentals/code-analysis/quality-rules/ca1816.md CA1816: Call GC.SuppressFinalize correctly
docs/fundamentals/code-analysis/quality-rules/ca2100.md "CA2100: Review SQL queries for security vulnerabilities (code analysis)"
docs/fundamentals/code-analysis/quality-rules/ca2235.md CA2235: Mark all non-serializable fields
docs/navigate/devops-testing/toc.yml docs/navigate/devops-testing/toc
docs/navigate/tools-diagnostics/toc.yml docs/navigate/tools-diagnostics/toc
docs/standard/serialization/system-text-json/customize-properties.md How to customize property names and values with System.Text.Json
docs/standard/serialization/system-text-json/deserialization.md How to read JSON as .NET objects (deserialize)
docs/standard/serialization/system-text-json/how-to.md "How to serialize JSON in C#"
docs/standard/serialization/system-text-json/migrate-from-newtonsoft.md Migrate from Newtonsoft.Json to System.Text.Json

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.

luisquintanilla and others added 12 commits October 2, 2025 15:33
* Add intro to agents doc

* Add direct link to Semantic Kernel Frameworks

* Fix linting errors

* Add workflow orchestration

* Add media

* Add workflow observations

* Add Agent Framework

* Add link to Microsoft Agent Framework

* Fix markdown lint errors

* Add topic

* Update pub date

* Remove agents redirect

* Add workflow diagrams

* Add intro

* Apply suggestions from code review

Co-authored-by: Genevieve Warren <[email protected]>

* Trim sequential image

* Apply suggestions from code review

Co-authored-by: Genevieve Warren <[email protected]>

* Fix lint errors

---------

Co-authored-by: Genevieve Warren <[email protected]>
@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 October 2025 milestone Oct 3, 2025
azure-sdk and others added 12 commits October 3, 2025 14:18
…ry expressions documentation (#48751)

* Initial plan

* Replace deprecated type provider with modern in-memory query examples

Co-authored-by: BillWagner <[email protected]>

* Final fixes: handle optional Age field properly and add AI usage disclosure

Co-authored-by: BillWagner <[email protected]>

* Remove redundant query-expressions.fsproj and integrate files into parent project

Co-authored-by: BillWagner <[email protected]>

* Fix date and use ::: syntax for code snippets as requested

Co-authored-by: BillWagner <[email protected]>

* Update docs/fsharp/language-reference/query-expressions.md

* Revert db.Student renaming and fix date to 2025 as requested

Co-authored-by: T-Gro <[email protected]>

* Replace in-memory examples with Entity Framework Core as requested

Co-authored-by: T-Gro <[email protected]>

---------

Co-authored-by: copilot-swe-agent[bot] <[email protected]>
Co-authored-by: BillWagner <[email protected]>
Co-authored-by: Bill Wagner <[email protected]>
Co-authored-by: T-Gro <[email protected]>
* Add new command reference articles

* fix file extensions and links

* Update dotnet package documentation

* Update docs/core/tools/dotnet-package-update.md

Co-authored-by: Genevieve Warren <[email protected]>

* Update docs/core/tools/dotnet-workload-clean.md

Co-authored-by: Genevieve Warren <[email protected]>

* Update docs/core/tools/dotnet-workload-clean.md

Co-authored-by: Genevieve Warren <[email protected]>

* remove dotnet-package-update and references

---------

Co-authored-by: Genevieve Warren <[email protected]>
* Initial plan

* Add documentation for MSTest analyzers MSTEST0051-MSTEST0055

Co-authored-by: Youssef1313 <[email protected]>

* Update ms.date in usage-rules.md

Co-authored-by: Youssef1313 <[email protected]>

* Add MSTEST0051-MSTEST0055 to devops-testing TOC

Co-authored-by: Youssef1313 <[email protected]>

* Update doc

* Update date

* Update usage-rules.md

---------

Co-authored-by: copilot-swe-agent[bot] <[email protected]>
Co-authored-by: Youssef1313 <[email protected]>
Co-authored-by: Youssef1313 <[email protected]>
* Revise AI highlight example

* Fix build warning

* Updates per feedback

* Updates per Mike's feedback

Removed redundant text about using AI tools for migration and streamlined the example prompt section.
* dotnet nuget why has optional project argument

* Apply suggestion from @zivkan

* Update docs/core/tools/dotnet-nuget-why.md

---------

Co-authored-by: Meaghan Osagie (Lewis) <[email protected]>
@gewarren gewarren mentioned this pull request Oct 3, 2025
@gewarren gewarren closed this Oct 3, 2025
auto-merge was automatically disabled October 3, 2025 22:03

Pull request was closed

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.

10 participants