Skip to content

Bump the nuget group with 9 updates#93

Merged
christiaanderidder merged 1 commit intomainfrom
dependabot/nuget/nuget-0bae64ac3e
Apr 18, 2026
Merged

Bump the nuget group with 9 updates#93
christiaanderidder merged 1 commit intomainfrom
dependabot/nuget/nuget-0bae64ac3e

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github Apr 18, 2026

Updated Microsoft.Bcl.Memory from 10.0.5 to 10.0.6.

Release notes

Sourced from Microsoft.Bcl.Memory's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated Microsoft.Extensions.FileProviders.Abstractions from 10.0.5 to 10.0.6.

Release notes

Sourced from Microsoft.Extensions.FileProviders.Abstractions's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated Microsoft.Extensions.FileProviders.Embedded from 10.0.5 to 10.0.6.

Release notes

Sourced from Microsoft.Extensions.FileProviders.Embedded's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated Microsoft.Extensions.Logging from 10.0.5 to 10.0.6.

Release notes

Sourced from Microsoft.Extensions.Logging's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated Microsoft.Extensions.Logging.Abstractions from 10.0.5 to 10.0.6.

Release notes

Sourced from Microsoft.Extensions.Logging.Abstractions's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated Microsoft.SourceLink.GitHub from 10.0.201 to 10.0.202.

Release notes

Sourced from Microsoft.SourceLink.GitHub's releases.

10.0.202

You can build .NET 10.0 from the repository by cloning the release tag v10.0.202 and following the build instructions in the main README.md.

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.

Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023

Commits viewable in compare view.

Updated System.Collections.Immutable from 10.0.5 to 10.0.6.

Release notes

Sourced from System.Collections.Immutable's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated System.Linq.Async from 7.0.0 to 7.0.1.

Release notes

Sourced from System.Linq.Async's releases.

7.0.1

Changes:

Bugs:

  • #​1626: Fix duplicate emission in Delay with immediate selector

Enhancement:

  • #​2182: Implementing TakeUntil with CancellationToken
  • #​2178: Enhancement Add DisposeWith
  • #​2039: Run tests on .NET 8.0
  • #​1879: Add Rx.NET 2023 roadmap, and tooling update ADR
  • #​1700: Add MinByWithTies and MaxByWithTies to bring back a MinBy/MaxBy that returns a list

Others:

  • #​2313: Release prep for Ix v7.0.1
See More
  • #​2312: Upgrade to System.Linq.AsyncEnumerable 10.0.6
  • #​2293: Generate AsyncEnumerableDeprecated facade in runtime assembly
  • #​2292: Remove AsyncEnumerable from System.Linq.Async public API
  • #​2289: Move projection SumAsync to System.Interactive.Async
  • #​2286: Obsolete messages explain CancellationToken change
  • #​2280: Handle clashes in System.Interactive.Async with System.Linq.Asyncenumerable
  • #​2278: Add Ix.NET AverageAsync overloads supporting async selectors
  • #​2275: Update System.Linq.AsyncEnumerable refs to .NET 10 GA
  • #​2274: Ix.NET v7 release prep
  • #​2268: Rx 7.0 packaging changes
  • #​2267: Update Rx.NET to .NET 10 SDK
  • #​2266: Further .NET 9.0 SDK updates
  • #​2263: Fix typos in docs (v2)
  • #​2260: Modify OfType to accept nullable input element type
  • #​2251: Fix condition in documentation example
  • #​2240: Preparing for System.Linq.AsyncEnumerable
  • #​2249: Update Ix.NET dependencies
  • #​2244: Update dependencies in Rx.NET
  • #​2242: Update IntroToRx for Rx 6.1
  • #​2237: Add ResetExceptionDispatchState operator and document exception reuse limitations
  • #​2229: Bump xunit from 2.4.1 to 2.9.3
  • #​2231: Bump Microsoft.NET.Test.Sdk from 17.0.0 to 17.13.0
  • #​2222: TakeUntil with CancellationToken
  • #​2220: Add namespace style config to .editorconfig
  • #​2219: Feature/test packages 2025
    ... (truncated)

7.0.1-preview.1

Changes:

Bugs:

  • #​2302: fix stack traces from errors in ToAsyncEnumerable
  • #​1626: Fix duplicate emission in Delay with immediate selector

