4 references to Warnings
Microsoft.Arcade.Test.Common (1)
MockEngine.cs (1)
50
Warnings
.Add(e);
Microsoft.DotNet.Arcade.Sdk.Tests (1)
GenerateResxSourceTests.cs (1)
54
Assert.Empty(engine.
Warnings
);
Microsoft.DotNet.Build.Tasks.VisualStudio.Tests (2)
Vsix\FinalizeInsertionVsixFile.cs (2)
84
AssertEx.Equal(new[] { @"PackageManifest.Installation element of the manifest does not have Experimental=""true"": 'x.vsix'" }, engine.
Warnings
.Select(e => e.Message));
118
}, engine.
Warnings
.Select(e => e.Message));