-
-
Notifications
You must be signed in to change notification settings - Fork 109
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improvements to parameter passing #203
Conversation
ab28505
to
cc1b1cc
Compare
Codecov Report
@@ Coverage Diff @@
## dev #203 +/- ##
==========================================
+ Coverage 78.08% 79.13% +1.05%
==========================================
Files 102 102
Lines 2961 2929 -32
Branches 374 373 -1
==========================================
+ Hits 2312 2318 +6
+ Misses 523 486 -37
+ Partials 126 125 -1
Continue to review full report at Codecov.
|
…o component parameter factory
0ef62ae
to
ee39242
Compare
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
* componentparametercollection * Support for passing multiple template and render fragments * Automated dotnet-format update * cascading values * Finished component parameter collection, closed #142, updated tests to component parameter factory * Fixed null warnings * Automated dotnet-format update * Fixes for CodeQL warnings * Added ChildContent and RenderFragment tests * Added support for passing template fragments * Removed ComponentParameterBuilder, added support for unmatched and cascading values * Switched to C# 9 compile * Automated dotnet-format update * unnamed cascading value with add * Removed .net move hack from workflows * Fix for null errors * Automated dotnet-format update * Added extra factory method and moved ComponentParameter out into Bunit namespace * Updated docs with new parameter passing logic * Automated dotnet-format update * Updated changelog Co-authored-by: Github Actions <[email protected]>
…ith an html5 tag implemented (#220) * reset changelog with unreleased section * Cleanup using and resorted them * Improvements to parameter passing in c# based tests (#203) * componentparametercollection * Support for passing multiple template and render fragments * Automated dotnet-format update * cascading values * Finished component parameter collection, closed #142, updated tests to component parameter factory * Fixed null warnings * Automated dotnet-format update * Fixes for CodeQL warnings * Added ChildContent and RenderFragment tests * Added support for passing template fragments * Removed ComponentParameterBuilder, added support for unmatched and cascading values * Switched to C# 9 compile * Automated dotnet-format update * unnamed cascading value with add * Removed .net move hack from workflows * Fix for null errors * Automated dotnet-format update * Added extra factory method and moved ComponentParameter out into Bunit namespace * Updated docs with new parameter passing logic * Automated dotnet-format update * Updated changelog Co-authored-by: Github Actions <[email protected]> * Updated version to beta-11 * Context finder for strings that start with an html5 tag * Fix for build error * Added support for HTML, HEAD, and BODY, stopped reusing element contexts * Cleanup usings Co-authored-by: Github Actions <[email protected]>
This fixes a bunch of bugs around passing parameters to components in c# based tests, and adds a few extra features.
PR meta checklist
DEV
branch.Content checklist
Issues