Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor copilot instructions to include specific issue link for Fact… #47281

Merged
merged 3 commits into from
Mar 6, 2025

Add localization instructions based on edvilme's feedback

4039e4a
Select commit
Loading
Failed to load commit list.
Merged

Refactor copilot instructions to include specific issue link for Fact… #47281

Add localization instructions based on edvilme's feedback
4039e4a
Select commit
Loading
Failed to load commit list.
Build Analysis / Build Analysis succeeded Mar 6, 2025 in 0s

.NET Result Analysis

Details

All checks completed

[dotnet-sdk-public-ci]

[sdk-unified-build]

[sdk-source-build]

Build Rerun

✔️ Build passed after 1 retries.

(Attempt #1) [link to build]

dotnet-sdk-public-ci / Build / TemplateEngine: macOS (x64) / 🟣 Run TemplateEngine Tests

[ 🚧 Report infrastructure issue] [ 📄 Report repository issue]
    ❌XUnit(0,0): error : (NETCORE_ENGINEERING_TELEMETRY=Test) Tests failed: /Users/runner/work/1/s/artifacts/TestResults/Release/Microsoft.TemplateEngine.Cli.UnitTests_net10.0_x64.html [net10.0|x64]

Non-Deterministic Test Failures Detected

Microsoft.TemplateEngine.Cli.UnitTests.ParserTests.TabCompletionTests.CanIgnoreTemplatesInGroupWithConstraints [Details] [0.10% failure rate]
[ 🚧 Report test infrastructure issue] [ 📄 Report test repository issue]

Failing Configuration

Exception Message
Assert.DoesNotContain() Failure: Item found in collection\n                    ↓ (pos 1)\nCollection: [\"--a\", \"--b\", \"--c\", \"--dry-run\", \"--force\", ···]\nFound:      \"--b\"
CallStack
   at Microsoft.TemplateEngine.Cli.UnitTests.ParserTests.TabCompletionTests.CanIgnoreTemplatesInGroupWithConstraints() in /Users/runner/work/1/s/test/Microsoft.TemplateEngine.Cli.UnitTests/ParserTests/TabCompletionTests.cs:line 535
   at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args)
   at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)

Was this helpful? Yes No