Skip to main content

Skills in this repository

rudironsoni/Synaxis - Page 5

SkillsMP has collected 966 skills from rudironsoni/Synaxis. Open a skill to review its source and details.

rudironsoni/Synaxis

Showing 40 of 966 collected skills.

occupation
Software Developers
description

Performance optimization and measurement for .NET applications. Navigation skill covering Span, ArrayPool, memory management, benchmarking, profiling, Native AOT, and optimization patterns. For building high-performance applications. Keywords: performance,…

updated
occupation
Software Quality Assurance Analysts & Testers
description

Automates browser tests in .NET. Playwright E2E, CI browser caching, trace viewer, codegen.

updated
occupation
Software Developers
description

Diagnoses .NET performance issues. dotnet-counters, dotnet-trace, dotnet-dump, flame graphs.

updated
occupation
Software Developers
description

Analyzes .NET solution layout and build config -- .sln, .csproj, CPM.

updated
occupation
Software Developers
description

Sets up .NET solution layout. .slnx, Directory.Build.props, CPM, .editorconfig, analyzers.

updated
occupation
Software Developers
description

Builds real-time features. SignalR hubs, SSE (.NET 10), JSON-RPC 2.0, gRPC streaming, scaling.

updated
occupation
Software Developers
description

Manages .NET release lifecycle. NBGV versioning, SemVer, changelogs, pre-release, branching.

updated
occupation
Software Developers
description

Adds fault tolerance. Polly v8 + MS.Extensions.Http.Resilience, retry/circuit breaker/timeout.

updated
occupation
Software Developers
description

Authors Roslyn analyzers. DiagnosticAnalyzer, CodeFixProvider, CodeRefactoring, multi-version.

updated
occupation
Software Developers
description

Creates a new .NET project. Generates solution with CPM, analyzers, editorconfig, SourceLink.

updated
occupation
Software Developers
description

Manages secrets and sensitive config. User secrets, environment variables, rotation.

updated
occupation
Information Security Analysts
description

Hardens .NET apps per OWASP Top 10 -- injection, auth, XSS, deprecated security APIs.

updated
occupation
Information Security Analysts
description

Security hardening and best practices for .NET applications. Navigation skill covering OWASP Top 10, authentication, authorization, cryptography, secrets management, and secure coding. For building secure applications. Keywords: security, owasp,…

updated
occupation
Software Developers
description

Code analysis patterns using Serena MCP for architecture validation and pattern detection

updated
occupation
Software Developers
description

Efficient code navigation using Serena MCP symbol operations instead of text search

updated
occupation
Software Developers
description

Symbol-level refactoring with automatic reference updates using Serena MCP

updated
occupation
Software Developers
description

Serializes data. System.Text.Json source generators, Protobuf, MessagePack, AOT-safe patterns.

updated
occupation
Software Developers
description

Chooses inter-service protocols. REST vs gRPC vs SignalR vs SSE decision matrix, tradeoffs.

updated
occupation
Software Quality Assurance Analysts & Testers
description

Runs Slopwatch CLI to detect LLM reward hacking -- disabled tests, suppressed warnings.

updated
occupation
Software Quality Assurance Analysts & Testers
description

Verifies complex outputs with Verify. API responses, scrubbing non-deterministic values.

updated
occupation
Software Developers
description

Applies SOLID and DRY principles. C# anti-patterns, fixes, SRP compliance checks.

updated
occupation
Software Developers
description

Orients in .NET solutions -- entry points, .sln/.slnx, dependency graphs, config.

updated
occupation
Software Developers
description

Renders rich console output. Spectre.Console tables, trees, progress, prompts, live displays.

updated
occupation
Software Developers
description

Designs log pipelines. Aggregation, structured queries, sampling, PII scrubbing, correlation.

updated
occupation
Software Developers
description

Builds .NET CLI apps with System.CommandLine 2.0. Commands, options, SetAction, parsing, testing.

updated
occupation
Software Developers
description

Builds full TUI apps. Terminal.Gui v2 -- views, layout (Pos/Dim), menus, dialogs, bindings, themes.

