Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR adds a polyfill for Path.Combine(params string[]) to enable the variadic overload of Path.Combine for projects targeting .NET Framework versions prior to .NET 4.0.
Key Changes:
- Implements
Path.Combine(params string[])using LINQ'sAggregatemethod to successively combine paths - Uses conditional compilation to only apply the polyfill for
NETFRAMEWORK && !NET40_OR_GREATERtargets
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
There was a problem hiding this comment.
Pull Request Overview
Copilot reviewed 1 out of 1 changed files in this pull request and generated no new comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #26 +/- ##
============================
============================
☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
No description provided.