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

Add stj bultin #11056

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

take away from csproj file references

96b7021
Select commit
Loading
Failed to load commit list.
Open

Add stj bultin #11056

take away from csproj file references
96b7021
Select commit
Loading
Failed to load commit list.
Azure Pipelines / msbuild-pr failed Dec 5, 2024 in 35m 55s

Build #20241205.8 had test failures

Details

Tests

  • Failed: 32 (0.14%)
  • Passed: 22,111 (97.32%)
  • Other: 578 (2.54%)
  • Total: 22,721

Annotations

Check failure on line 222 in eng/BootStrapMsBuild.targets

See this annotation in the file changed.

@azure-pipelines azure-pipelines / msbuild-pr

eng/BootStrapMsBuild.targets#L222

eng/BootStrapMsBuild.targets(222,5): error MSB3755: (NETCORE_ENGINEERING_TELEMETRY=Build) Could not find reference "System.Text.Json". If this reference is required by your code, you may get compilation errors.

Check failure on line 222 in eng/BootStrapMsBuild.targets

See this annotation in the file changed.

@azure-pipelines azure-pipelines / msbuild-pr

eng/BootStrapMsBuild.targets#L222

eng/BootStrapMsBuild.targets(222,5): error MSB3755: (NETCORE_ENGINEERING_TELEMETRY=Build) Could not find reference "System.Memory". If this reference is required by your code, you may get compilation errors.

Check failure on line 222 in eng/BootStrapMsBuild.targets

See this annotation in the file changed.

@azure-pipelines azure-pipelines / msbuild-pr

eng/BootStrapMsBuild.targets#L222

eng/BootStrapMsBuild.targets(222,5): error MSB4036: (NETCORE_ENGINEERING_TELEMETRY=Build) The "InstallDotNetCoreTask" task was not found. Check the following: 1.) The name of the task in the project file is the same as the name of the task class. 2.) The task class is "public" and implements the Microsoft.Build.Framework.ITask interface. 3.) The task is correctly declared with <UsingTask> in the project file, or in the *.tasks files located in the "/home/vsts/work/1/s/stage1/bin/bootstrap/core/sdk/9.0.200-preview.0.24603.3" directory.

Check failure on line 29 in /home/vsts/.nuget/packages/shouldly/4.2.1/buildTransitive/Shouldly.targets

See this annotation in the file changed.

@azure-pipelines azure-pipelines / msbuild-pr

/home/vsts/.nuget/packages/shouldly/4.2.1/buildTransitive/Shouldly.targets#L29

/home/vsts/.nuget/packages/shouldly/4.2.1/buildTransitive/Shouldly.targets(29,9): error MSB3755: (NETCORE_ENGINEERING_TELEMETRY=Build) Could not find reference "System.Text.Json". If this reference is required by your code, you may get compilation errors.

Check failure on line 1 in Microsoft.Build.UnitTests.BackEnd.TaskBuilder_Tests.CanceledTasksDoNotLogMSB4181

See this annotation in the file changed.

@azure-pipelines azure-pipelines / msbuild-pr

Microsoft.Build.UnitTests.BackEnd.TaskBuilder_Tests.CanceledTasksDoNotLogMSB4181

Shouldly.ShouldAssertException : isSubmissionComplated\r\n    should be\r\nTrue\r\n    but was\r\nFalse\r\n\r\nAdditional Info:\r\n    Waiting for that the build submission is completed failed in the timeout period 2000 ms.
Raw output
   at Microsoft.Build.UnitTests.BackEnd.TaskBuilder_Tests.CanceledTasksDoNotLogMSB4181() in D:\a\1\s\src\Build.UnitTests\BackEnd\TaskBuilder_Tests.cs:line 190

Check failure on line 1 in Microsoft.Build.Tasks.UnitTests.ResourceManagement_Tests.SingleCoreRequestWithNoRelease

See this annotation in the file changed.