updated
occupation
Software Quality Assurance Analysts & Testers
description

Measures test effectiveness. Coverlet code coverage, Stryker.NET mutation testing, flaky tests.

updated
occupation
Software Quality Assurance Analysts & Testers
description

Complete guide for .NET Aspire Testing integration testing framework. Use when testing .NET Aspire distributed applications, configuring AppHost tests, or migrating from Testcontainers to Aspire testing. Covers DistributedApplicationTestingBuilder, container…

updated
occupation
Software Quality Assurance Analysts & Testers
description

Specialized skill for ASP.NET Core integration testing. Use when testing Web API endpoints, HTTP request/response, middleware, and dependency injection. Covers WebApplicationFactory, TestServer, HttpClient testing, in-memory database configuration. Keywords:…

updated
occupation
Software Quality Assurance Analysts & Testers
description

.NET advanced testing skills overview and navigation center. Triggered when users ask about "integration testing", "API testing", "containerized testing", "microservice testing", "test framework migration", "Testcontainers", "Aspire testing", and other…

updated
occupation
Software Quality Assurance Analysts & Testers
description

Specialized skill for containerized database testing using Testcontainers. Use when testing real database behavior, using SQL Server/PostgreSQL/MySQL containers, testing EF Core/Dapper. Covers container startup, database migrations, test isolation, container…

updated
occupation
Software Quality Assurance Analysts & Testers
description

Complete guide for Testcontainers NoSQL integration testing. Use when containerized integration testing for MongoDB or Redis. Covers MongoDB document operations, Redis five data structures, Collection Fixture pattern. Includes BSON serialization, index…

updated
occupation
Software Quality Assurance Analysts & Testers
description

Complete guide for TUnit advanced applications. Use when using TUnit for data-driven testing, dependency injection, or integration testing. Covers MethodDataSource, ClassDataSource, Matrix Tests, Properties filtering. Includes Retry/Timeout control,…

updated
occupation
Software Quality Assurance Analysts & Testers
description

Complete guide for TUnit new-generation testing framework. Use when creating test projects with TUnit or migrating from xUnit to TUnit. Covers Source Generator driven test discovery, AOT compilation support, fluent async assertions. Includes project creation,…

updated
occupation
Software Quality Assurance Analysts & Testers
description

Complete guide for ASP.NET Core Web API integration testing. Use when performing integration testing on Web API endpoints or validating ProblemDetails error format. Covers WebApplicationFactory, IExceptionHandler, Testcontainers multi-container orchestration,…

updated
occupation
Software Quality Assurance Analysts & Testers
description

Complete guide for upgrading xUnit 2.9.x to 3.x. Use when upgrading xUnit v2 to v3 or understanding xUnit v3 new features and breaking changes. Covers package updates, async void fixes, IAsyncLifetime adjustments. Includes new features: Assert.Skip, Explicit…

updated
occupation
Software Quality Assurance Analysts & Testers
description

Complete guide for AutoFixture and xUnit integration. Use when you need to use AutoData or InlineAutoData to simplify xUnit parameterized test data preparation. Covers custom Customization and test data attributes to improve test readability and…

updated
occupation
Software Quality Assurance Analysts & Testers
description

Using AutoFixture to automatically generate test data basic skill. Used when quickly generating test objects, reducing boilerplate code, and implementing anonymous testing. Covers Fixture.Create, CreateMany, circular reference handling, and xUnit integration.…

updated
occupation
Software Quality Assurance Analysts & Testers
description

Complete guide for AutoFixture and Bogus integration. Use when you need to combine AutoFixture with Bogus to generate test data that is both anonymous and realistic. Covers SpecimenBuilder integration, hybrid generators, test data factories, and circular…

updated
occupation
Software Quality Assurance Analysts & Testers
description

Complete guide for AutoFixture advanced customization techniques. Use when you need to customize AutoFixture builders or handle special type test data generation rules. Covers DataAnnotations automatic integration, ISpecimenBuilder implementation, priority…

updated
Showing 40 of 966 collected skills.