4 writes to VsixFilePath
Microsoft.DotNet.Build.Tasks.VisualStudio.Tests (4)
Vsix\FinalizeInsertionVsixFile.cs (4)
20
VsixFilePath
= "x.vsix",
48
VsixFilePath
= "x.vsix",
71
VsixFilePath
= "x.vsix",
101
VsixFilePath
= "x.vsix",
4 references to VsixFilePath
Microsoft.DotNet.Build.Tasks.VisualStudio (4)
Vsix\FinalizeInsertionVsixFile.cs (4)
39
using (var package = Package.Open(
VsixFilePath
))
82
Log.LogError($"PackageManifest.Installation element not found in manifest of '{
VsixFilePath
}'");
89
Log.LogWarning($"PackageManifest.Installation element of the manifest does not have Experimental=\"true\": '{
VsixFilePath
}'");
98
Log.LogWarning($"PackageManifest.Installation element of the manifest specifies SystemComponent attribute: '{
VsixFilePath
}'");