Enhancement:

  • #​2308: Prevent trimmer warnings on current SDK
  • #​2182: Implementing TakeUntil with CancellationToken
  • #​2178: Enhancement Add DisposeWith
  • #​2039: Run tests on .NET 8.0
  • #​1879: Add Rx.NET 2023 roadmap, and tooling update ADR
  • #​1700: Add MinByWithTies and MaxByWithTies to bring back a MinBy/MaxBy that returns a list
See More

Others:

  • #​2313: Release prep for Ix v7.0.1
  • #​2312: Upgrade to System.Linq.AsyncEnumerable 10.0.6
  • #​2303: Update NuGet packages
  • #​2293: Generate AsyncEnumerableDeprecated facade in runtime assembly
  • #​2292: Remove AsyncEnumerable from System.Linq.Async public API
  • #​2289: Move projection SumAsync to System.Interactive.Async
  • #​2286: Obsolete messages explain CancellationToken change
  • #​2280: Handle clashes in System.Interactive.Async with System.Linq.Asyncenumerable
  • #​2278: Add Ix.NET AverageAsync overloads supporting async selectors
  • #​2275: Update System.Linq.AsyncEnumerable refs to .NET 10 GA
  • #​2274: Ix.NET v7 release prep
  • #​2268: Rx 7.0 packaging changes
  • #​2267: Update Rx.NET to .NET 10 SDK
  • #​2266: Further .NET 9.0 SDK updates
  • #​2263: Fix typos in docs (v2)
  • #​2260: Modify OfType to accept nullable input element type
  • #​2251: Fix condition in documentation example
  • #​2240: Preparing for System.Linq.AsyncEnumerable
  • #​2249: Update Ix.NET dependencies
  • #​2244: Update dependencies in Rx.NET
  • #​2242: Update IntroToRx for Rx 6.1
  • #​2237: Add ResetExceptionDispatchState operator and document exception reuse limitations
  • #​2229: Bump xunit from 2.4.1 to 2.9.3
  • #​2231: Bump Microsoft.NET.Test.Sdk from 17.0.0 to 17.13.0
    ... (truncated)

Commits viewable in compare view.

Updated TUnit from 1.31.0 to 1.36.0.

Release notes

Sourced from TUnit's releases.

1.36.0

What's Changed

Other Changes

Dependencies

Full Changelog: thomhurst/TUnit@v1.35.2...v1.36.0

1.35.2

What's Changed

Other Changes

Dependencies

Full Changelog: thomhurst/TUnit@v1.35.0...v1.35.2

1.35.0

What's Changed

Other Changes

Dependencies

Full Changelog: thomhurst/TUnit@v1.34.5...v1.35.0

1.34.5

What's Changed

Other Changes

Dependencies

Full Changelog: thomhurst/TUnit@v1.34.0...v1.34.5

1.34.0

What's Changed

Other Changes

Dependencies

Full Changelog: thomhurst/TUnit@v1.33.0...v1.34.0

1.33.0

What's Changed

Other Changes

Dependencies

Full Changelog: thomhurst/TUnit@v1.32.0...v1.33.0

1.32.0

What's Changed

Other Changes

Dependencies

Full Changelog: thomhurst/TUnit@v1.31.0...v1.32.0

Commits viewable in compare view.

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps Microsoft.Bcl.Memory from 10.0.5 to 10.0.6
Bumps Microsoft.Extensions.FileProviders.Abstractions from 10.0.5 to 10.0.6
Bumps Microsoft.Extensions.FileProviders.Embedded from 10.0.5 to 10.0.6
Bumps Microsoft.Extensions.Logging from 10.0.5 to 10.0.6
Bumps Microsoft.Extensions.Logging.Abstractions from 10.0.5 to 10.0.6
Bumps Microsoft.SourceLink.GitHub from 10.0.201 to 10.0.202
Bumps System.Collections.Immutable from 10.0.5 to 10.0.6
Bumps System.Linq.Async from 7.0.0 to 7.0.1
Bumps TUnit from 1.31.0 to 1.36.0

---
updated-dependencies:
- dependency-name: Microsoft.Bcl.Memory
  dependency-version: 10.0.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget
- dependency-name: Microsoft.Extensions.FileProviders.Abstractions
  dependency-version: 10.0.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget
