Skip to content

Commit f8f23e8

Browse files
linkdotnetegil
andauthored
fix: Take underlying type for factory (#1183)
* fix: Take underlying type for factory * Remove unused file * Omit unused typed Co-authored-by: Egil Hansen <egil@assimilated.dk> * fix: Test that type is assignable * refactor: Delete unused factory * Remove unused test for factory --------- Co-authored-by: Egil Hansen <egil@assimilated.dk>
1 parent f49da8f commit f8f23e8

8 files changed

Lines changed: 185 additions & 165 deletions

File tree

.github/nightly-failed.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ All notable changes to **bUnit** will be documented in this file. The project ad
1111
- `net8.0` support
1212
- Increased timeout of `WaitForAssertion` to infinite when a debugger is attached. By [@linkdotnet](https://github.com/linkdotnet).
1313

14+
### Fixed
15+
16+
- AngleSharp IElement extension methods do not work with `IRenderedFragment.Find`. Reported by [a2er](https://github.com/a2er). Fixed by [@linkdotnet](https://github.com/linkdotnet).
17+
1418
## [1.22.19] - 2023-07-28
1519

1620
### Added

src/AngleSharpWrappers/Generated/WrapperFactory.g.cs

Lines changed: 0 additions & 107 deletions
This file was deleted.

0 commit comments

Comments
 (0)