Skip to content

Merge main into live#53506

Open
dotnet-policy-service[bot] wants to merge 9 commits intolivefrom
main
Open

Merge main into live#53506
dotnet-policy-service[bot] wants to merge 9 commits intolivefrom
main

Conversation

@dotnet-policy-service
Copy link
Copy Markdown
Contributor

@dotnet-policy-service dotnet-policy-service Bot commented Apr 30, 2026

azure-sdk and others added 7 commits April 29, 2026 16:28
* Bump the dotnet group with 5 updates

Bumps Microsoft.Extensions.DependencyInjection from 10.0.5 to 10.0.7
Bumps Microsoft.Extensions.Diagnostics.ResourceMonitoring from 10.4.0 to 10.5.0
Bumps Microsoft.Extensions.Hosting from 10.0.5 to 10.0.7
Bumps Microsoft.Extensions.Logging.Console from 10.0.5 to 10.0.7
Bumps Spectre.Console from 0.54.0 to 0.55.2

---
updated-dependencies:
- dependency-name: Microsoft.Extensions.DependencyInjection
  dependency-version: 10.0.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dotnet
- dependency-name: Microsoft.Extensions.Diagnostics.ResourceMonitoring
  dependency-version: 10.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dotnet
- dependency-name: Microsoft.Extensions.Hosting
  dependency-version: 10.0.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dotnet
- dependency-name: Microsoft.Extensions.Logging.Console
  dependency-version: 10.0.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dotnet
- dependency-name: Spectre.Console
  dependency-version: 0.55.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dotnet
...

Signed-off-by: dependabot[bot] <support@github.com>

* fix compile error

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Genevieve Warren <24882762+gewarren@users.noreply.github.com>
* Add GHCP modernization tip to upgrade

* Update docs/core/tools/sdk-errors/netsdk1138.md

---------

Co-authored-by: Andy (Steve) De George <67293991+adegeo@users.noreply.github.com>
… pointers (#53403)

* Create stub file

Create the stub file for the new function pointer errors and warnings.

* Consolidate additional articles

Search additional articles and consolidate additional articles.,

* Content edit

* Update docs/csharp/language-reference/compiler-messages/delegate-function-pointer-diagnostics.md

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* respond to review

* Apply suggestions from code review

Co-authored-by: Andy (Steve) De George <67293991+adegeo@users.noreply.github.com>
Co-authored-by: Bill Wagner <wiwagn@microsoft.com>

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Andy (Steve) De George <67293991+adegeo@users.noreply.github.com>
* First draft

First draft of new tutorials.

* Change titles

* fix link

* Proofread and make updates

* Fix warnings

* Update docs/csharp/fundamentals/types/conversions.md

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Apply Microsoft Style Guide editing pass to records tutorial

- Use code style for file names (backticks instead of italics)
- Fix heading gerund: 'Customize output by overriding' → 'Override \PrintMembers\ to customize'
- Convert past tense to present tense ('already added' → 'already has')
- Replace imperative 'You can extend' with direct imperative 'Extend'
- Replace demonstrative 'This override' with article 'The override'
- Clarify actor in gerund phrase ('preserving' → 'you preserve')

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

* Major content edit.

* major content review

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
…e subclasses (.NET 11) (#53409)

* Initial plan

* Add breaking change article: Nullable.GetUnderlyingType throws for custom Type subclasses

Agent-Logs-Url: https://github.com/dotnet/docs/sessions/2c45f021-3ef8-4caf-855a-7ea80054cb39

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

* Apply suggestions from code review

Co-authored-by: Jan Kotas <jkotas@microsoft.com>

* Apply suggestion from @AaronRobinsonMSFT

* Apply suggestions from code review

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: Aaron R Robinson <arobins@microsoft.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: gewarren <24882762+gewarren@users.noreply.github.com>
Co-authored-by: Aaron R Robinson <arobins@microsoft.com>
Co-authored-by: Jan Kotas <jkotas@microsoft.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
@github-advanced-security
Copy link
Copy Markdown

You are seeing this message because GitHub Code Scanning has recently been set up for this repository, or this pull request contains the workflow file for the Code Scanning tool.

What Enabling Code Scanning Means:

  • The 'Security' tab will display more code scanning analysis results (e.g., for the default branch).
  • Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results.
  • You will be able to see the analysis results for the pull request's branch on this overview once the scans have completed and the checks have passed.

For more information about GitHub Code Scanning, check out the documentation.

@dotnetrepoman dotnetrepoman Bot added this to the April 2026 milestone Apr 30, 2026
azure-sdk and others added 2 commits April 30, 2026 13:34
…ing prefixes (.NET 10) (#53400)

* Document new EnvironmentVariablesConfigurationProvider connection string prefixes

Starting in .NET 10, EnvironmentVariablesConfigurationProvider recognizes seven additional connection string prefixes (POSTGRESQLCONNSTR_, APIHUBCONNSTR_, DOCDBCONNSTR_, EVENTHUBCONNSTR_, NOTIFICATIONHUBCONNSTR_, REDISCACHECONNSTR_, SERVICEBUSCONNSTR_) added by dotnet/runtime#116037.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

* Remove broken link to /azure/connectors/apihubs

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Petr Onderka <gsvick@gmail.com>

* Applied comments from code review

---------

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
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