-
Notifications
You must be signed in to change notification settings - Fork 1
Add net35/net10.0 targets with compiler guards for APIs unsupported by PolyShim #17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 11 commits
943bdc7
8c581eb
7d0d864
1ef51ef
aac5a77
db4a106
619dfd0
4dbc2b1
17d6a30
8b50cf7
e49666f
4f4c98b
ac4eff5
74a003f
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,4 @@ | ||
| #if NET40_OR_GREATER || NETSTANDARD || NET | ||
|
Owner
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Wrap the methods, nto the whole file. We might add sync extensions later. @copilot
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Done in 74a003f — the |
||
| using System; | ||
| using System.Buffers; | ||
| using System.IO; | ||
|
|
@@ -99,3 +100,4 @@ await source | |
| } | ||
| } | ||
| } | ||
| #endif | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,4 @@ | ||
| #if NET40_OR_GREATER || NETSTANDARD || NET | ||
|
Owner
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Wrap the methods, nto the whole file. We might add sync extensions later. @copilot
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Done in 74a003f — same approach as |
||
| using System.Collections.Generic; | ||
| using System.IO; | ||
| using System.Runtime.CompilerServices; | ||
|
|
@@ -25,3 +26,4 @@ await reader.ReadLineAsync(cancellationToken).ConfigureAwait(false) is { } line | |
| } | ||
| } | ||
| } | ||
| #endif | ||
Uh oh!
There was an error while loading. Please reload this page.