원클릭으로
dotnet-sample-apphost
Keep repo-local .NET sample apps zero-config by avoiding native apphosts when macOS integrity enforcement can kill them
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Keep repo-local .NET sample apps zero-config by avoiding native apphosts when macOS integrity enforcement can kill them
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
Drive package defaults, release packaging, and website version display from one MSBuild property
Validate every meaningful workflow_dispatch input combination before approving release-pipeline changes
Keep mixed validation/release GitHub workflow dispatch inputs from misrouting validation runs
Validate NuGet release artifacts before publish and ensure both package and symbol payloads are release-correct
Ship an Astro docs site to GitHub Pages with SEO, validation, and custom-domain safety checks
Avoid `.App` executable assembly names for runnable .NET samples on macOS
SOC 직업 분류 기준
| name | dotnet-sample-apphost |
| description | Keep repo-local .NET sample apps zero-config by avoiding native apphosts when macOS integrity enforcement can kill them |
| domain | dotnet-samples |
| confidence | medium |
| source | earned |
Use this when a repo-local .NET sample console app runs correctly via dotnet exec <app>.dll but dies immediately when launched through dotnet run or the generated native executable on macOS.
dotnet exec on the built DLL.<UseAppHost>false</UseAppHost> in the sample app project.samples/Sample.Simplified/Sample.Simplified.App/Sample.Simplified.App.csprojMain().