-
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
Merged
Merged
Changes from all commits
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
943bdc7
add net35 target and compiler guards for APIs not supported on net35 …
Copilot 8c581eb
Merge origin/prime: resolve conflicts and add net35 guards for new as…
Copilot 7d0d864
Use NET40_OR_GREATER || NETSTANDARD || NET guards instead of !NET35; …
Copilot 1ef51ef
Move net10.0 to last in TargetFrameworks
Copilot aac5a77
Remove whole-file guard from ExceptionExtensions.cs; return List<Exce…
Copilot db4a106
ExceptionExtensions: return IReadOnlyList<Exception> on modern target…
Copilot 619dfd0
Apply suggestion from @Tyrrrz
Tyrrrz 4dbc2b1
Merge origin/prime: add CultureInfoExtensions
Copilot 17d6a30
IList<Exception> on net35; merge prime (CultureInfoExtensions);…
Copilot 8b50cf7
Update PowerKit/Extensions/EnumerableExtensions.cs
Tyrrrz e49666f
Update PolyShim to 2.9.0; remove guards for Guid, TimeSpan, Assembly …
Copilot 4f4c98b
Remove #if guard from using directives in AssemblyExtensions.cs (Poly…
Copilot ac4eff5
Merge branch 'prime' of https://github.com/Tyrrrz/PowerKit into copil…
Copilot 74a003f
Wrap methods instead of whole file in StreamExtensions.cs and TextRea…
Copilot File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.