-
Notifications
You must be signed in to change notification settings - Fork 572
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updating NuGet package dependencies #8124
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
cc: @eerhardt @ailtonguitar @sebastienros seems like the failures on MongoDB.Driver are legit issues when bumping to MongoDB.Driver version 3.2.1. |
The problem was a change in the MongoDB TestContainer - testcontainers/testcontainers-dotnet#1369. We were assuming we could append the database name on to the connection string directly. I pushed a fix to use UriBuilder to set the database name. |
<PackageVersion Include="Microsoft.DotNet.Build.Tasks.Workloads" Version="8.0.0-beta.23564.4" /> | ||
<PackageVersion Include="Microsoft.Signed.Wix" Version="$(MicrosoftSignedWixVersion)" /> | ||
<PackageVersion Include="Microsoft.DotNet.Build.Tasks.Installers" Version="8.0.0-beta.23564.4" /> | ||
<PackageVersion Include="Microsoft.DotNet.GenAPI.Task" Version="9.0.103-servicing.25065.25" /> | ||
<PackageVersion Include="System.CommandLine" Version="2.0.0-beta4.25072.1" /> | ||
<!-- unit test dependencies --> | ||
<PackageVersion Include="bUnit" Version="1.33.3" /> | ||
<PackageVersion Include="JsonSchema.Net" Version="7.3.1" /> | ||
<PackageVersion Include="bUnit" Version="1.36.0" /> <!-- Can't update passed to 1.37.x versions as those lift up LTS versions when targeting net8 --> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Description
Updating NuGet Package Dependencies.
Checklist