-
-
Notifications
You must be signed in to change notification settings - Fork 68
Add new System.Diagnostics.UnreachableException polyfill
#89
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
base: main
Are you sure you want to change the base?
Conversation
src/PolySharp.SourceGenerators/EmbeddedResources/System.Diagnostics.UnreachableException.cs
Outdated
Show resolved
Hide resolved
src/PolySharp.SourceGenerators/EmbeddedResources/System.Diagnostics.UnreachableException.cs
Outdated
Show resolved
Hide resolved
805df3a to
a2c4dd2
Compare
|
Is this ever going to be provided? We are still running our own implementation of UnreachableException, but would prefer to receive it through PolySharp. |
|
I just rebased on develop with a few improvements.
|
|
Is there anything holding this pull request @Sergio0694? It looks like several people are interested in it. |
|
I see there's some recent activity here in #127. Please don't forget about this pull request too if you're goint to release a new version of PolySharp. 😉 |
a2c4dd2 to
5471e00
Compare
The System.Diagnostics.UnreachableException.cs file was not actually auto-generated (see Sergio0694#88). Fixes Sergio0694#60
5471e00 to
adde2b4
Compare
|
But it still makes sense when targeting .NET Standard. Any chance to get this merged, @Sergio0694? |
Closes #60
Additional context
The
System.Diagnostics.UnreachableException.csfile was not actually auto-generated (see #88).Also, only the English localization was considered for the exception message.