Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 14, 2026

Updated CSharpier.MsBuild from 1.2.1 to 1.2.5.

Release notes

Sourced from CSharpier.MsBuild's releases.

1.2.5

What's Changed

Performance issue when running CLI in project with pnpm on Windows #​1781

1.2.4 did not properly address this

The code to determine if there is a version of CSharpier.MsBuild referenced that does not match the version of CSharpier being run has been optimized to not look in node_modules or .git. This significantly speeds things up in some setups.

Full Changelog: belav/csharpier@1.2.4...1.2.5

1.2.4

1.2.4

What's Changed

Weird enter in closing when formatting XAML TextBlock #​1785

CSharpier was breaking an end element to a new line when it did not need to.

<!-- input & expected output -->
<root>
  <TextBlock Foreground="DarkGray">
    I saw the sign. When I opened up my eyes, I saw the sign.
  </TextBlock>
  <TextBlock>
    I saw the sign. When I opened up my eyes, I saw the sign.
  </TextBlock>
</root>

<!-- 1.2.3 -->
<root>
  <TextBlock Foreground="DarkGray">
    I saw the sign. When I opened up my eyes, I saw the sign.
  </TextBlock
  >
  <TextBlock>
    I saw the sign. When I opened up my eyes, I saw the sign.
  </TextBlock>
</root>

Order Modifiers (IDE0036) not formatting when code is preceded by a comment. #​1784

When incorrectly ordered modifiers were preceded by a comment they were not being reordered. Thanks go to @​TimothyMakkison for the contribution

// input & 1.2.3

// Comment
required public int Prop1 { get; set; }

// expected output
// Comment
public required int Prop1 { get; set; }

Performance issue when running CLI in project with pnpm on Windows #​1781

The code to determine if there is a version of CSharpier.MsBuild referenced that does not match the version of CSharpier being run has been optimized to not look in node_modules or .git. This significantly speeds things up in some setups.

Full Changelog: belav/csharpier@1.2.3...1.2.4

1.2.3

What's Changed

Large directories ignored in .gitignore significantly impact performance. #​1776

CSharpier was enumerating all files within all subdirectories and then determining if they should be formatted or not. That logic was optimized to only enumerate files in directories that are not ignored.

Full Changelog: belav/csharpier@1.2.2...1.2.3

1.2.2

What's Changed

The null coalescing operator is grouped in an unexpected place #​1769

Null coalescing is now consistently broken thanks to a contribution from @​ogaken-1

// input & expected output
var x =
    someValue.SomeCall().SomeProperty.SomeProperty
    ?? someValue.SomeCall().SomeProperty.SomeProperty;

var x =
    someValue.SomeCall().SomeProperty?.SomeCall().SomeProperty
    ?? someValue.SomeCall().SomeProperty?.SomeCall().SomeProperty;

var x =
    someValue.SomeCall().A_______.B_______.C_______
    ?? someValue.SomeCall().A_______.B_______.C_______;

// 1.2.1
var x =
    someValue.SomeCall().SomeProperty.SomeProperty ?? someValue
        .SomeCall()
        .SomeProperty.SomeProperty;

var x =
    someValue.SomeCall().SomeProperty?.SomeCall().SomeProperty ?? someValue
        .SomeCall()
        .SomeProperty?.SomeCall()
        .SomeProperty;

var x =
    someValue.SomeCall().A_______.B_______.C_______ ?? someValue
        .SomeCall()
        .A_______.B_______.C_______;

Xml formatter should not add a second line #​1760

When formatting an xml file with a declaration and extra blank line was being added.

<!-- input & expected output -->
<?xml version="1.0" encoding="utf-8"?>

<Element />

<!-- 1.2.1 -->
<?xml version="1.0" encoding="utf-8"?>


<Element />

... (truncated)

Commits viewable in compare view.

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)

---
updated-dependencies:
- dependency-name: CSharpier.MsBuild
  dependency-version: 1.2.5
  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 .NET Pull requests that update .NET code labels Jan 14, 2026
