The friendly dinosaur from the neighborhood
Blazor.TSRuntime. An improved JSRuntime with automatic JS-module loading and caching, compile time errors instead of runtime errors and nice IntelliSense guidance.
19InlineComposition. A source generator that merges the content of other classes into one class. A simple workaround for struct inheritance or multiple inheritance.
15AutoInterface. AutoInterface is a source generator that generates an interface based on your class/struct. Basically, you write your class and get the corresponding interface for free.
12Blazor.BrowserAPI. A Blazor library that provides easy access to browser APIs without the need to use any JavaScript. It supports asynchronous communication as well as synchronous (JSRuntime and JSInProcessRuntime).
9CircleDI. The world only full-power circular Service Provider. It can resolve circular dependencies, has compile time safety and optimal performance.
4AssemblyVersionInfo. AssemblyVersionInfo is a very simple source generator that generates constant strings of your assembly name and version. The intended usage is for the System.CodeDom.Compiler.GeneratedCodeAttribute.
3NoJsBlazor. Library for Blazor applications. It contains some UI components. This Library does not use any Javascript code, everything is implemented in Razor, (S)CSS and C#.
1