Deveel
Official@deveel · Switzerland
Offers architectural standards and performance optimization methodologies for .NET ecosystems, focusing on test structure, code coverage, and database query efficiency.
Agent Skills by Deveel
Showing 6 vetted skills indexed across 1 GitHub repositories.
coverage-analysis
Analyze .NET project code coverage and CRAP scores from Cobertura XML.
xunit-test-arch
Standardize xUnit test project naming, folder layout, and build configuration for .NET class libraries.
xunit-test-organization
Organize xUnit v3 test suites with fixtures, theories, traits, and Bogus data.
custom-framework-arch
Define a multi-library .NET framework repository layout with package boundaries.
optimizing-ef-core-queries
Optimize slow EF Core queries by eliminating N+1 patterns and reducing generated SQL.
analyzing-dotnet-performance
Detect and prioritize .NET performance anti-patterns with tiered severities and file-level findings.
Frequently Asked Questions About Deveel
FAQPage SchemaWhat specific tasks can developers perform using Deveel's architectural standards?▼
Developers can standardize xUnit test suite organization, enforce repository layout conventions for .NET class libraries, and perform deep analysis on code coverage metrics. These standards ensure consistent build configurations and maintainable project structures across complex multi-library environments.
Which technical personas benefit most from these .NET optimization patterns?▼
Senior software engineers, technical leads, and performance architects working within the .NET ecosystem benefit most. These resources are designed for teams managing large-scale class libraries who require rigorous testing standards and high-performance database interactions.
What are the primary prerequisites for implementing these performance and testing patterns?▼
Implementation requires an existing .NET environment utilizing xUnit for testing and Entity Framework Core for data access. Users must be able to generate Cobertura XML reports to leverage the coverage analysis capabilities and possess familiarity with standard .NET project file structures.