@xBaank xBaank merged commit ee36661 into develop Jan 14, 2026
1 check passed
@dependabot dependabot bot deleted the dependabot/nuget/Netorrent.Tests/develop/CSharpier.MsBuild-1.2.5 branch January 14, 2026 22:21
xBaank added a commit that referenced this pull request Jan 14, 2026
* Add and improve tests (#13)

* Refactor

* a

* a

* a

* wip

* WIP

* a

* a

* a

* a

* a

* a

* some api changes

* a

* a

* a

* WIP

* wip

* wip

* a

* Abbsssssssssstractioooooooooonsssssss

* wip

* WIP

* wip

* a

* a

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* WIP

* wip

* A

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* a

* fix

* a

* a

* a

* wip

* wip

* wip

* wip (#20)

Co-authored-by: xBaank <xbaank@users.noreply.github.com>

* fix ip proxy

* wip

* wip

* DOCKEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEER

* a

* a

* wip

* wip

* wip

* wip

* wip

* wip

* Add step to check IPv6 configuration

* wip

* wip

* wip

* wip

* wip

* a

* wip

* WIP

* Refactor PeerRequestWindow and RequestScheduler: simplify window calculation and remove RTT tracking

* Refactor TorrentTests and MessageStream: simplify matrix parameters and update channel options

* wip

* wip

* wip

* wip

* Update timeout and matrix parameters in TorrentTests

Increased timeout duration and adjusted matrix parameters for seeders and leechers counts in TorrentTests.

* Optimistic choking (#25)

* wip

* wip

* wip

* wip

* wip

* wip

* Reduce capacity

---------

Co-authored-by: xBaank <you@example.com>
Co-authored-by: xBaank <xbaank@users.noreply.github.com>

* Add more cases

* wip

* wip

* Fix formatting issues in README.md

* Dispose and start trackers concurrently

* wip

* wip

* wip

* cleanup

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* Send cancel request

* wip

* wip

* cleanup

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* Update README

* wip

* wip

* Revise README for statistics monitoring and examples

Updated usage examples to include statistics monitoring and removed redundant sections.

* wip

* wip

* wip (#30)

* wip

* wip

* wip

---------

Co-authored-by: xBaank <xbaank@users.noreply.github.com>

* Add GNU GPL v3 License

Added the GNU General Public License version 3 to the project.

* wip

* wip

* wip

* wip

* wip

* wip

---------

Co-authored-by: xBaank <xbaank@users.noreply.github.com>
Co-authored-by: xBaank <you@example.com>

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* Revert "wip"

This reverts commit 5dff639.

* Create dependabot.yml

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* Bump CSharpier.MsBuild from 1.2.1 to 1.2.5 (#33)

---
updated-dependencies:
- dependency-name: CSharpier.MsBuild
  dependency-version: 1.2.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump Microsoft.Extensions.Logging.Abstractions from 10.0.1 to 10.0.2 (#35)

---
updated-dependencies:
- dependency-name: Microsoft.Extensions.Logging.Abstractions
  dependency-version: 10.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump Microsoft.Extensions.Logging and Microsoft.Extensions.Logging.Console (#36)

Bumps Microsoft.Extensions.Logging from 10.0.1 to 10.0.2
Bumps Microsoft.Extensions.Logging.Console from 10.0.1 to 10.0.2

---
updated-dependencies:
- dependency-name: Microsoft.Extensions.Logging
  dependency-version: 10.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: Microsoft.Extensions.Logging.Console
  dependency-version: 10.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump Testcontainers from 4.9.0 to 4.10.0 (#37)

---
updated-dependencies:
- dependency-name: Testcontainers
  dependency-version: 4.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump TUnit from 1.11.18 to 1.11.28 (#38)

---
updated-dependencies:
- dependency-name: TUnit
  dependency-version: 1.11.28
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: xBaank <xbaank@users.noreply.github.com>
Co-authored-by: xBaank <you@example.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
xBaank added a commit that referenced this pull request Jan 15, 2026
* Add and improve tests (#13)

* Refactor

* a

* a

* a

* wip

* WIP

* a

* a

* a

* a

* a

* a

* some api changes

* a

* a

* a

* WIP

* wip

* wip

* a

* Abbsssssssssstractioooooooooonsssssss

* wip

* WIP

* wip

* a

* a

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* WIP

* wip

* A

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* a

* fix

* a

* a

* a

* wip

* wip

* wip

* wip (#20)

Co-authored-by: xBaank <xbaank@users.noreply.github.com>

* fix ip proxy

* wip

* wip

* DOCKEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEER

* a

* a

* wip

* wip

* wip

* wip

* wip

* wip

* Add step to check IPv6 configuration

* wip

* wip

* wip

* wip

* wip

* a

* wip

* WIP

* Refactor PeerRequestWindow and RequestScheduler: simplify window calculation and remove RTT tracking

* Refactor TorrentTests and MessageStream: simplify matrix parameters and update channel options

* wip

* wip

* wip

* wip

* Update timeout and matrix parameters in TorrentTests

Increased timeout duration and adjusted matrix parameters for seeders and leechers counts in TorrentTests.

* Optimistic choking (#25)

* wip

* wip

* wip

* wip

* wip

* wip

* Reduce capacity

---------

Co-authored-by: xBaank <you@example.com>
Co-authored-by: xBaank <xbaank@users.noreply.github.com>

* Add more cases

* wip

* wip

* Fix formatting issues in README.md

* Dispose and start trackers concurrently

* wip

* wip

* wip

* cleanup

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* Send cancel request

* wip

* wip

* cleanup

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* Update README

* wip

* wip

* Revise README for statistics monitoring and examples

Updated usage examples to include statistics monitoring and removed redundant sections.

* wip

* wip

* wip (#30)

* wip

* wip

* wip

---------

Co-authored-by: xBaank <xbaank@users.noreply.github.com>

* Add GNU GPL v3 License

Added the GNU General Public License version 3 to the project.

* wip

* wip

* wip

* wip

* wip

* wip

---------

Co-authored-by: xBaank <xbaank@users.noreply.github.com>
Co-authored-by: xBaank <you@example.com>

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* Revert "wip"

This reverts commit 5dff639.

* Create dependabot.yml

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* Bump CSharpier.MsBuild from 1.2.1 to 1.2.5 (#33)

---
updated-dependencies:
- dependency-name: CSharpier.MsBuild
  dependency-version: 1.2.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump Microsoft.Extensions.Logging.Abstractions from 10.0.1 to 10.0.2 (#35)

---
updated-dependencies:
- dependency-name: Microsoft.Extensions.Logging.Abstractions
  dependency-version: 10.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump Microsoft.Extensions.Logging and Microsoft.Extensions.Logging.Console (#36)

Bumps Microsoft.Extensions.Logging from 10.0.1 to 10.0.2
Bumps Microsoft.Extensions.Logging.Console from 10.0.1 to 10.0.2

---
updated-dependencies:
- dependency-name: Microsoft.Extensions.Logging
  dependency-version: 10.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: Microsoft.Extensions.Logging.Console
  dependency-version: 10.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump Testcontainers from 4.9.0 to 4.10.0 (#37)

---
updated-dependencies:
- dependency-name: Testcontainers
  dependency-version: 4.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump TUnit from 1.11.18 to 1.11.28 (#38)

---
updated-dependencies:
- dependency-name: TUnit
  dependency-version: 1.11.28
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* wip

* Bump actions/checkout from 4 to 6 (#40)

Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v4...v6)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump actions/github-script from 7 to 8 (#41)

Bumps [actions/github-script](https://github.com/actions/github-script) from 7 to 8.
- [Release notes](https://github.com/actions/github-script/releases)
- [Commits](actions/github-script@v7...v8)

---
updated-dependencies:
- dependency-name: actions/github-script
  dependency-version: '8'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump actions/upload-artifact from 4 to 6 (#44)

Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 6.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v4...v6)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump actions/setup-dotnet from 4 to 5 (#42)

Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 4 to 5.
- [Release notes](https://github.com/actions/setup-dotnet/releases)
- [Commits](actions/setup-dotnet@v4...v5)

---
updated-dependencies:
- dependency-name: actions/setup-dotnet
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump actions/download-artifact from 4 to 7 (#43)

Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 7.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@v4...v7)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-version: '7'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* wip

* Bump actions/cache from 4 to 5 (#45)

Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@v4...v5)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* wip

* wip

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: xBaank <xbaank@users.noreply.github.com>
Co-authored-by: xBaank <you@example.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
xBaank added a commit that referenced this pull request Jan 18, 2026
* Add and improve tests (#13)

* Refactor

* a

* a

* a

* wip

* WIP

* a

* a

* a

* a

* a

* a

* some api changes

* a

* a

* a

* WIP

* wip

* wip

* a

* Abbsssssssssstractioooooooooonsssssss

* wip

* WIP

* wip

* a

* a

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* WIP

* wip

* A

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* a

* fix

* a

* a

* a

* wip

* wip

* wip

* wip (#20)

Co-authored-by: xBaank <xbaank@users.noreply.github.com>

* fix ip proxy

* wip

* wip

* DOCKEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEER

* a

* a

* wip

* wip

* wip

* wip

* wip

* wip

* Add step to check IPv6 configuration

* wip

* wip

* wip

* wip

* wip

* a

* wip

* WIP

* Refactor PeerRequestWindow and RequestScheduler: simplify window calculation and remove RTT tracking

* Refactor TorrentTests and MessageStream: simplify matrix parameters and update channel options

* wip

* wip

* wip

* wip

* Update timeout and matrix parameters in TorrentTests

Increased timeout duration and adjusted matrix parameters for seeders and leechers counts in TorrentTests.

* Optimistic choking (#25)

* wip

* wip

* wip

* wip

* wip

* wip

* Reduce capacity

---------

Co-authored-by: xBaank <you@example.com>
Co-authored-by: xBaank <xbaank@users.noreply.github.com>

* Add more cases

* wip

* wip

* Fix formatting issues in README.md

* Dispose and start trackers concurrently

* wip

* wip

* wip

* cleanup

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* Send cancel request

* wip

* wip

* cleanup

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* Update README

* wip

* wip

* Revise README for statistics monitoring and examples

Updated usage examples to include statistics monitoring and removed redundant sections.

* wip

* wip

* wip (#30)

* wip

* wip

* wip

---------

Co-authored-by: xBaank <xbaank@users.noreply.github.com>

* Add GNU GPL v3 License

Added the GNU General Public License version 3 to the project.

* wip

* wip

* wip

* wip

* wip

* wip

---------

Co-authored-by: xBaank <xbaank@users.noreply.github.com>
Co-authored-by: xBaank <you@example.com>

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* Revert "wip"

This reverts commit 5dff639.

* Create dependabot.yml

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* Bump CSharpier.MsBuild from 1.2.1 to 1.2.5 (#33)

---
updated-dependencies:
- dependency-name: CSharpier.MsBuild
  dependency-version: 1.2.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump Microsoft.Extensions.Logging.Abstractions from 10.0.1 to 10.0.2 (#35)

---
updated-dependencies:
- dependency-name: Microsoft.Extensions.Logging.Abstractions
  dependency-version: 10.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump Microsoft.Extensions.Logging and Microsoft.Extensions.Logging.Console (#36)

Bumps Microsoft.Extensions.Logging from 10.0.1 to 10.0.2
Bumps Microsoft.Extensions.Logging.Console from 10.0.1 to 10.0.2

---
updated-dependencies:
- dependency-name: Microsoft.Extensions.Logging
  dependency-version: 10.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: Microsoft.Extensions.Logging.Console
  dependency-version: 10.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump Testcontainers from 4.9.0 to 4.10.0 (#37)

---
updated-dependencies:
- dependency-name: Testcontainers
  dependency-version: 4.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump TUnit from 1.11.18 to 1.11.28 (#38)

---
updated-dependencies:
- dependency-name: TUnit
  dependency-version: 1.11.28
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* wip

* Bump actions/checkout from 4 to 6 (#40)

Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v4...v6)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump actions/github-script from 7 to 8 (#41)

Bumps [actions/github-script](https://github.com/actions/github-script) from 7 to 8.
- [Release notes](https://github.com/actions/github-script/releases)
- [Commits](actions/github-script@v7...v8)

---
updated-dependencies:
- dependency-name: actions/github-script
  dependency-version: '8'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump actions/upload-artifact from 4 to 6 (#44)

Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 6.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v4...v6)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump actions/setup-dotnet from 4 to 5 (#42)

Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 4 to 5.
- [Release notes](https://github.com/actions/setup-dotnet/releases)
- [Commits](actions/setup-dotnet@v4...v5)

---
updated-dependencies:
- dependency-name: actions/setup-dotnet
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump actions/download-artifact from 4 to 7 (#43)

Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 7.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@v4...v7)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-version: '7'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* wip

* Bump actions/cache from 4 to 5 (#45)

Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@v4...v5)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* wip

* wip

* wip

* wip

* Bump TUnit from 1.11.28 to 1.11.45 (#48)

---
updated-dependencies:
- dependency-name: TUnit
  dependency-version: 1.11.45
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Add ListenAddressIpv4 And ListenAddressIpv6 (#50)

* wip

* Remove `IpAddress` parameter in trackers.

* Cleanup

* wip

* wip

---------

Co-authored-by: xBaank <xbaank@users.noreply.github.com>

* wip

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: xBaank <xbaank@users.noreply.github.com>
Co-authored-by: xBaank <you@example.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
xBaank added a commit that referenced this pull request Jan 21, 2026
* Add and improve tests (#13)

* Refactor

* a

* a

* a

* wip

* WIP

* a

* a

* a

* a

* a

* a

* some api changes

* a

* a

* a

* WIP

* wip

* wip

* a

* Abbsssssssssstractioooooooooonsssssss

* wip

* WIP

* wip

* a

* a

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* WIP

* wip

* A

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* a

* fix

* a

* a

* a

* wip

* wip

* wip

* wip (#20)

Co-authored-by: xBaank <xbaank@users.noreply.github.com>

* fix ip proxy

* wip

* wip

* DOCKEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEER

* a

* a

* wip

* wip

* wip

* wip

* wip

* wip

* Add step to check IPv6 configuration

* wip

* wip

* wip

* wip

* wip

* a

* wip

* WIP

* Refactor PeerRequestWindow and RequestScheduler: simplify window calculation and remove RTT tracking

* Refactor TorrentTests and MessageStream: simplify matrix parameters and update channel options

* wip

* wip

* wip

* wip

* Update timeout and matrix parameters in TorrentTests

Increased timeout duration and adjusted matrix parameters for seeders and leechers counts in TorrentTests.

* Optimistic choking (#25)

* wip

* wip

* wip

* wip

* wip

* wip

* Reduce capacity

---------

Co-authored-by: xBaank <you@example.com>
Co-authored-by: xBaank <xbaank@users.noreply.github.com>

* Add more cases

* wip

* wip

* Fix formatting issues in README.md

* Dispose and start trackers concurrently

* wip

* wip

* wip

* cleanup

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* Send cancel request

* wip

* wip

* cleanup

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* Update README

* wip

* wip

* Revise README for statistics monitoring and examples

Updated usage examples to include statistics monitoring and removed redundant sections.

* wip

* wip

* wip (#30)

* wip

* wip

* wip

---------

Co-authored-by: xBaank <xbaank@users.noreply.github.com>

* Add GNU GPL v3 License

Added the GNU General Public License version 3 to the project.

* wip

* wip

* wip

* wip

* wip

* wip

---------

Co-authored-by: xBaank <xbaank@users.noreply.github.com>
Co-authored-by: xBaank <you@example.com>

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* Revert "wip"

This reverts commit 5dff639.

* Create dependabot.yml

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* Bump CSharpier.MsBuild from 1.2.1 to 1.2.5 (#33)

---
updated-dependencies:
- dependency-name: CSharpier.MsBuild
  dependency-version: 1.2.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump Microsoft.Extensions.Logging.Abstractions from 10.0.1 to 10.0.2 (#35)

---
updated-dependencies:
- dependency-name: Microsoft.Extensions.Logging.Abstractions
  dependency-version: 10.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump Microsoft.Extensions.Logging and Microsoft.Extensions.Logging.Console (#36)

Bumps Microsoft.Extensions.Logging from 10.0.1 to 10.0.2
Bumps Microsoft.Extensions.Logging.Console from 10.0.1 to 10.0.2

---
updated-dependencies:
- dependency-name: Microsoft.Extensions.Logging
  dependency-version: 10.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: Microsoft.Extensions.Logging.Console
  dependency-version: 10.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump Testcontainers from 4.9.0 to 4.10.0 (#37)

---
updated-dependencies:
- dependency-name: Testcontainers
  dependency-version: 4.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump TUnit from 1.11.18 to 1.11.28 (#38)

---
updated-dependencies:
- dependency-name: TUnit
  dependency-version: 1.11.28
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* wip

* Bump actions/checkout from 4 to 6 (#40)

Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v4...v6)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump actions/github-script from 7 to 8 (#41)

Bumps [actions/github-script](https://github.com/actions/github-script) from 7 to 8.
- [Release notes](https://github.com/actions/github-script/releases)
- [Commits](actions/github-script@v7...v8)

---
updated-dependencies:
- dependency-name: actions/github-script
  dependency-version: '8'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump actions/upload-artifact from 4 to 6 (#44)

Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 6.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v4...v6)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump actions/setup-dotnet from 4 to 5 (#42)

Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 4 to 5.
- [Release notes](https://github.com/actions/setup-dotnet/releases)
- [Commits](actions/setup-dotnet@v4...v5)

---
updated-dependencies:
- dependency-name: actions/setup-dotnet
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump actions/download-artifact from 4 to 7 (#43)

Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 7.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@v4...v7)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-version: '7'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* wip

* Bump actions/cache from 4 to 5 (#45)

Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@v4...v5)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* wip

* wip

* wip

* wip

* Bump TUnit from 1.11.28 to 1.11.45 (#48)

---
updated-dependencies:
- dependency-name: TUnit
  dependency-version: 1.11.45
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Add ListenAddressIpv4 And ListenAddressIpv6 (#50)

* wip

* Remove `IpAddress` parameter in trackers.

* Cleanup

* wip

* wip

---------

Co-authored-by: xBaank <xbaank@users.noreply.github.com>

* wip

* Bump TUnit from 1.11.45 to 1.12.3 (#52)

---
updated-dependencies:
- dependency-name: TUnit
  dependency-version: 1.12.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Implement cancellation handling on upload (#53)

* Implement cancellation handling on upload

* Add test

---------

Co-authored-by: xBaank <xbaank@users.noreply.github.com>

* Bump TUnit from 1.12.3 to 1.12.15 (#54)

---
updated-dependencies:
- dependency-name: TUnit
  dependency-version: 1.12.15
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Add endgame (#55)

* wip

* wip

* wip

* wip

* wip

* dynamic timeout

---------

Co-authored-by: xBaank <xbaank@users.noreply.github.com>

* Respect tiers of bep_0012 (#56)

* wip

* wip

* wip

* wip

* wip

---------

Co-authored-by: xBaank <xbaank@users.noreply.github.com>

* Announce `completed` when all pieces are downloaded and fix torrent checkAsync race condition when completing a piece.

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: xBaank <xbaank@users.noreply.github.com>
Co-authored-by: xBaank <you@example.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
xBaank added a commit that referenced this pull request Jan 21, 2026
* Add and improve tests (#13)

* Refactor

* a

* a

* a

* wip

* WIP

* a

* a

* a

* a

* a

* a

* some api changes

* a

* a

* a

* WIP

* wip

* wip

* a

* Abbsssssssssstractioooooooooonsssssss

* wip

* WIP

* wip

* a

* a

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* WIP

* wip

* A

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* a

* fix

* a

* a

* a

* wip

* wip

* wip

* wip (#20)

Co-authored-by: xBaank <xbaank@users.noreply.github.com>

* fix ip proxy

* wip

* wip

* DOCKEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEER

* a

* a

* wip

* wip

* wip

* wip

* wip

* wip

* Add step to check IPv6 configuration

* wip

* wip

* wip

* wip

* wip

* a

* wip

* WIP

* Refactor PeerRequestWindow and RequestScheduler: simplify window calculation and remove RTT tracking

* Refactor TorrentTests and MessageStream: simplify matrix parameters and update channel options

* wip

* wip

* wip

* wip

* Update timeout and matrix parameters in TorrentTests

Increased timeout duration and adjusted matrix parameters for seeders and leechers counts in TorrentTests.

* Optimistic choking (#25)

* wip

* wip

* wip

* wip

* wip

* wip

* Reduce capacity

---------

Co-authored-by: xBaank <you@example.com>
Co-authored-by: xBaank <xbaank@users.noreply.github.com>

* Add more cases

* wip

* wip

* Fix formatting issues in README.md

* Dispose and start trackers concurrently

* wip

* wip

* wip

* cleanup

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* Send cancel request

* wip

* wip

* cleanup

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* Update README

* wip

* wip

* Revise README for statistics monitoring and examples

Updated usage examples to include statistics monitoring and removed redundant sections.

* wip

* wip

* wip (#30)

* wip

* wip

* wip

---------

Co-authored-by: xBaank <xbaank@users.noreply.github.com>

* Add GNU GPL v3 License

Added the GNU General Public License version 3 to the project.

* wip

* wip

* wip

* wip

* wip

* wip

---------

Co-authored-by: xBaank <xbaank@users.noreply.github.com>
Co-authored-by: xBaank <you@example.com>

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* Revert "wip"

This reverts commit 5dff639.

* Create dependabot.yml

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* Bump CSharpier.MsBuild from 1.2.1 to 1.2.5 (#33)

---
updated-dependencies:
- dependency-name: CSharpier.MsBuild
  dependency-version: 1.2.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump Microsoft.Extensions.Logging.Abstractions from 10.0.1 to 10.0.2 (#35)

---
updated-dependencies:
- dependency-name: Microsoft.Extensions.Logging.Abstractions
  dependency-version: 10.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump Microsoft.Extensions.Logging and Microsoft.Extensions.Logging.Console (#36)

Bumps Microsoft.Extensions.Logging from 10.0.1 to 10.0.2
Bumps Microsoft.Extensions.Logging.Console from 10.0.1 to 10.0.2

---
updated-dependencies:
- dependency-name: Microsoft.Extensions.Logging
  dependency-version: 10.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: Microsoft.Extensions.Logging.Console
  dependency-version: 10.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump Testcontainers from 4.9.0 to 4.10.0 (#37)

---
updated-dependencies:
- dependency-name: Testcontainers
  dependency-version: 4.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump TUnit from 1.11.18 to 1.11.28 (#38)

---
updated-dependencies:
- dependency-name: TUnit
  dependency-version: 1.11.28
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* wip

* Bump actions/checkout from 4 to 6 (#40)

Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v4...v6)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump actions/github-script from 7 to 8 (#41)

Bumps [actions/github-script](https://github.com/actions/github-script) from 7 to 8.
- [Release notes](https://github.com/actions/github-script/releases)
- [Commits](actions/github-script@v7...v8)

---
updated-dependencies:
- dependency-name: actions/github-script
  dependency-version: '8'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump actions/upload-artifact from 4 to 6 (#44)

Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 6.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v4...v6)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump actions/setup-dotnet from 4 to 5 (#42)

Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 4 to 5.
- [Release notes](https://github.com/actions/setup-dotnet/releases)
- [Commits](actions/setup-dotnet@v4...v5)

---
updated-dependencies:
- dependency-name: actions/setup-dotnet
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump actions/download-artifact from 4 to 7 (#43)

Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 7.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@v4...v7)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-version: '7'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* wip

* Bump actions/cache from 4 to 5 (#45)

Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@v4...v5)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* wip

* wip

* wip

* wip

* Bump TUnit from 1.11.28 to 1.11.45 (#48)

---
updated-dependencies:
- dependency-name: TUnit
  dependency-version: 1.11.45
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Add ListenAddressIpv4 And ListenAddressIpv6 (#50)

* wip

* Remove `IpAddress` parameter in trackers.

* Cleanup

* wip

* wip

---------

Co-authored-by: xBaank <xbaank@users.noreply.github.com>

* wip

* Bump TUnit from 1.11.45 to 1.12.3 (#52)

---
updated-dependencies:
- dependency-name: TUnit
  dependency-version: 1.12.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Implement cancellation handling on upload (#53)

* Implement cancellation handling on upload

* Add test

---------

Co-authored-by: xBaank <xbaank@users.noreply.github.com>

* Bump TUnit from 1.12.3 to 1.12.15 (#54)

---
updated-dependencies:
- dependency-name: TUnit
  dependency-version: 1.12.15
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Add endgame (#55)

* wip

* wip

* wip

* wip

* wip

* dynamic timeout

---------

Co-authored-by: xBaank <xbaank@users.noreply.github.com>

* Respect tiers of bep_0012 (#56)

* wip

* wip

* wip

* wip

* wip

---------

Co-authored-by: xBaank <xbaank@users.noreply.github.com>

* Announce `completed` when all pieces are downloaded and fix torrent checkAsync race condition when completing a piece.

* Fix CD

* Update cd

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: xBaank <xbaank@users.noreply.github.com>
Co-authored-by: xBaank <you@example.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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