Skip to content

Releases: Sergio0694/PolySharp

1.16.0

Choose a tag to compare

@Sergio0694 Sergio0694 released this 25 May 23:24
99a4dce

This PolySharp release includes C# 14 support.

🪄 Polyfills

✅ 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

New Contributors

Full Changelog: 1.15.0...1.16.0

1.15.0

Choose a tag to compare

@Sergio0694 Sergio0694 released this 21 Nov 06:02
02753db

This PolySharp release includes C# 13 support.

🪄 Polyfills

🔧 Other changes

New Contributors

1.14.1

Choose a tag to compare

@Sergio0694 Sergio0694 released this 18 Dec 11:50
a7a92a9

✅ Bug fixes and changes

New Contributors

1.14.0

Choose a tag to compare

@Sergio0694 Sergio0694 released this 28 Nov 19:20
2a6e35e

This PolySharp release includes C# 12 support.

🪄 Polyfills

✅ 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

New Contributors

1.13.2

Choose a tag to compare

@Sergio0694 Sergio0694 released this 28 Nov 19:17
0596138

🆕 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

New Contributors

1.13.1

Choose a tag to compare

@Sergio0694 Sergio0694 released this 06 Apr 18:21

This PolySharp release includes a couple fixes in some packaging info.

✅ Bug fixes

1.13.0

Choose a tag to compare

@Sergio0694 Sergio0694 released this 06 Apr 15:15
79e62ca

This PolySharp release includes one more runtime supported attribute that has been requested.

🪄 Polyfills

✅ Other changes

  • Fix typo in README (polifilled → polyfilled) by @0xced in #59
  • Drop NuGetizer from packaging project by @Sergio0694 in #68

New Contributors

  • @0xced made their first contribution in #59

1.12.1

Choose a tag to compare

@Sergio0694 Sergio0694 released this 21 Jan 17:58
615f6cc

This release includes small bug fixes for two recently added polyfills.

✅ Bug fixes

  • Added missing [Conditional] attribute to [RequiresDynamicCode] and [DisableRuntimeMarshalling]

1.12.0

Choose a tag to compare

@Sergio0694 Sergio0694 released this 21 Jan 16:02
d6f1e47

This PolySharp release includes one more runtime supported attribute that has been requested.

🪄 Polyfills

  • [DisableRuntimeMarshalling] (see here)

1.11.0

Choose a tag to compare

@Sergio0694 Sergio0694 released this 19 Jan 12:48
7821fdf

This PolySharp release includes one more polyfill that had accidentally been missing.

🪄 Polyfills

  • [RequiresDynamicCode] (see here)