Releases: Tyrrrz/PolyShim
Releases · Tyrrrz/PolyShim
1.14
What's Changed
- Use
net8.0
instead ofnet80
as target framework by @kasperk81 in #13 - Add polyfills for
SystemException
,ThreadAbortException
, and improveLock
resilience by @Tyrrrz in #14 - Add polyfill for
Type.IsAssignableFrom(...)
by @Tyrrrz in #15 - Fix target frameworks for
MemberNotNullAttribute
andMemberNotNullWhenAttribute
by @bfriesen in #16
New Contributors
- @kasperk81 made their first contribution in #13
- @bfriesen made their first contribution in #16
Full Changelog: 1.13...1.14
1.13
1.12
1.11
What's Changed
- Add polyfills for
RequiresDynamicCodeAttribute
,RequiresUnreferencedCodeAttribute
, andUnconditionalSuppressMessageAttribute
by @Tyrrrz in #7
Full Changelog: 1.10...1.11
1.10
What's Changed
Full Changelog: 1.9...1.10
1.9
What's Changed
- Add polyfills for
string.Replace(...)
methods by @Tyrrrz in #2 - Add polyfills for
string.ReplaceLineEndings(...)
methods by @Tyrrrz in #3 - Add polyfill for the
string.Contains(char, StringComparison)
method by @Tyrrrz in #4
Full Changelog: 1.8...1.9
Note:
Going forward, new release notes will appear here instead of theChangelog.md
file.
If you want to see the release notes for older versions, you can find them here.