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

[release/8.0.3xx] Update dependencies from dotnet/templating #44889

Open
wants to merge 1 commit into
base: release/8.0.3xx
Choose a base branch
from

Update dependencies from https://github.com/dotnet/templating build 2…

90a4246
Select commit
Loading
Failed to load commit list.
Open

[release/8.0.3xx] Update dependencies from dotnet/templating #44889

Update dependencies from https://github.com/dotnet/templating build 2…
90a4246
Select commit
Loading
Failed to load commit list.
Build Analysis / Build Analysis failed Nov 15, 2024 in 0s

.NET Result Analysis

Details

Tip

To unconditionally bypass the build analysis check (turn it green), you can use the escape mechanism feature. The completion time may vary, potentially taking several minutes, depending on the build analysis workload at the moment.

Known test errors

Test Failures (2 tests failed)

🔹 [All failing tests from dotnet-sdk-public-ci]

    Microsoft.DotNet.Cli.New.IntegrationTests.CommonTemplatesTests.FeaturesSupport [Details] [4.56% failure rate]
    [ 🚧 Report test infrastructure issue] [ 📄 Report test repository issue]

    Failing Configuration

    Data Driven SubResults
      Microsoft.DotNet.Cli.New.IntegrationTests.CommonTemplatesTests.FeaturesSupport(name: \"console\", buildPass: True, framework: \"net8.0\", langVersion: \"4\", langVersionUnsupported: False, language: null, supportsNullable: False, supportsTopLevel: False, forceDisableTopLevel: False, supportsImplicitUsings: False, supportsFileScopedNs: False)
      Exception Message
      Microsoft.TemplateEngine.Authoring.TemplateVerifier.TemplateVerificationException : Template instantiation expected to pass but it had exit code '57005'.
      Stack Trace
         at Microsoft.TemplateEngine.Authoring.TemplateVerifier.VerificationEngine.Execute(IOptions`1 optionsAccessor, CancellationToken cancellationToken, String sourceFile, String callerMethod)
         at Microsoft.DotNet.Cli.New.IntegrationTests.CommonTemplatesTests.FeaturesSupport(String name, Boolean buildPass, String framework, String langVersion, Boolean langVersionUnsupported, String language, Boolean supportsNullable, Boolean supportsTopLevel, Boolean forceDisableTopLevel, Boolean supportsImplicitUsings, Boolean supportsFileScopedNs) in D:\a\_work\1\s\src\Tests\dotnet-new.Tests\CommonTemplatesTests.cs:line 416
         at System.Threading.Tasks.Task.<>c.<ThrowAsync>b__128_0(Object state)
      Microsoft.DotNet.Cli.New.IntegrationTests.CommonTemplatesTests.FeaturesSupport(name: \"console\", buildPass: True, framework: \"net6.0\", langVersion: \"7.1\", langVersionUnsupported: False, language: null, supportsNullable: False, supportsTopLevel: False, forceDisableTopLevel: False, supportsImplicitUsings: False, supportsFileScopedNs: False)
      Exception Message
      Microsoft.TemplateEngine.Authoring.TemplateVerifier.TemplateVerificationException : Template instantiation expected to pass but it had exit code '57005'.
      Stack Trace
         at Microsoft.TemplateEngine.Authoring.TemplateVerifier.VerificationEngine.Execute(IOptions`1 optionsAccessor, CancellationToken cancellationToken, String sourceFile, String callerMethod)
         at Microsoft.DotNet.Cli.New.IntegrationTests.CommonTemplatesTests.FeaturesSupport(String name, Boolean buildPass, String framework, String langVersion, Boolean langVersionUnsupported, String language, Boolean supportsNullable, Boolean supportsTopLevel, Boolean forceDisableTopLevel, Boolean supportsImplicitUsings, Boolean supportsFileScopedNs) in D:\a\_work\1\s\src\Tests\dotnet-new.Tests\CommonTemplatesTests.cs:line 416
         at System.Threading.Tasks.Task.<>c.<ThrowAsync>b__128_0(Object state)
    Microsoft.DotNet.Cli.New.IntegrationTests.TemplateEngineSamplesTest.TemplateEngineSamplesProjectTest [Details] [14.71% failure rate]
    [ 🚧 Report test infrastructure issue] [ 📄 Report test repository issue]

    Failing Configuration

    Data Driven SubResults
      Microsoft.DotNet.Cli.New.IntegrationTests.TemplateEngineSamplesTest.TemplateEngineSamplesProjectTest(folderName: \"13-constant-value\", shortName: \"sample13\", arguments: null, caseDescription: \"replacing of constant value\")
      Exception Message
      Microsoft.TemplateEngine.Authoring.TemplateVerifier.TemplateVerificationException : Template instantiation expected to pass but it had exit code '57005'.
      Stack Trace
         at Microsoft.TemplateEngine.Authoring.TemplateVerifier.VerificationEngine.Execute(IOptions`1 optionsAccessor, CancellationToken cancellationToken, String sourceFile, String callerMethod)
         at Microsoft.DotNet.Cli.New.IntegrationTests.TemplateEngineSamplesTest.TemplateEngineSamplesProjectTest(String folderName, String shortName, String[] arguments, String caseDescription) in D:\a\_work\1\s\src\Tests\dotnet-new.Tests\TemplateEngineSamplesTest.cs:line 69
         at System.Threading.Tasks.Task.<>c.<ThrowAsync>b__128_0(Object state)

Was this helpful? Yes No