Tests .NET MAUI apps. Appium device automation, XHarness, platform validation.
Skills in this repository
rudironsoni/Synaxis - Page 10
SkillsMP has collected 966 skills from rudironsoni/Synaxis. Open a skill to review its source and details.
rudironsoni/SynaxisShowing 40 of 966 collected skills.
Writes custom MSBuild tasks. ITask, ToolTask, IIncrementalTask, inline tasks, UsingTask.
Automates browser tests in .NET. Playwright E2E, CI browser caching, trace viewer, codegen.
Manages secrets and sensitive config. User secrets, environment variables, rotation.
Decides how to test .NET code. Unit vs integration vs E2E decision tree, test doubles.
Trims .NET 8+ apps and libraries. Annotations, ILLink descriptors, IL2xxx warnings, IsTrimmable.
Tests UI across frameworks. Page objects, test selectors, async waits, accessibility.
Tests Uno Platform apps. Playwright for WASM, platform-specific patterns, runtime heads.
Writes XML doc comments. Tags, inheritdoc, GenerateDocumentationFile, warning suppression.
Flags agent mistakes in .NET code -- async misuse, NuGet errors, deprecated APIs, DI.
Hooks and MCP server guide for dotnet-agent-harness. How hooks behave, how to disable them, MCP configuration and troubleshooting.
Designs AOT-first apps. Source gen over reflection, AOT-safe DI, serialization, factories.
Tests Blazor components. bUnit rendering, events, cascading params, JS interop mocking.
Interprets MSBuild output, NuGet errors, analyzer warnings. Error codes, CI drift.
Deploys .NET containers. Kubernetes probes, Docker Compose for local dev, CI/CD integration.
EF Core, DbContext, AsNoTracking, query splitting.
Tests .NET MAUI apps. Appium device automation, XHarness, platform validation.
Writes custom MSBuild tasks. ITask, ToolTask, IIncrementalTask, inline tasks, UsingTask.
Automates browser tests in .NET. Playwright E2E, CI browser caching, trace viewer, codegen.
Manages secrets and sensitive config. User secrets, environment variables, rotation.
Decides how to test .NET code. Unit vs integration vs E2E decision tree, test doubles.
Trims .NET 8+ apps and libraries. Annotations, ILLink descriptors, IL2xxx warnings, IsTrimmable.
Tests UI across frameworks. Page objects, test selectors, async waits, accessibility.
Tests Uno Platform apps. Playwright for WASM, platform-specific patterns, runtime heads.
Writes XML doc comments. Tags, inheritdoc, GenerateDocumentationFile, warning suppression.
Use when user requests research requiring multiple sources, comprehensive analysis, or synthesis across topics - technical research, domain knowledge gathering, market analysis, or learning about complex subjects
Use when building .NET 10 or C# 14 applications; when using minimal APIs, modular monolith patterns, or feature folders; when implementing HTTP resilience, Options pattern, Channels, or validation; when seeing outdated patterns like old extension method syntax
Implements accessible .NET UI. SemanticProperties, ARIA, AutomationPeer, testing per platform.
Adds analyzer packages to a project. Nullable, trimming, AOT compat analyzers, severity config.
Adds CI/CD to a .NET project. GitHub Actions vs Azure DevOps detection, workflow templates.
Adds test infrastructure to a .NET project. Scaffolds xUnit project, coverlet, layout.
Configures .NET build/test in Azure DevOps. DotNetCoreCLI task, Artifacts, test results.
Composes Azure DevOps YAML pipelines. Templates, variable groups, multi-stage, triggers.
Configures ADO-exclusive features. Environments, approvals, service connections, pipelines.
Compiles .NET to WebAssembly AOT. Blazor/Uno WASM, size vs speed, lazy loading, Brotli.
Generates API documentation. DocFX setup, OpenAPI-as-docs, doc-code sync, versioned docs.
Secures ASP.NET Core APIs. Identity, OAuth/OIDC, JWT bearer, passkeys, CORS, rate limiting.
Detects API surface changes in CI. PublicApiAnalyzers, Verify snapshots, ApiCompat gating.
Versions HTTP APIs. Asp.Versioning.Http/Mvc, URL segment, header, query string, sunset.
Designs ASP.NET Core architecture -- vertical slices, pipelines, caching, errors.