-
Delegate A/S - a Broad Horizon company
- Iceland
- egilhansen.com
- @egilhansen
Highlights
- 52 discussions answered
Block or Report
Block or report egil
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
bUnit-dev/bUnit Public
bUnit is a testing library for Blazor components that make tests look, feel, and runs like regular unit tests. bUnit makes it easy to render and control a component under test’s life-cycle, pass pa…
-
A library that makes it possible to compare two AngleSharp node lists and get a list of differences between them.
-
SourceFileFinder Public
A small helper library, that allows you to find the source file of a type at runtime, based on the debug information included in the types assembly through the related portable PDB.
C# 12
-
blazor-workshop Public
Forked from dotnet-presentations/blazor-workshop
Blazor workshop - TDD style - with bUnit
533 contributions in the last year
Contribution activity
June 2022
Created 3 commits in 1 repository
Created a pull request in bUnit-dev/bUnit that received 15 comments
wip/experiment: new renderer
Pull request description Work in progress! This should implement a new way of rendering components that allows us to create DOM tree directly using…
Reviewed 10 pull requests in 1 repository
bUnit-dev/bUnit
10 pull requests
- wip/experiment: new renderer
- fix: Use count for the specific invocation
- fix: Added missing opening tag
- fix: Fixed sample in docs and added more details
- feat: Add bind function to simulate @bind directive
- fix: Key already been added on JSRuntimeInvocationDictionary.
- fix: Renamed issue file
- add: Automatically backmerge to v2 on push to main
- fix: Added missing test projects in CI/CD
- Release of new minor version v1.9
Created an issue in benjamin-hodgson/Pidgin that received 12 comments
Question: ways around lack of left recursion?
I have been trying to implement a parser for the SCIM protocols filter language with Pidgin, but I am now stuck because I think I might need left r…