fix(core.components):Update Newline.razor documentation comments#207
fix(core.components):Update Newline.razor documentation comments#207ParadiseFallen merged 2 commits intomainfrom
Conversation
Signed-off-by: Skoreyko Misha <150385054+TeseySTD@users.noreply.github.com>
Updated documentation comments for clarity. Signed-off-by: Skoreyko Misha <150385054+TeseySTD@users.noreply.github.com>
🚀 Preview DeploymentA preview build has been generated for this PR from CI run #19720609447! Download the artifact: To view the preview locally:
🌐 Live Preview URL: https://f2241399.razorconsole.pages.dev The live preview will be automatically updated when you push new |
| /// Convenience component for adding line breaks between elements in your layout. | ||
| /// </remarks> | ||
| @* ================================================================== | ||
| <summary> |
There was a problem hiding this comment.
Hmmm why it pass the build....
There was a problem hiding this comment.
We really should boost up testing. Its few possible ways. I will describe in feature
There was a problem hiding this comment.
Hmmm why it pass the build....
@LittleLittleCloud Blazor thought that it is html and razor console runtime just spit components that it doesn't know but don't throw any exception, so building process had no reason to fall.
Fixes #206 .