Skip to content
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

Update NuGet Packages - Minor Updates #63

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jul 15, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
Dapper 2.0.123 -> 2.1.35 age adoption passing confidence
Microsoft.NET.Test.Sdk 17.0.0 -> 17.12.0 age adoption passing confidence
Moq 4.16.1 -> 4.20.72 age adoption passing confidence
NUnit3TestAdapter (source) 4.1.0 -> 4.6.0 age adoption passing confidence
Newtonsoft.Json (source) 13.0.1 -> 13.0.3 age adoption passing confidence
System.Configuration.ConfigurationManager (source) 6.0.0 -> 6.0.2 age adoption passing confidence
System.Data.SQLite 1.0.115.5 -> 1.0.119 age adoption passing confidence
System.Data.SqlClient 4.8.3 -> 4.9.0 age adoption passing confidence
coverlet.msbuild 3.1.0 -> 3.2.0 age adoption passing confidence
nunit (source) 3.13.2 -> 3.14.0 age adoption passing confidence

Release Notes

DapperLib/Dapper (Dapper)

v2.1.35

What's Changed
New Contributors

Full Changelog: DapperLib/Dapper@2.1.28...2.1.35

v2.1.28

Compare Source

What's Changed

New Contributors

Full Changelog: DapperLib/Dapper@2.1.24...2.1.28

v2.1.24

Compare Source

What's Changed

New Contributors

Full Changelog: DapperLib/Dapper@2.1.21...2.1.24

v2.1.21

Compare Source

What's Changed
New Contributors

Full Changelog: DapperLib/Dapper@2.1.15...2.1.21

v2.1.15

Compare Source

What's Changed

Full Changelog: DapperLib/Dapper@2.1.11...2.1.15

v2.1.11

Compare Source

What's Changed

Full Changelog: DapperLib/Dapper@2.1.4...2.1.11

v2.1.4

Compare Source

v2.1.1

Compare Source

v2.0.151

Compare Source

v2.0.143

Compare Source

v2.0.138

