Michael Yanni
Michael Yanni
@dotnet/aspnet-blazor-eng There is a test failure in `Microsoft.NET.Sdk.BlazorWebAssembly.Tests.WasmBuildIntegrationTest.Build_SatelliteAssembliesAreCopiedToBuildOutput`: > [xUnit.net 00:04:05.56] System.Exception : The following additional unexpected assets were found in the manifest: > [xUnit.net 00:04:05.56] ${ProjectPath}\blazorwasm\obj\Debug\${Tfm}\compressed\_framework\Microsoft.Extensions.Validation.wasm.gz > [xUnit.net 00:04:05.56]...
/azp run sdk-source-build
@dotnet/kitten Looks like a test failure in `Microsoft.NET.Build.Tests.GivenThatWeWantToBuildAUnitTestProject`: > C:\h\w\A325094E\t\dotnetSdkTests\ypudv5cg.ewm\It_generates_---051AC46A\XUnitTestProject.csproj : error NU1015: The following PackageReference item(s) do not have a version specified: Microsoft.NET.Test.Sdk The test project is `Microsoft.NET.Build.Tests`, so...
@dotnet/aspnet-blazor-eng There is a test failure in `Microsoft.NET.Sdk.BlazorWebAssembly.Tests.WasmBuildIntegrationTest.Build_SatelliteAssembliesAreCopiedToBuildOutput`: > [xUnit.net 00:04:05.56] System.Exception : The following additional unexpected assets were found in the manifest: > [xUnit.net 00:04:05.56] ${ProjectPath}\blazorwasm\obj\Debug\${Tfm}\compressed\_framework\Microsoft.Extensions.Validation.wasm.gz > [xUnit.net 00:04:05.56]...
So, these 3 scenarios are consistently failing: - Microsoft.DotNet.Cli.New.IntegrationTests.WebProjectsTests.AllWebProjectsRestoreAndBuild(testName: "mvc_fs-70", args: ["mvc", "-lang", "F#", "-f", "net7.0"]) - Microsoft.DotNet.Cli.New.IntegrationTests.WebProjectsTests.AllWebProjectsRestoreAndBuild(testName: "mvc_fs-60", args: ["mvc", "-lang", "F#", "-f", "net6.0"]) - Microsoft.DotNet.Cli.New.IntegrationTests.WebProjectsTests.AllWebProjectsRestoreAndBuild(testName: "mvc_fs-latest", args: ["mvc",...
@mmitche AFAIK, the docker images don't have PowerShell. So, the `Generate delegation SAS Token` will always fail. For other Arcade scripts, there is a BASH version of the same thing....
Another one on Windows Debug job: ``` VerifyException : Directory: D:\a\_work\1\s\test\Microsoft.TemplateEngine.Authoring.CLI.IntegrationTests\Snapshots NotEqual: - Received: ValidateCommandTests.ValidateCommand_BasicTest.Windows.received.txt Verified: ValidateCommandTests.ValidateCommand_BasicTest.Windows.verified.txt FileContent: NotEqual: Received: ValidateCommandTests.ValidateCommand_BasicTest.Windows.received.txt Verified: ValidateCommandTests.ValidateCommand_BasicTest.Windows.verified.txt Compare Result: 54 Template 'name' (TestAssets.Invalid.Localization.ValidationFailure): the...
Another failure but in the OSX Release job: ``` Unhandled exception. System.ObjectDisposedException: Cannot access a disposed object. Object name: 'GlobalSettings'. at Microsoft.TemplateEngine.Edge.BuiltInManagedProvider.GlobalSettings.GetInstalledTemplatePackagesAsync(CancellationToken cancellationToken) in /_/src/Microsoft.TemplateEngine.Edge/BuiltInManagedProvider/GlobalSettings.cs:line 70 at Microsoft.TemplateEngine.Edge.UnitTests.GlobalSettingsTests.c__DisplayClass3_0.d.MoveNext() in /_/test/Microsoft.TemplateEngine.Edge.UnitTests/GlobalSettingsTests.cs:line...