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
@@ -292,7 +292,7 @@ public void FilePath_AsProjectArgument()
292
292
/// <summary>
293
293
/// Even if there is a file-based app <c>./build</c>, <c>dotnet build</c> should not execute that.
294
294
/// </summary>
295
-
[Theory(Skip="Waiting for VMR codeflow from runtime: https://github.com/dotnet/dotnet/pull/1563")]
295
+
[Theory]
296
296
// error MSB1003: Specify a project or solution file. The current working directory does not contain a project or solution file.
297
297
[InlineData("build","MSB1003")]
298
298
// dotnet watch: Could not find a MSBuild project file in '...'. Specify which project to use with the --project option.
@@ -363,7 +363,7 @@ public void Precedence_Dll(string arg)
363
363
364
364
// https://github.com/dotnet/sdk/issues/49665
365
365
// Failed to load /private/tmp/helix/working/B3F609DC/p/d/shared/Microsoft.NETCore.App/9.0.0/libhostpolicy.dylib, error: dlopen(/private/tmp/helix/working/B3F609DC/p/d/shared/Microsoft.NETCore.App/9.0.0/libhostpolicy.dylib, 0x0001): tried: '/private/tmp/helix/working/B3F609DC/p/d/shared/Microsoft.NETCore.App/9.0.0/libhostpolicy.dylib' (mach-o file, but is an incompatible architecture (have 'x86_64', need 'arm64')), '/System/Volumes/Preboot/Cryptexes/OS/private/tmp/helix/working/B3F609DC/p/d/shared/Microsoft.NETCore.App/9.0.0/libhostpolicy.dylib' (no such file), '/private/tmp/helix/working/B3F609DC/p/d/shared/Microsoft.NETCore.App/9.0.0/libhostpolicy.dylib' (mach-o file, but is an incompatible architecture (have 'x86_64', need 'arm64'))
366
-
[PlatformSpecificFact(TestPlatforms.Any&~TestPlatforms.OSX,Skip=" Waiting for VMR codeflow from runtime: https://github.com/dotnet/dotnet/pull/1563")]
0 commit comments