Compare Source

  • (#​1910 via @​mgravell, fix #​1907, #​1263)
    • add support for SqlDecimal and other types that need to be accessed via DbDataReader.GetFieldValue<T>
    • add an overload of AddTypeMap that supports DbDataReader.GetFieldValue<T> for additional types
    • acknowledge that in reality we only support DbDataReader; this has been true (via DbConnection) for async forever
  • (#​1912 via @​mgravell)
    • add missing AsyncEnumerable<T> QueryUnbufferedAsync<T>(...) and GridReader.ReadUnbufferedAsync<T>(...) APIs (.NET 5 and later)
    • implement IAsyncDisposable on GridReader (.NET 5 and later)
microsoft/vstest (Microsoft.NET.Test.Sdk)

v17.12.0

What's Changed

Internal and infrastructure fixes:

Full Changelog: microsoft/vstest@v17.11.1...v17.12.0

v17.11.1

What's Changed

Full Changelog: microsoft/vstest@v17.11.0...v17.11.1

v17.11.0

What's Changed

New Contributors

Full Changelog: microsoft/vstest@v17.10.0...v17.11.0-release-24352-06

v17.10.0

What's Changed

And many infrastructure related changes and updates.

New Contributors

Full Changelog: microsoft/vstest@v17.9.0...v17.10.0

v17.9.0

What's Changed
New Contributors

Full Changelog: microsoft/vstest@v17.8.0...v17.9.0

v17.8.0

What's Changed

Full Changelog: microsoft/vstest@v17.7.2...v17.8.0

v17.7.2

What's Changed

Full Changelog: microsoft/vstest@v17.7.1...v17.7.2

v17.7.1

What's Changed

Full Changelog: microsoft/vstest@v17.7.0...v17.7.1

v17.7.0

⚠️ Microsoft.TestPlatform 17.7.0 nuget package is hidden from Nuget.org, we've encountered an unexpected issue with versioning which prevents it from being used in all AzDO clients. We are working on a fix.

The most pressing issues were all backported to 17.6.1, 17.6.2 and 17.6.3.

Issues fixed (since 17.6.3)

  • Don't print socket transport error in console by @​nohwnd in #​4493 which fixes #​4461
    When testhost crashes, we no longer print the transport error:

    ---> System.Exception: Unable to read data from the transport connection: 
    		An existing connection was forcibly closed by the remote host..
    

    This error is a side-effect or our architecture is almost never the culprit. Instead it leads developers away from the actual issue which is crash of testhost, or datacollector.

  • Pass workloads to proxy managers in #​4422 by @​nohwnd
    Which allows datacollector users to only receive the sources that are currently running in the testhost associated to datacollector, instead of all the sources that have the same target framework.

  • Fix Newtonsoft versions in testhost.deps.json in #​4367 by @​nohwnd
    testhost.runtimeconfig.json files that we ship with testhost contained an old version of Newtonsoft.Json. The version in this file does not have an effect on execution, but some compliance tools statically analyze it and report possible vulnerabilities.

Other fixes:

Special thanks to @​SimonCropp for the many fixes regarding nullability spelling and code style in #​4518, #​4520, #​4525, #​4526, #​4521, #​4519, #​4522, #​4529 🙇

Full Changelog: microsoft/vstest@v17.6.3...v17.7.0

Drops
  • Microsoft.TestPlatform.ObjectModel : v17.7.0

v17.6.3

Issues Fixed

Full Changelog: microsoft/vstest@v17.6.2...v17.6.3

Artifacts
  • TestPlatform vsix: 17.6.3
  • Microsoft.TestPlatform.ObjectModel : 17.6.3

v17.6.2

Fixes

This patch addresses the problems that were introduced in 17.6.0 that happen when running on AzDo with the default test.dll filter, which includes additional TestPlatform dlls into the run and fails it.

To mitigate this issue we solved the bug in 17.6.1, and added additional exclusions for known assemblies that are coming from TestPlatform and commonly used test adapters, to avoid trying to run tests from those assemblies.

Description and workarounds for this issue are available here: https://github.com/microsoft/vstest/issues/4516

Full Changelog: microsoft/vstest@v17.6.1...v17.6.2

Artifacts
TestPlatform vsix: 17.6.2
Microsoft.TestPlatform.ObjectModel : 17.6.2

v17.6.1

Issues Fixed

This is a tiny patch to fixup few latest issues,

Internal updates:

Full Changelog: microsoft/vstest@v17.6.0...v17.6.1

Artifacts
  • TestPlatform vsix: 17.6.1
  • Microsoft.TestPlatform.ObjectModel : 17.6.1

v17.6.0

See the release notes here.

v17.5.0

See the release notes here.

v17.4.1

See the release notes here.

v17.4.0

See the release notes here.

v17.3.3

See the release notes here.

v17.3.2

See the release notes here.

v17.3.1

See the release notes here.

v17.3.0

See the release notes here.

v17.2.1

See the release notes here.

v17.2.0

See the release notes here.

v17.1.0

See the release notes here.

v17.0.2

See the release notes here.

moq/moq (Moq)

v4.20.72

Full Changelog

🔨 Other:

  • Question: Sponsorable Attribute in release v4.20.71 #​1513

🔀 Merged:

v4.20.71

Full Changelog

🐛 Fixed bugs:

  • (To delete) #​1497
  • Documentation link gives 404 #​1495
  • mock.Protected().Verify() does not work correctly #​1493
  • Documentation link is broken #​1487
  • Moq library throwing TypeIniatilizationException. #​1459

🔨 Other:

  • Documentation Unavailable Online #​1473
  • Supporting .NET8 #​1462
  • Some source code files is filled with comments like: "Unmerged change from project " #​1451
  • Question: would it make sense to call verify all on a strict mock when the mock gets disposed? #​1440
  • SponsorLink Integration Makes Moq Unuasable due to PII and GDPR Requirements #​1433
  • Default value ILookup<> in loose mode is null #​1391
  • Verifying a protected method when the exact parameter types are not statically known #​1339

🔀 Merged:

  • Remove spurious unmerged change comment from dotnet format #​1499 (@​kzu)
  • Fix semantic error in MatchersFixture.cs test #​1496 (@​go-hoon)
  • Update License.txt to use SPDX identifier for automatic recognition #​1471 ([@​georg-eckert-zeiss

Configuration

📅 Schedule: Branch creation - "before 9am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added cut new release dependencies Pull requests that update a dependency file non-breaking renovate labels Jul 15, 2024
@renovate renovate bot force-pushed the renovate/nuget-packages-minor-updates branch from d7b3c95 to 731c649 Compare September 17, 2024 02:40
@renovate renovate bot force-pushed the renovate/nuget-packages-minor-updates branch from 731c649 to dc720d8 Compare September 30, 2024 05:49
@renovate renovate bot force-pushed the renovate/nuget-packages-minor-updates branch from dc720d8 to 94fa9c0 Compare November 13, 2024 08:40
@renovate renovate bot force-pushed the renovate/nuget-packages-minor-updates branch from 94fa9c0 to 3acf705 Compare November 21, 2024 23:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cut new release dependencies Pull requests that update a dependency file non-breaking renovate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants