Creates a new .NET project. Generates solution with CPM, analyzers, editorconfig, SourceLink.
Skills in this repository
rudironsoni/Synaxis - Page 21
SkillsMP has collected 966 skills from rudironsoni/Synaxis. Open a skill to review its source and details.
rudironsoni/SynaxisShowing 40 of 966 collected skills.
Manages secrets and sensitive config. User secrets, environment variables, rotation.
Hardens .NET apps per OWASP Top 10 -- injection, auth, XSS, deprecated security APIs.
Serializes data. System.Text.Json source generators, Protobuf, MessagePack, AOT-safe patterns.
Chooses inter-service protocols. REST vs gRPC vs SignalR vs SSE decision matrix, tradeoffs.
Runs Slopwatch CLI to detect LLM reward hacking -- disabled tests, suppressed warnings.
Verifies complex outputs with Verify. API responses, scrubbing non-deterministic values.
Applies SOLID and DRY principles. C# anti-patterns, fixes, SRP compliance checks.
Orients in .NET solutions -- entry points, .sln/.slnx, dependency graphs, config.
Source text: Undetermined
Renders rich console output. Spectre.Console tables, trees, progress, prompts, live displays.
Designs log pipelines. Aggregation, structured queries, sampling, PII scrubbing, correlation.
Builds .NET CLI apps with System.CommandLine 2.0. Commands, options, SetAction, parsing, testing.
Builds full TUI apps. Terminal.Gui v2 -- views, layout (Pos/Dim), menus, dialogs, bindings, themes.
Measures test effectiveness. Coverlet code coverage, Stryker.NET mutation testing, flaky tests.
Decides how to test .NET code. Unit vs integration vs E2E decision tree, test doubles.
Installs and manages .NET tools. Global, local, manifests, restore, version pinning.
Trims .NET 8+ apps and libraries. Annotations, ILLink descriptors, IL2xxx warnings, IsTrimmable.
Selects a .NET UI framework. Decision tree across Blazor, MAUI, Uno, WinUI, WPF, WinForms.
Tests UI across frameworks. Page objects, test selectors, async waits, accessibility.
Queries Uno MCP server. Tool detection, search-then-fetch workflow, init rules, fallback.
Builds Uno Platform cross-platform apps. Extensions, MVUX, Toolkit controls, Hot Reload.
Deploys Uno Platform apps. Per-target guidance for WASM, iOS, Android, macOS, Windows, Linux.
Tests Uno Platform apps. Playwright for WASM, platform-specific patterns, runtime heads.
Validates models and IOptions. DataAnnotations, IValidatableObject, IValidateOptions<T>.
Detects TFM/SDK from .csproj, global.json, Directory.Build.props. Runs first.
Upgrades .NET to a newer TFM. LTS-to-LTS, staged through STS, preview, upgrade paths.
Debugs Windows apps via WinDbg MCP. Crash, hang, high-CPU, and memory triage from dumps or live attach.
Builds WinForms on .NET 8+. High-DPI, dark mode (experimental), DI patterns, modernization.
Builds WinUI 3 desktop apps. Windows App SDK, XAML patterns, MSIX/unpackaged, UWP migration.
Migrates desktop apps. WPF/WinForms to .NET 8+, WPF to WinUI or Uno, UWP to WinUI.
Builds WPF on .NET 8+. Host builder, MVVM Toolkit, Fluent theme, performance, modern C# patterns.
Writes XML doc comments. Tags, inheritdoc, GenerateDocumentationFile, warning suppression.
Authors xUnit v3 tests -- Facts, Theories, fixtures, parallelism, IAsyncLifetime.
Rulesync CLI tool documentation - unified AI rule file management for various AI coding tools
Integrates AI/LLM via Semantic Kernel. Plugins, prompt templates, memory stores, agents.
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.