Skip to content

fix(deps): Bump dotnet-sdk from 9.0.301 to 9.0.304#4

Merged
hangy merged 1 commit intodevfrom
dependabot/dotnet_sdk/dotnet-sdk-9.0.304
Aug 16, 2025
Merged

fix(deps): Bump dotnet-sdk from 9.0.301 to 9.0.304#4
hangy merged 1 commit intodevfrom
dependabot/dotnet_sdk/dotnet-sdk-9.0.304

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Aug 16, 2025

Bumps dotnet-sdk from 9.0.301 to 9.0.304.

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [dotnet-sdk](https://github.com/dotnet/sdk) from 9.0.301 to 9.0.304.
- [Release notes](https://github.com/dotnet/sdk/releases)
- [Commits](dotnet/sdk@v9.0.301...v9.0.304)

---
updated-dependencies:
- dependency-name: dotnet-sdk
  dependency-version: 9.0.304
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file dotnet_sdk_package_manager Pull requests that update dotnet_sdk_package_manager code labels Aug 16, 2025
@hangy hangy requested a review from Copilot August 16, 2025 10:17
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR updates the .NET SDK version from 9.0.301 to 9.0.304 to incorporate the latest patches and dependency updates in the 9.0.3xx release branch.

  • Updates .NET SDK version in global.json configuration
  • Incorporates latest dependency updates and bug fixes from the dotnet-sdk repository
  • Maintains the same rollForward policy while bumping to the latest patch version

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@hangy hangy merged commit be2c43e into dev Aug 16, 2025
3 of 6 checks passed
@dependabot dependabot bot deleted the dependabot/dotnet_sdk/dotnet-sdk-9.0.304 branch August 16, 2025 10:18
github-actions bot pushed a commit that referenced this pull request Sep 3, 2025
# 1.0.0-beta.1 (2025-09-03)

### Bug Fixes

* Add Microsoft Testing extensions for enhanced test coverage and reporting, and remove `MSTest.Sdk` ([2307492](2307492))
* **deps:** Bump dotnet-sdk from 9.0.301 to 9.0.304 ([#4](#4)) ([be2c43e](be2c43e))
* Ensure proper disposal of Activity in Bind and SendRequest methods ([8bc09f9](8bc09f9))
* Simplify X509CertificateCollection reference in TraceableLdapConnection ([4a72ea0](4a72ea0))
* Update UserSecretsId in AppHost.csproj and add launchSettings.json for project configuration ([d8a4627](d8a4627))

### Features

* Add initial project files and implement ILdapConnection interface with TraceableLdapConnection class ([6dbe51e](6dbe51e))
* Add issue templates for bug reports and feature requests, and configure GitHub workflows for dependency review, component detection, CodeQL analysis, .NET build, release process, and semantic pull request validation ([6de61c3](6de61c3))
* Implement LDAP connection in Worker service and enhance OpenTelemetry instrumentation ([9d9f32f](9d9f32f))
* Refactor Worker service to use ILdapConnection for LDAP operations and configure dependency injection ([5958367](5958367))
@github-actions
Copy link
Copy Markdown

github-actions bot commented Sep 3, 2025

🎉 This PR is included in version 1.0.0-beta.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

github-actions bot pushed a commit that referenced this pull request Nov 13, 2025
# 1.0.0 (2025-11-13)

### Bug Fixes

* Add Microsoft Testing extensions for enhanced test coverage and reporting, and remove `MSTest.Sdk` ([2307492](2307492))
* Cast search attributes to string for proper tagging in activity ([bf004d8](bf004d8))
* **deps:** Bump dotnet-sdk from 9.0.301 to 9.0.304 ([#4](#4)) ([be2c43e](be2c43e))
* **editorconfig:** Adjust diagnostic severity settings for TUnit test discovery ([39d4860](39d4860))
* Ensure proper disposal of Activity in Bind and SendRequest methods ([8bc09f9](8bc09f9))
* Simplify X509CertificateCollection reference in TraceableLdapConnection ([4a72ea0](4a72ea0))
* **tests:** Ensure finalizer suppression in LdapContainer disposal ([35525de](35525de))
* **tests:** Update wait strategy to use UntilInternalTcpPortIsAvailable for LdapContainer ([9ba8c81](9ba8c81))
* Update activity display names to include 'ldap' prefix for clarity ([74ab26e](74ab26e))
* Update UserSecretsId in AppHost.csproj and add launchSettings.json for project configuration ([d8a4627](d8a4627))
* Use internal `StartActivity` for search ([da022a1](da022a1))
* **worker:** Improve logging and handle null arguments in Worker class ([25871e6](25871e6))

### Features

* Add AOT compatibility property to project file ([a5bd448](a5bd448))
* Add dotnet.config for Microsoft.Testing.Platform configuration ([45ce507](45ce507))
* Add initial project files and implement ILdapConnection interface with TraceableLdapConnection class ([6dbe51e](6dbe51e))
* Add issue templates for bug reports and feature requests, and configure GitHub workflows for dependency review, component detection, CodeQL analysis, .NET build, release process, and semantic pull request validation ([6de61c3](6de61c3))
* enhance LDAP connection tracing with detailed request and response attributes ([0e17e35](0e17e35))
* Implement LDAP connection in Worker service and enhance OpenTelemetry instrumentation ([9d9f32f](9d9f32f))
* Publish .NET 8 and .NET 9 version of the NuGet package ([669fc82](669fc82))
* Refactor Worker service to use ILdapConnection for LDAP operations and configure dependency injection ([5958367](5958367))
@github-actions
Copy link
Copy Markdown

🎉 This PR is included in version 1.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file dotnet_sdk_package_manager Pull requests that update dotnet_sdk_package_manager code released on @beta released

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants