Libraries

bUnit

A Testing library for Blazor components

bUnit is a testing library for .NET for testing Blazor components. It is built on top of existing popular frameworks xUnit, NUnit, and MSTests. It enables running tests on Blazor components in the same way as any other test.

Read more...


Sass for Blazor

Should we compile Sass on Dev Machine or Build Server?

Sass (syntactically awesome style sheets) is a preprocessor scripting language compiled into CSS (Cascading Style Sheets). Sass uses SassScript, a simple scripting language.

Read more...