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