You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactored several classes for improved readability and maintainability:
- `BasicTests` class: Fixed formatting issues in `BasicTests.cs`.
- `PipelineExceptionTests` class: Changed from static to instance-based in `PipelineExceptionTests.cs`.
- `Extensions.Join.cs`: Removed conditional compilation directives.
- `Extensions.Merge.cs` and `Extensions.Read.cs`: Minor formatting improvements.
- `Extensions.Source.cs` and `Extensions.Write.cs`: Added XML documentation comments.
- `Extensions._.cs`: Reformatted continuation task in `PropagateCompletion` method.
- `BufferingChannelReader.cs`: Ensured `_completion` field is set correctly and handled null buffer cases.
- `MergingChannelReader.cs`: Minor formatting change.
Updated project files:
- `Open.ChannelExtensions.Tests.csproj`: Used wildcard versions for package references.
- `Open.ChannelExtensions.csproj`: Incremented version to `8.5.0` and updated `Microsoft.Bcl.AsyncInterfaces` to `8.0.0`.
0 commit comments