-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Remove ParameterInfo.HasDefaultValue
workaround
#65233
Comments
I couldn't figure out the best area label to add to this issue. If you have write-permissions please help me learn by adding exactly one area label. |
Tagging subscribers to this area: @dotnet/area-extensions-dependencyinjection Issue DetailsFollow-up issue of #18844 As described in #63902, it would be good to remove comments and workarounds that have already been fixed. So this workaround could be imo removed: Lines 22 to 26 in f04a242
I saw that there was a PR about this some time ago, which was closed due to compatibility issues with .NET 4.8. Is this still the case?
|
This code is in the |
Follow-up issue of #18844
As described in #63902, it would be good to remove comments and workarounds that have already been fixed.
So this workaround could be imo removed:
runtime/src/libraries/Common/src/Extensions/ParameterDefaultValue/ParameterDefaultValue.netstandard.cs
Lines 22 to 26 in f04a242
I saw that there was a PR about this some time ago, which was closed due to compatibility issues with .NET 4.8.
Is this still the case?
If not, we could actually reactivate the PR (#42491).
If yes, maybe we should consider if a conditional compilation would make sense and that we only use the workaround under .NET 4.8.
The text was updated successfully, but these errors were encountered: