원클릭으로
aspnetcore-integration
Use for the contentstack.management.aspnetcore package, HttpClient/DI registration with ASP.NET Core.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Use for the contentstack.management.aspnetcore package, HttpClient/DI registration with ASP.NET Core.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | aspnetcore-integration |
| description | Use for the contentstack.management.aspnetcore package, HttpClient/DI registration with ASP.NET Core. |
Contentstack.Management.ASPNETCore/ or the NuGet package contentstack.management.aspnetcore.ContentstackClient with IHttpClientFactory / IServiceCollection.contentstack.management.aspnetcorenetstandard2.1contentstack.management.aspnetcore.csprojServiceCollectionExtensions in namespace Microsoft.Extensions.DependencyInjection:
AddContentstackClient(IServiceCollection, ContentstackClientOptions) / TryAddContentstackClient — extend here when wiring options-based registration; keep behavior aligned with DI conventions.AddContentstackClient(IServiceCollection, Action<HttpClient>) — registers ContentstackClient with AddHttpClient<ContentstackClient> for typed client configuration.When extending DI support, align with Microsoft.Extensions.DependencyInjection and Microsoft.Extensions.Http patterns already referenced in the project file.
Contentstack.Management.Core.Use when reviewing or preparing a pull request for contentstack-management-dotnet.
Use for branches, CI, build/test scripts, and NuGet release flow in contentstack-management-dotnet.
Use when changing or using the CMA client API, authentication, or NuGet package surface for Contentstack.Management.Core.
Use for C# language level, nullable usage, and file/folder layout consistent with Contentstack.Management.Core.
Use when building or updating DocFX API documentation under docfx_project for this repository.
Use for target frameworks, assembly signing, NuGet packaging, OS-specific builds, and HTTP pipeline overview in Contentstack.Management.Core.