@azure-pipelines azure-pipelines / msbuild-pr

Microsoft.Build.Tasks.UnitTests.ResourceManagement_Tests.SingleCoreRequestWithNoRelease

Shouldly.ShouldAssertException : Shouldly uses your source code to generate its great error messages, build your test project with full debug information to get better error messages\nThe provided expression\r\n    should be\r\nTrue\r\n    but was\r\nFalse
Raw output
   at Microsoft.Build.UnitTests.TransientTestProjectWithFiles.BuildProjectExpectSuccess(IDictionary`2 globalProperties, String toolsVersion, Boolean validateLoggerRoundtrip) in /_/src/UnitTests.Shared/EngineTestEnvironment.cs:line 144
   at Microsoft.Build.Tasks.UnitTests.ResourceManagement_Tests.AssertBuildSucceededAndGetMessages(String taskCode, String targetContent) in D:\a\1\s\src\Tasks.UnitTests\ResourceManagement_Tests.cs:line 148
   at Microsoft.Build.Tasks.UnitTests.ResourceManagement_Tests.SingleCoreRequestWithNoRelease() in D:\a\1\s\src\Tasks.UnitTests\ResourceManagement_Tests.cs:line 35
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
   at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)

Check failure on line 1 in Microsoft.Build.Tasks.UnitTests.ResourceManagement_Tests.SingleCoreRequest

See this annotation in the file changed.

@azure-pipelines azure-pipelines / msbuild-pr

Microsoft.Build.Tasks.UnitTests.ResourceManagement_Tests.SingleCoreRequest

Shouldly.ShouldAssertException : Shouldly uses your source code to generate its great error messages, build your test project with full debug information to get better error messages\nThe provided expression\r\n    should be\r\nTrue\r\n    but was\r\nFalse
Raw output
   at Microsoft.Build.UnitTests.TransientTestProjectWithFiles.BuildProjectExpectSuccess(IDictionary`2 globalProperties, String toolsVersion, Boolean validateLoggerRoundtrip) in /_/src/UnitTests.Shared/EngineTestEnvironment.cs:line 144
   at Microsoft.Build.Tasks.UnitTests.ResourceManagement_Tests.AssertBuildSucceededAndGetMessages(String taskCode, String targetContent) in D:\a\1\s\src\Tasks.UnitTests\ResourceManagement_Tests.cs:line 148
   at Microsoft.Build.Tasks.UnitTests.ResourceManagement_Tests.SingleCoreRequest() in D:\a\1\s\src\Tasks.UnitTests\ResourceManagement_Tests.cs:line 20
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
   at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)

Check failure on line 1 in Microsoft.Build.Tasks.UnitTests.ResourceManagement_Tests.MultipleCoreRequests

See this annotation in the file changed.

@azure-pipelines azure-pipelines / msbuild-pr

Microsoft.Build.Tasks.UnitTests.ResourceManagement_Tests.MultipleCoreRequests

Shouldly.ShouldAssertException : Shouldly uses your source code to generate its great error messages, build your test project with full debug information to get better error messages\nThe provided expression\r\n    should be\r\nTrue\r\n    but was\r\nFalse
Raw output
   at Microsoft.Build.UnitTests.TransientTestProjectWithFiles.BuildProjectExpectSuccess(IDictionary`2 globalProperties, String toolsVersion, Boolean validateLoggerRoundtrip) in /_/src/UnitTests.Shared/EngineTestEnvironment.cs:line 144
   at Microsoft.Build.Tasks.UnitTests.ResourceManagement_Tests.AssertBuildSucceededAndGetMessages(String taskCode, String targetContent) in D:\a\1\s\src\Tasks.UnitTests\ResourceManagement_Tests.cs:line 148
   at Microsoft.Build.Tasks.UnitTests.ResourceManagement_Tests.MultipleCoreRequests() in D:\a\1\s\src\Tasks.UnitTests\ResourceManagement_Tests.cs:line 84
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
   at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)