Commit 9d1aec2
committed
Improve task scheduling and code quality
- Simplified `SuppressMessage` attributes in `BasicTests.cs`
and `BufferingChannelReader.cs` for cleaner metadata.
- Updated `Task.ContinueWith` in `Extensions._.cs` to use
`TaskContinuationOptions.ExecuteSynchronously` and
`TaskScheduler.Current` for better performance.
- Incremented project version to 9.1.1 in `Open.ChannelExtensions.csproj`.
- Introduced conditional compilation for `SyncLock` in
`BufferingChannelReader.cs` to support .NET 9.0+ features.
- Removed unnecessary global `SuppressMessage` in `_Global.cs`
after addressing the underlying issue.1 parent c760771 commit 9d1aec2
File tree
5 files changed
+4
-6
lines changed- Open.ChannelExtensions.Tests
- Open.ChannelExtensions
- Readers
5 files changed
+4
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
112 | | - | |
| 112 | + | |
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | | - | |
0 commit comments