- dependency-name: Microsoft.Extensions.FileProviders.Embedded
  dependency-version: 10.0.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget
- dependency-name: Microsoft.Extensions.Logging
  dependency-version: 10.0.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget
- dependency-name: Microsoft.Extensions.Logging.Abstractions
  dependency-version: 10.0.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget
- dependency-name: Microsoft.SourceLink.GitHub
  dependency-version: 10.0.202
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget
- dependency-name: System.Collections.Immutable
  dependency-version: 10.0.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget
- dependency-name: System.Linq.Async
  dependency-version: 7.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget
- dependency-name: TUnit
  dependency-version: 1.36.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Apr 18, 2026
@github-actions
Copy link
Copy Markdown

🟢 Usenet.Tests (.NETCoreApp,Version=v10.0)

✓  Passed✘  Failed↷  Skipped∑  Total⧗  Elapsed
2542541s
### ✅ Usenet.Tests (.NET 10.0)

254 tests completed in 1.3s100.0% passed

Tip: You can have HTML reports uploaded automatically as artifacts. Learn more


@github-actions
Copy link
Copy Markdown

Summary

Summary
Generated on: 04/18/2026 - 08:11:14
Parser: Cobertura
Assemblies: 1
Classes: 95
Files: 91
Line coverage: 67.5% (2354 of 3487)
Covered lines: 2354
Uncovered lines: 1133
Coverable lines: 3487
Total lines: 8140
Branch coverage: 69.6% (744 of 1068)
Covered branches: 744
Total branches: 1068
Method coverage: Feature is only available for sponsors
Tag: 198_24600479719

Coverage

