Skip to content

Conversation

gewarren
Copy link
Contributor

@gewarren gewarren commented Oct 3, 2025

Replaces #48886


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/mstest0052.md MSTEST0052: Avoid passing an explicit 'DynamicDataSourceType' and use the default auto detect behavior
docs/core/testing/mstest-analyzers/usage-rules.md MSTest Usage rules (code analysis)
docs/core/testing/unit-testing-with-dotnet-test.md Testing with 'dotnet test'
docs/core/tools/dotnet-package-update.md docs/core/tools/dotnet-package-update
docs/core/tools/dotnet.md dotnet command
docs/core/tools/index.md .NET CLI
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 24 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 <24882762+gewarren@users.noreply.github.com>

* Trim sequential image

* Apply suggestions from code review

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

* Fix lint errors

---------

Co-authored-by: Genevieve Warren <24882762+gewarren@users.noreply.github.com>
…ry expressions documentation (dotnet#48751)

* Initial plan

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

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

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

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

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

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

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

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

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

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

Co-authored-by: T-Gro <46543583+T-Gro@users.noreply.github.com>

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

Co-authored-by: T-Gro <46543583+T-Gro@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: T-Gro <46543583+T-Gro@users.noreply.github.com>
* 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 <24882762+gewarren@users.noreply.github.com>

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

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

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

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

* remove dotnet-package-update and references

---------

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

* Add documentation for MSTest analyzers MSTEST0051-MSTEST0055

Co-authored-by: Youssef1313 <31348972+Youssef1313@users.noreply.github.com>

* Update ms.date in usage-rules.md

Co-authored-by: Youssef1313 <31348972+Youssef1313@users.noreply.github.com>

* Add MSTEST0051-MSTEST0055 to devops-testing TOC

Co-authored-by: Youssef1313 <31348972+Youssef1313@users.noreply.github.com>

* Update doc

* Update date

* Update usage-rules.md

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: Youssef1313 <31348972+Youssef1313@users.noreply.github.com>
Co-authored-by: Youssef1313 <youssefvictor00@gmail.com>
* 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.
@dotnetrepoman dotnetrepoman bot added this to the October 2025 milestone Oct 3, 2025
@gewarren gewarren enabled auto-merge October 3, 2025 22:02
@gewarren gewarren disabled auto-merge October 3, 2025 22:11
@gewarren gewarren merged commit 44a6b60 into dotnet:live Oct 3, 2025
7 of 8 checks passed
@gewarren gewarren deleted the pub100325 branch October 3, 2025 22:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

10 participants