Skip to main content
umbrella-libraries
GitHub creator profile

umbrella-libraries

Repository-level view of 41 collected skills across 1 GitHub repositories.

skills collected
41
repositories
1
updated
2026-07-14
repository map

Where the skills live

Top repositories by collected skill count, with their share of this creator catalog and occupation spread.

repository explorer

Repositories and representative skills

umbrella-dotnet-generate-api-data-service-controller-tests
software-quality-assurance-analysts-and-testers

Generate integration tests for a concrete API controller derived from UmbrellaGenericRepositoryDataServiceApiController (Pattern 2, backing controller service), covering every testable response status code per endpoint including ExistsById and TotalCount. Resolves enablement and authorization flags on the backing data service. Use after integration test infrastructure exists.

2026-07-14
umbrella-dotnet-generate-api-repo-controller-tests
software-quality-assurance-analysts-and-testers

Generate integration tests for a concrete API controller derived from UmbrellaGenericRepositoryApiController (Pattern 1, direct repository), covering every testable response status code per endpoint: success paths, 401/403 authorization, 404, 405 disabled endpoints, 409 concurrency via stamp rotation, 400/422 validation, and optional 500. Use after integration test infrastructure exists.

2026-07-14
umbrella-dotnet-generate-custom-api-controller-tests
software-quality-assurance-analysts-and-testers

Generate integration tests for custom API controllers built on the three endpoint-less Umbrella bases, deriving per-action response status contracts per variant: UmbrellaDataAccessApiController (protected data-access helper composition), UmbrellaDataServiceApiController (ExecuteOperationAsync over a data service), and UmbrellaApiController (hand-rolled status helper enumeration). The testing counterpart of umbrella-dotnet-scaffold-custom-api-controller.

2026-07-14
umbrella-dotnet-scaffold-aspnetcore-integration-tests
software-quality-assurance-analysts-and-testers

Scaffold ASP.NET Core controller integration test infrastructure into an existing or newly created .NET test project using Umbrella.Testing.AspNetCore: concrete local and SQL Server/Azurite Testcontainers WebApplicationFactory classes, xUnit collections, test authentication, config overrides, Program hook, and a minimal smoke test. Use after auditing the server app or when adding WebApplicationFactory-based integration tests.

2026-07-14
umbrella-dotnet-standardize-test-projects
software-quality-assurance-analysts-and-testers

Analyze, set up, or update .NET test project configuration across a solution to follow the shared Umbrella IsTestProject=true pattern, singular .Test naming, and xUnit v3 Microsoft Testing Platform conventions.

2026-07-14
umbrella-dotnet-standardize-test-projects
software-quality-assurance-analysts-and-testers

Analyze, set up, or update .NET test project configuration across a solution to follow the shared Umbrella IsTestProject=true pattern, singular .Test naming, and xUnit v3 Microsoft Testing Platform conventions.

2026-07-14
umbrella-dotnet-standardize-test-projects
software-quality-assurance-analysts-and-testers

Analyze, set up, or update .NET test project configuration across a solution to follow the shared Umbrella IsTestProject=true pattern, singular .Test naming, and xUnit v3 Microsoft Testing Platform conventions.

2026-07-14
umbrella-dotnet-standardize-test-projects
software-quality-assurance-analysts-and-testers

Analyze, set up, or update .NET test project configuration across a solution to follow the shared Umbrella IsTestProject=true pattern, singular .Test naming, and xUnit v3 Microsoft Testing Platform conventions.

2026-07-14
Showing top 8 of 41 collected skills in this repository.
Showing 1 of 1 repositories
All repositories loaded