excubo-ag
excubo-ag contributes to the .NET ecosystem with a set of libraries:
Web Development
WebCompiler
is a dotnet global tool that compiles, minifies, and compressed scss/css/js files.
Blazor utilities
Blazor.ScriptInjection
brings the script tag to Blazor in a safe manner.
Blazor.LazyStyleSheet
makes lazy-loading of style sheets the easiest way of styling components.
Blazor.Canvas
exposes the HTML Canvas API to C# developers with all the benefits of a C# API. A demo is available
here
.
Generators.Blazor
is a source generator for improving performance in Blazor. The project also contains analyzers to detect common issues.
Blazor components
Blazor.Diagrams
is a Blazor-native component library for diagrams, such as flowcharts, UML, etc. A demo is available
here
.
Blazor.Grids
is a Blazor-native component library for grids and diagrams. A demo is available
here
.
Blazor.TreeViews
is a Blazor-native component library for tree views. A demo is available
here
.
Roslyn
Analyzers.DependencyInjectionValidation
is a roslyn analyzer for validating the use of dependency injection.
Analyzers.Annotations
is a set of attributes used by
Analyzers.DependencyInjectionValidation
.
Generators.Grouping
is a source generator for making large APIs easier to work with.