Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
rdeago committed Nov 6, 2022
1 parent f568cd8 commit 4ba0a97
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### New features

- PolyKit now provides a quasi-polyfill for [`Enumerable.TryGetNonEnumeratedCount<TSource>`](https://learn.microsoft.com/en-us/dotnet/api/system.linq.enumerable.trygetnonenumeratedcount). Since extending the `Enumerable` class is not possible, PolyKit adds (in the `PolyKit.Linq` namespace) a `TryGetCountWithoutEnumerating<TSource>` extension method that calls `TryGetNonEnumeratedCount<TSource>` on .NET6.0+ and polyfills as much functionality as possible on older frameworks.

### Changes to existing features

- All types provideed by PolyKit are now flagged with the necessary attributes to be ignored by code analyzers, debuggers, code coverage tools, code metrics, etc. See [this blog post](https://riccar.do/posts/2022/2022-05-30-well-behaved-guest-code.html) for more information about the attributes added to types and the rationale behind each of them.

### Bugs fixed in this release

### Known problems introduced by this release
Expand Down

0 comments on commit 4ba0a97

Please sign in to comment.