Skip to content

Commit

Permalink
refactor!: remove extensions for Progress<T>
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverbooth committed Jun 12, 2024
1 parent 77dd144 commit d2924d7
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 226 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
BigEndian/LittleEndian methods.
- X10D: `Stream.GetHash<>` and `Stream.TryWriteHash<>` now throw ArgumentException in lieu of
TypeInitializationException.
- X10D: `char.IsEmoji` no longer allocates for .NET 7.
- X10D: `char.IsEmoji` no longer allocates for .NET 7+.
- X10D: `string.Repeat` is now more efficient.

### Removed
Expand All @@ -49,6 +49,7 @@ TypeInitializationException.
- X10D: Removed `Endianness` enum.
- X10D: Removed `Span<T>.Replace(T, T)` for .NET 8 target.
- X10D: Removed .NET Standard 2.1 target.
- X10D: Removed extensions for `Progress<T>`. These are already provided by [`Observable.FromEventPattern`](https://learn.microsoft.com/en-us/previous-versions/dotnet/reactive-extensions/hh229424(v=vs.103)).
- X10D.Hosting: Removed .NET Standard 2.1 target.
- X10D.DSharpPlus: Complete sunset of library. This library will not be updated to support DSharpPlus v5.0.0 (#83).
- X10D.Unity: Complete sunset of library. This library will not be updated effective immediately (#86).
Expand Down
67 changes: 0 additions & 67 deletions X10D.Tests/src/Reactive/ProgressTests.cs

This file was deleted.

33 changes: 0 additions & 33 deletions X10D/src/Reactive/ObservableDisposer.cs

This file was deleted.

89 changes: 0 additions & 89 deletions X10D/src/Reactive/ProgressExtensions.cs

This file was deleted.

36 changes: 0 additions & 36 deletions X10D/src/Reactive/ProgressObservable.cs

This file was deleted.

0 comments on commit d2924d7

Please sign in to comment.