You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Microsoft.Extensions.Configuration.Test.ConfigurationTests.TouchingFileWillReloadForUserSecrets fails on Apple mobile targets (tvOS / maccatalyst) in the runtime-extra-platforms pipeline (definition 154). The test attempts to write user-secrets under ~/.microsoft inside the app sandbox and is denied by the platform, throwing System.UnauthorizedAccessException. The failure reproduces on the tvos-arm64 Release AllSubsets_CoreCLR leg of the source build and persists into the follow-up build, so it is a stable, non-transient signature.
Build error leg or test failing: tvos-arm64 Release AllSubsets_CoreCLR — Microsoft.Extensions.Configuration.Functional.Tests work item.
Failing leg: tvos-arm64 Release AllSubsets_CoreCLR, work item Microsoft.Extensions.Configuration.Functional.Tests
The test writes user-secrets to ~/.microsoft and touches the file to trigger a config reload; on the Apple mobile sandbox the directory is not writable, so the file watcher setup throws UnauthorizedAccessException (---- System.IO.IOException : Operation not permitted).
Filed by the CI outer-loop failure scanner (ci-failure-scan). This issue was created automatically for Build Analysis correlation. Mitigation is handled separately by ci-failure-fix.
Warning
Firewall blocked 1 domain
The following domain was blocked by the firewall during workflow execution:
awmgmcpg
To allow these domains, add them to the network.allowed list in your workflow frontmatter:
Summary
Microsoft.Extensions.Configuration.Test.ConfigurationTests.TouchingFileWillReloadForUserSecretsfails on Apple mobile targets (tvOS / maccatalyst) in theruntime-extra-platformspipeline (definition 154). The test attempts to write user-secrets under~/.microsoftinside the app sandbox and is denied by the platform, throwingSystem.UnauthorizedAccessException. The failure reproduces on thetvos-arm64 Release AllSubsets_CoreCLRleg of the source build and persists into the follow-up build, so it is a stable, non-transient signature.Build error leg or test failing:
tvos-arm64 Release AllSubsets_CoreCLR—Microsoft.Extensions.Configuration.Functional.Testswork item.Pipeline:
runtime-extra-platforms(definition 154), branchmain.Error Message
{ "ErrorMessage": [ "[FAIL] Microsoft.Extensions.Configuration.Test.ConfigurationTests.TouchingFileWillReloadForUserSecrets", "System.UnauthorizedAccessException : Access to the path", "/.microsoft' is denied." ], "ErrorPattern": "", "BuildRetry": false, "ExcludeConsoleLog": false }Build information
tvos-arm64 Release AllSubsets_CoreCLR, work itemMicrosoft.Extensions.Configuration.Functional.TestsThe test writes user-secrets to
~/.microsoftand touches the file to trigger a config reload; on the Apple mobile sandbox the directory is not writable, so the file watcher setup throwsUnauthorizedAccessException(---- System.IO.IOException : Operation not permitted).Filed by the CI outer-loop failure scanner (
ci-failure-scan). This issue was created automatically for Build Analysis correlation. Mitigation is handled separately byci-failure-fix.Warning
Firewall blocked 1 domain
The following domain was blocked by the firewall during workflow execution:
awmgmcpgSee Network Configuration for more information.
Report
Summary