Skip to content

Conversation

dotnet-policy-service[bot]
Copy link
Contributor

@dotnet-policy-service dotnet-policy-service bot commented Aug 26, 2025

Please don't squash-merge this PR.


Internal previews

Toggle expand/collapse
📄 File 🔗 Preview link
docs/core/unmanaged-api/debugging/icordebug/cor-type-layout-structure.md COR_TYPE_LAYOUT Structure
docs/core/unmanaged-api/debugging/icordebug/cor-typeid-structure.md "COR_TYPEID Structure"
docs/core/unmanaged-api/debugging/icordebug/cordebugblockingobject-structure.md CorDebugBlockingObject Structure
docs/core/unmanaged-api/debugging/icordebug/cordebugblockingreason-enumeration.md docs/core/unmanaged-api/debugging/icordebug/cordebugblockingreason-enumeration
docs/core/unmanaged-api/debugging/icordebug/cordebugcodeinvokepurpose-enumeration.md CorDebugCodeInvokePurpose Enumeration
docs/core/unmanaged-api/debugging/icordebug/cordebugexceptionobjectstackframe-structure.md CorDebugExceptionObjectStackFrame Structure
docs/core/unmanaged-api/debugging/icordebug/cordebugintercept-enumeration.md "CorDebugIntercept Enumeration"
docs/core/unmanaged-api/debugging/icordebug/cordebugmappingresult-enumeration.md CorDebugMappingResult Enumeration
docs/core/unmanaged-api/debugging/icordebug/cordebugngenpolicy-enumeration.md docs/core/unmanaged-api/debugging/icordebug/cordebugngenpolicy-enumeration
docs/core/unmanaged-api/debugging/icordebug/cordebugunmappedstop-enumeration.md CorDebugUnmappedStop Enumeration
docs/core/unmanaged-api/debugging/icordebug/cordebuguserstate-enumeration.md "CorDebugUserState Enumeration"
docs/core/unmanaged-api/debugging/icordebug/icordebug-createprocess-method.md ICorDebug::CreateProcess Method
docs/core/unmanaged-api/debugging/icordebug/icordebugappdomain-interface.md docs/core/unmanaged-api/debugging/icordebug/icordebugappdomain-interface
docs/core/unmanaged-api/debugging/icordebug/icordebugchain-interface.md ICorDebugChain Interface
docs/core/unmanaged-api/debugging/icordebug/icordebugcomobjectvalue-getcachedinterfacepointers-method.md ICorDebugComObjectValue::GetCachedInterfacePointers Method
docs/core/unmanaged-api/debugging/icordebug/icordebugcontroller-interface.md "ICorDebugController Interface"
docs/core/unmanaged-api/debugging/icordebug/icordebugdatatarget2-createvirtualunwinder-method.md ICorDebugDataTarget2::CreateVirtualUnwinder Method
docs/core/unmanaged-api/debugging/icordebug/icordebugexceptiondebugevent-interface.md docs/core/unmanaged-api/debugging/icordebug/icordebugexceptiondebugevent-interface
docs/core/unmanaged-api/debugging/icordebug/icordebugilframe-interface.md ICorDebugILFrame Interface
docs/core/unmanaged-api/debugging/icordebug/icordebugmanagedcallback-interface.md ICorDebugManagedCallback Interface
docs/core/unmanaged-api/debugging/icordebug/icordebugmanagedcallback2-exception-method.md ICorDebugManagedCallback2::Exception Method
docs/core/unmanaged-api/debugging/icordebug/icordebugmodule4-ismappedlayout-method.md "ICorDebugModule4::IsMappedLayout Method"
docs/core/unmanaged-api/debugging/icordebug/icordebugobjectvalue-interface.md ICorDebugObjectValue Interface
docs/core/unmanaged-api/debugging/icordebug/icordebugprocess5-interface.md docs/core/unmanaged-api/debugging/icordebug/icordebugprocess5-interface
docs/core/unmanaged-api/debugging/icordebug/icordebugprocess6-getexportstepinfo-method.md ICorDebugProcess6::GetExportStepInfo Method
docs/core/unmanaged-api/debugging/icordebug/icordebugprocess6-interface.md "ICorDebugProcess6 Interface"
docs/core/unmanaged-api/debugging/icordebug/icordebugremote-createprocessex-method.md ICorDebugRemote::CreateProcessEx Method
docs/core/unmanaged-api/debugging/icordebug/icordebugruntimeunwindableframe-interface.md docs/core/unmanaged-api/debugging/icordebug/icordebugruntimeunwindableframe-interface
docs/core/unmanaged-api/debugging/icordebug/icordebugstackwalk-interface.md ICorDebugStackWalk Interface
docs/core/unmanaged-api/debugging/icordebug/icordebugthread3-interface.md "ICorDebugThread3 Interface"

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.