Usenet - 67.5%
Name Line Branch
Usenet 67.5% 69.6%
Usenet.Exceptions.InvalidNzbDataException 33.3%
Usenet.Exceptions.InvalidYencDataException 0%
Usenet.Exceptions.NntpException 33.3%
Usenet.Extensions.DictionaryExtensions 88.8% 85.7%
Usenet.Extensions.DictionaryExtensions<TKey, TValue> 88.8% 85.7%
Usenet.Extensions.LogExtensions 52.6% 36.8%
Usenet.Extensions.NntpMessageIdExtensions 100%
Usenet.Extensions.QueueExtensions 0%
Usenet.Extensions.StreamExtensions 68.7% 50%
Usenet.Extensions.StreamReaderExtensions 0%
Usenet.Extensions.StreamWriterExtensions 100%
Usenet.Extensions.StringExtensions 46.6% 50%
Usenet.Extensions.TcpClientExtensions 0%
Usenet.Logger 100% 100%
Usenet.Nntp.Builders.NntpArticleBuilder 54.5% 59.3%
Usenet.Nntp.Builders.NntpGroupsBuilder 54.3% 50%
Usenet.Nntp.Models.NntpArticle 91.1% 78.5%
Usenet.Nntp.Models.NntpArticleRange 90% 80%
Usenet.Nntp.Models.NntpDateTime 77.2% 0%
Usenet.Nntp.Models.NntpGroup 92.8% 80.7%
Usenet.Nntp.Models.NntpGroupOrigin 82.3% 58.3%
Usenet.Nntp.Models.NntpGroups 90.9% 75%
Usenet.Nntp.Models.NntpMessageId 89.4% 66.6%
Usenet.Nntp.NntpClient 8.7% 6.2%
Usenet.Nntp.NntpClientPool 81.8% 72.2%
Usenet.Nntp.NntpConnection 73.7% 53.3%
Usenet.Nntp.NntpConnection 73.7% 53.3%
Usenet.Nntp.NntpStreamReader 65.3% 40%
Usenet.Nntp.Parsers.ArticleResponseParser 91.2% 88.2%
Usenet.Nntp.Parsers.ArticleResponseParser.Header 100%
Usenet.Nntp.Parsers.DateResponseParser 100% 100%
Usenet.Nntp.Parsers.GroupOriginsResponseParser 71.4% 60%
Usenet.Nntp.Parsers.GroupResponseParser 92.1% 58.3%
Usenet.Nntp.Parsers.GroupsParser 100% 87.5%
Usenet.Nntp.Parsers.GroupsResponseParser 71.4% 61.1%
Usenet.Nntp.Parsers.HeaderDateParser 95.3% 70.5%
Usenet.Nntp.Parsers.LastResponseParser 86.3% 75%
Usenet.Nntp.Parsers.ListGroupResponseParser 86.2% 61.1%
Usenet.Nntp.Parsers.ModeReaderResponseParser 93.7% 100%
Usenet.Nntp.Parsers.MultiLineResponseParser 0% 0%
Usenet.Nntp.Parsers.NextResponseParser 86.3% 75%
Usenet.Nntp.Parsers.PostingStatusParser 100% 93.7%
Usenet.Nntp.Parsers.ResponseParser 100% 50%
Usenet.Nntp.Parsers.StatResponseParser 86.3% 75%
Usenet.Nntp.PooledNntpClient 28.6% 70%
Usenet.Nntp.PooledNntpClient 28.6% 70%
Usenet.Nntp.PooledNntpClientLease 91.6% 50%
Usenet.Nntp.Responses.NntpArticleResponse 100%
Usenet.Nntp.Responses.NntpDateResponse 100%
Usenet.Nntp.Responses.NntpGroupOriginsResponse 100% 50%
Usenet.Nntp.Responses.NntpGroupResponse 100%
Usenet.Nntp.Responses.NntpGroupsResponse 100% 50%
Usenet.Nntp.Responses.NntpLastResponse 100% 50%
Usenet.Nntp.Responses.NntpModeReaderResponse 100%
Usenet.Nntp.Responses.NntpMultiLineResponse 0% 0%
Usenet.Nntp.Responses.NntpNextResponse 100% 50%
Usenet.Nntp.Responses.NntpResponse 100%
Usenet.Nntp.Responses.NntpStatResponse 100% 50%
Usenet.Nntp.Writers.ArticleWriter 71.8% 77.2%
Usenet.Nzb.NzbBuilder 94.8% 94.4%
Usenet.Nzb.NzbBuilder.File 100%
Usenet.Nzb.NzbDocument 62.2% 66.6%
Usenet.Nzb.NzbFile 90.6% 83.3%
Usenet.Nzb.NzbParser 93.1% 100%
Usenet.Nzb.NzbSegment 73.6% 66.6%
Usenet.Nzb.NzbWriter 99% 100%
Usenet.Nzb.TextWriterExtensions 75%
Usenet.Util.AbstractBaseStream 9%
Usenet.Util.Compatibility.EnumShim 100%
Usenet.Util.Compatibility.IntShims 100%
Usenet.Util.Compatibility.ObjectDisposedExceptionShims 100%
Usenet.Util.Compatibility.StringShims 0%
Usenet.Util.Compatibility.XDocumentShims 50%
Usenet.Util.CountingStream 85% 66.6%
Usenet.Util.Crc32 100% 100%
Usenet.Util.EnumerableStream 62.5% 54.5%
Usenet.Util.Guard 100%
Usenet.Util.HashCode 25% 20%
Usenet.Util.HashCode<TKey, TValue> 25% 20%
Usenet.Util.MultiSetComparer 77% 57.1%
Usenet.Util.MultiValueDictionary<TKey, TValue> 84% 71.8%
Usenet.Util.MultiValueDictionary<TKey, TValue> 100%
Usenet.Util.UsenetEncoding 100%
Usenet.Util.ValidationFailure 100%
Usenet.Util.ValidationResult 100% 50%
Usenet.Yenc.YencArticle 100%
Usenet.Yenc.YencArticleDecoder 94.1% 83.3%
Usenet.Yenc.YencEncoder 92.8% 93.3%
Usenet.Yenc.YencFooter 100%
Usenet.Yenc.YencHeader 100%
Usenet.Yenc.YencLineDecoder 100% 100%
Usenet.Yenc.YencMeta 81.3% 68.1%
Usenet.Yenc.YencStream 100%
Usenet.Yenc.YencStreamDecoder 85.2% 75%
Usenet.Yenc.YencValidator 96.9% 90.9%

@christiaanderidder christiaanderidder merged commit 0d1327d into main Apr 18, 2026
3 checks passed
@christiaanderidder christiaanderidder deleted the dependabot/nuget/nuget-0bae64ac3e branch April 18, 2026 08:44
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 .NET Pull requests that update .net code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant