Releases: Sergio0694/PolySharp
Releases · Sergio0694/PolySharp
Release list
1.16.0
This PolySharp release includes C# 14 support.
🪄 Polyfills
- Add polyfills for .NET 10 attributes. by @teo-tsirpanis in #131
✅ Fixes
- Emit '[Embedded]' attribute for all polyfills by @Sergio0694 in #127
- Fix not generating polyfills when using InternalsVisibleTo with EmbeddedAttribute by @Windows10CE in #134
🔧 Other changes
- Update .NET SDK by @Sergio0694 in #125
- Migrate solution to '.slnx' format by @Sergio0694 in #126
- Update MSTest to 3.9.1 and use metapackage by @Youssef1313 in #124
- Update .NET SDK by @Sergio0694 in #141
- Update C# version references to 14 in readme-s by @Sergio0694 in #142
New Contributors
- @Youssef1313 made their first contribution in #124
- @Windows10CE made their first contribution in #134
Full Changelog: 1.15.0...1.16.0
1.15.0
This PolySharp release includes C# 13 support.
🪄 Polyfills
- Add polyfills for .NET 9 attributes. by @teo-tsirpanis in #108
- Add [ConstantExpected] polyfill by @Sergio0694 in #114
🔧 Other changes
- Update NuGet packages to latest stable by @Sergio0694 in #111
- Update GitHub Actions to latest stable by @Sergio0694 in #112
New Contributors
- @teo-tsirpanis made their first contribution in #108
1.14.1
✅ Bug fixes and changes
- Fix InlineArrayAttribute visibility by @sliekens in #92
- Fix typos in PolyfillsGenerator.cs by @piotrstenke in #91
New Contributors
- @piotrstenke made their first contribution in #91
1.14.0
This PolySharp release includes C# 12 support.
🪄 Polyfills
- Add C# 12 and .NET 8 polyfills by @Sergio0694 in #81
✅ Bug fixes
- Remove ExcludeFromCodeCoverage in case the type is not public by @hugener in #75
- Exclude RequiresAssemblyFilesAttribute from code coverage by @sliekens in #83
🔧 Other changes
- Remove .NET Core 3.1 TFMs by @Sergio0694 in #82
- Update Roslyn version error message by @dongle-the-gadget in #80
- Simplify HasAccessibleTypeWithMetadataName by @Sergio0694 in #77
- Skip unnecessary CI runs for PRs from same user by @Sergio0694 in #87
New Contributors
1.13.2
🆕 New features
- Add ExcludeFromCodeCoverage attribute to embedded resources by @wforney in #63
- Add warning if packages.config is used by @Sergio0694 in #46
✅ Bug fixes and changes
- Update NuGet packages and shader .props by @Sergio0694 in #72
- Switch ImmutableArrayBuilder to array pool by @Sergio0694 in #73
New Contributors
1.13.1
This PolySharp release includes a couple fixes in some packaging info.
✅ Bug fixes
- Fix package URL in NuGet package by @Sergio0694 in bebe2df
1.13.0
This PolySharp release includes one more runtime supported attribute that has been requested.
🪄 Polyfills
- Add
[RequiresAssemblyFiles]polyfill by @Sergio0694 in #67
✅ Other changes
- Fix typo in README (polifilled → polyfilled) by @0xced in #59
- Drop NuGetizer from packaging project by @Sergio0694 in #68
New Contributors
1.12.1
This release includes small bug fixes for two recently added polyfills.
✅ Bug fixes
- Added missing
[Conditional]attribute to[RequiresDynamicCode]and[DisableRuntimeMarshalling]
1.12.0
This PolySharp release includes one more runtime supported attribute that has been requested.
🪄 Polyfills
[DisableRuntimeMarshalling](see here)
1.11.0
This PolySharp release includes one more polyfill that had accidentally been missing.
🪄 Polyfills
[RequiresDynamicCode](see here)