devlead and others added 5 commits August 25, 2025 15:48
Clarified the explanation of the #:sdk directive and its usage, including the handling of version specification.
* Initial plan

* Initial exploration and plan setup

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

* Add CS0677 workaround documentation using nint

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

* Update .gitignore

* Apply suggestions from code review

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

* Apply suggestions from code review

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

* Fix bullet point formatting and directional language in CS0677 docs

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>
* Initial plan

* Add documentation about using statements in iterators with code example

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>

---------

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 August 2025 milestone Aug 26, 2025
azure-sdk and others added 21 commits August 26, 2025 13:57
* Update source2.vb

* Add vbproj file

* Update source4.vb to ensure type names uniqueness
* define freshness tiers for F#

Define freshness tiers for different folders in the F# guide.

I followed the general strategy I used for C#:  Areas that are likely to need updates for each release based on new features are 1 year. Most reference is 3 years: Someone should give it a look, even if it's not likely that new features impact it.  Some of the reference for stable features is 5 years. Compiler diagnostics are 10 years.

* Update docfx.json

Co-authored-by: Tomas Grosup <tomasgrosup@microsoft.com>

---------

Co-authored-by: Tomas Grosup <tomasgrosup@microsoft.com>
…uctured code examples (#48073)

* Initial plan

* Add comprehensive documentation improvements for polymorphic equality and records with collections

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

* Add AI-usage metadata and finalize documentation improvements

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

* Address PR feedback: fix AI metadata, improve records section, and clarify polymorphic equality

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

* Apply suggestions from code review

* Apply suggestions from code review

* Address PR feedback: fix documentation content and break up long code samples with snippet tags

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

* Add introductory sentences before consecutive code blocks to improve readability

Co-authored-by: adegeo <67293991+adegeo@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: adegeo <67293991+adegeo@users.noreply.github.com>
* add 8D release notes

* Update docs/framework/release-notes/2025/08-26-august-cumulative-update-preview.md

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

* Update 08-26-august-cumulative-update-preview.md

* Update 08-26-august-cumulative-update-preview.md

Update title

* Update toc.yml

update date of August non-sec release

* Update release-notes.md

* Remove update preview for Windows 11 version 24H2

TTGL for 24H2 is now 8/28.  Removed from the list for today.

---------

Co-authored-by: Genevieve Warren <24882762+gewarren@users.noreply.github.com>
…ut (#48124)

* update breaking change to be actually correct with respect to the input

* Apply suggestion from @gewarren

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

* Apply suggestion from @gewarren

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

* Apply suggestion from @gewarren

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

* Apply suggestion from @gewarren

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

* Update table of contents entries

---------

Co-authored-by: Genevieve Warren <24882762+gewarren@users.noreply.github.com>
* Extracted broker auth into new doc

* fix metadata

* fix toc

* Apply suggestions from code review

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

* Apply suggestions from code review

Co-authored-by: Scott Addie <10702007+scottaddie@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: Scott Addie <10702007+scottaddie@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: Scott Addie <10702007+scottaddie@users.noreply.github.com>

* temp

* add additional OS

* fix zone pivots

* Maui fixes

* fix code blocks

* refactor intro

* fixes

* fixes

* fix code lines

* fixes

* changes

* fixes

* fixes

* fixes

* Apply suggestions from code review

Co-authored-by: Scott Addie <10702007+scottaddie@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: Scott Addie <10702007+scottaddie@users.noreply.github.com>

* PR Fixes

* update

* code update

* fix secrets

* remove secret

* fix compile

* Apply suggestions from code review

Co-authored-by: Scott Addie <10702007+scottaddie@users.noreply.github.com>

* zone pivot change

* Apply suggestions from code review

Co-authored-by: Scott Addie <10702007+scottaddie@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: Scott Addie <10702007+scottaddie@users.noreply.github.com>

* fixes

* Apply suggestions from code review

Co-authored-by: Scott Addie <10702007+scottaddie@users.noreply.github.com>

* Add macOS screenshot

---------

Co-authored-by: Genevieve Warren <24882762+gewarren@users.noreply.github.com>
Co-authored-by: Scott Addie <10702007+scottaddie@users.noreply.github.com>
Bumps MSTest.TestAdapter from 3.10.0 to 3.10.3
Bumps MSTest.TestFramework from 3.10.0 to 3.10.3

---
updated-dependencies:
- dependency-name: MSTest.TestAdapter
  dependency-version: 3.10.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dotnet
- dependency-name: MSTest.TestFramework
  dependency-version: 3.10.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dotnet
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps MSTest from 3.10.1 to 3.10.3

---
updated-dependencies:
- dependency-name: MSTest
  dependency-version: 3.10.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dotnet
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps Azure.Core from 1.47.2 to 1.47.3

---
updated-dependencies:
- dependency-name: Azure.Core
  dependency-version: 1.47.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dotnet
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps MSTest.TestAdapter from 3.10.2 to 3.10.3
Bumps MSTest.TestFramework from 3.10.2 to 3.10.3

---
updated-dependencies:
- dependency-name: MSTest.TestAdapter
  dependency-version: 3.10.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dotnet
- dependency-name: MSTest.TestFramework
  dependency-version: 3.10.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dotnet
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [actions/dependency-review-action](https://github.com/actions/dependency-review-action) from 4.7.2 to 4.7.3.
- [Release notes](https://github.com/actions/dependency-review-action/releases)
- [Commits](actions/dependency-review-action@bc41886...595b5ae)

---
updated-dependencies:
- dependency-name: actions/dependency-review-action
  dependency-version: 4.7.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps OllamaSharp from 5.3.5 to 5.3.6

---
updated-dependencies:
- dependency-name: OllamaSharp
  dependency-version: 5.3.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dotnet
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps OllamaSharp from 5.3.5 to 5.3.6

---
updated-dependencies:
- dependency-name: OllamaSharp
  dependency-version: 5.3.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dotnet
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps OllamaSharp from 5.3.5 to 5.3.6

---
updated-dependencies:
- dependency-name: OllamaSharp
  dependency-version: 5.3.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dotnet
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.29.10 to 3.29.11.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@96f518a...3c3833e)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-version: 3.29.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps OllamaSharp from 5.3.4 to 5.3.6

---
updated-dependencies:
- dependency-name: OllamaSharp
  dependency-version: 5.3.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dotnet
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot bot and others added 27 commits August 27, 2025 19:44
Bumps MSTest.TestAdapter from 3.10.1 to 3.10.3
Bumps MSTest.TestFramework from 3.10.1 to 3.10.3

---
updated-dependencies:
- dependency-name: MSTest.TestAdapter
  dependency-version: 3.10.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dotnet
- dependency-name: MSTest.TestFramework
  dependency-version: 3.10.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dotnet
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps OllamaSharp from 5.3.5 to 5.3.6

---
updated-dependencies:
- dependency-name: OllamaSharp
  dependency-version: 5.3.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dotnet
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps OllamaSharp from 5.3.5 to 5.3.6

---
updated-dependencies:
- dependency-name: OllamaSharp
  dependency-version: 5.3.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dotnet
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps OllamaSharp from 5.3.5 to 5.3.6

---
updated-dependencies:
- dependency-name: OllamaSharp
  dependency-version: 5.3.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dotnet
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps MSTest.TestAdapter from 3.10.1 to 3.10.3
Bumps MSTest.TestFramework from 3.10.1 to 3.10.3

---
updated-dependencies:
- dependency-name: MSTest.TestAdapter
  dependency-version: 3.10.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dotnet
- dependency-name: MSTest.TestFramework
  dependency-version: 3.10.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dotnet
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps OllamaSharp from 5.3.5 to 5.3.6

---
updated-dependencies:
- dependency-name: OllamaSharp
  dependency-version: 5.3.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dotnet
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps MSTest.TestAdapter from 3.10.2 to 3.10.3
Bumps MSTest.TestFramework from 3.10.2 to 3.10.3

---
updated-dependencies:
- dependency-name: MSTest.TestAdapter
  dependency-version: 3.10.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dotnet
- dependency-name: MSTest.TestFramework
  dependency-version: 3.10.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dotnet
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps Azure.Identity from 1.14.2 to 1.15.0
Bumps Microsoft.Extensions.AI.Abstractions from 9.7.1 to 9.8.0
Bumps Microsoft.Extensions.AI.Evaluation from 9.7.0 to 9.8.0
Bumps Microsoft.Extensions.AI.Evaluation.Reporting from 9.7.0 to 9.8.0
Bumps MSTest from 3.10.1 to 3.10.3

---
updated-dependencies:
- dependency-name: Azure.Identity
  dependency-version: 1.15.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dotnet
- dependency-name: Microsoft.Extensions.AI.Abstractions
  dependency-version: 9.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dotnet
- dependency-name: Microsoft.Extensions.AI.Evaluation
  dependency-version: 9.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dotnet
- dependency-name: Microsoft.Extensions.AI.Evaluation.Reporting
  dependency-version: 9.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dotnet
- dependency-name: MSTest
  dependency-version: 3.10.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dotnet
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps Azure.Identity from 1.14.2 to 1.15.0
Bumps Microsoft.Extensions.AI.Abstractions from 9.7.1 to 9.8.0
Bumps Microsoft.Extensions.AI.Evaluation from 9.7.0 to 9.8.0
Bumps Microsoft.Extensions.AI.Evaluation.Quality from 9.7.0 to 9.8.0
Bumps Microsoft.Extensions.AI.Evaluation.Reporting from 9.7.0 to 9.8.0
Bumps MSTest from 3.10.1 to 3.10.3

---
updated-dependencies:
- dependency-name: Azure.Identity
  dependency-version: 1.15.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dotnet
- dependency-name: Microsoft.Extensions.AI.Abstractions
  dependency-version: 9.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dotnet
- dependency-name: Microsoft.Extensions.AI.Evaluation
  dependency-version: 9.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dotnet
- dependency-name: Microsoft.Extensions.AI.Evaluation.Quality
  dependency-version: 9.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dotnet
- dependency-name: Microsoft.Extensions.AI.Evaluation.Reporting
  dependency-version: 9.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dotnet
- dependency-name: MSTest
  dependency-version: 3.10.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dotnet
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps OllamaSharp from 5.3.5 to 5.3.6

---
updated-dependencies:
- dependency-name: OllamaSharp
  dependency-version: 5.3.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dotnet
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps Microsoft.Extensions.AI from 9.7.1 to 9.8.0
Bumps OllamaSharp from 5.3.3 to 5.3.6

---
updated-dependencies:
- dependency-name: Microsoft.Extensions.AI
  dependency-version: 9.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dotnet
- dependency-name: OllamaSharp
  dependency-version: 5.3.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dotnet
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps Azure.Identity from 1.14.2 to 1.15.0
Bumps Microsoft.Extensions.AI.Abstractions from 9.7.1 to 9.8.0
Bumps Microsoft.Extensions.AI.Evaluation from 9.7.0 to 9.8.0
Bumps Microsoft.Extensions.AI.Evaluation.Quality from 9.7.0 to 9.8.0
Bumps MSTest from 3.10.1 to 3.10.3

---
updated-dependencies:
- dependency-name: Azure.Identity
  dependency-version: 1.15.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dotnet
- dependency-name: Microsoft.Extensions.AI.Abstractions
  dependency-version: 9.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dotnet
- dependency-name: Microsoft.Extensions.AI.Evaluation
  dependency-version: 9.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dotnet
- dependency-name: Microsoft.Extensions.AI.Evaluation.Quality
  dependency-version: 9.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dotnet
- dependency-name: MSTest
  dependency-version: 3.10.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dotnet
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps OllamaSharp from 5.3.3 to 5.3.6

---
updated-dependencies:
- dependency-name: OllamaSharp
  dependency-version: 5.3.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dotnet
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps OllamaSharp from 5.3.3 to 5.3.6

---
updated-dependencies:
- dependency-name: OllamaSharp
  dependency-version: 5.3.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dotnet
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps OllamaSharp from 5.3.5 to 5.3.6

---
updated-dependencies:
- dependency-name: OllamaSharp
  dependency-version: 5.3.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dotnet
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…ed delegate conversions (#48120)

* Initial plan

* Enhanced BC42328 documentation with comprehensive explanation of relaxed delegate conversions

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

* Apply suggestions from code review

* 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>
…erences and update WinForms info (#48159)

* Initial plan

* Fix VB documentation issues: remove 15.8 references and update WinForms info

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>

---------

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>
* bump System.CommandLine to beta7 to ensure they can be compiled with the latest version that will have no breaking changes with the upcoming RTM release

* check for errors before calling GetValue, as it may throw when there are errors

* update the docs to beta7
…erators section (#48155)

* Initial plan

* Update CType terminology from Function to Operator in core documentation

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

* Complete CType terminology updates in language reference and procedures

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

* Move CType from Functions to Operators section and update all references

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

* Fix relative references to CType operator within operators folder

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

* Fix relative file links to CType operator in language reference files

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

* Apply suggestions from code review

---------

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>
@gewarren
Copy link
Contributor

Replaced by #48196.

@gewarren gewarren closed this Aug 30, 2025
auto-merge was automatically disabled August 30, 2025 02:37

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.