Implemented interface member:
property
Version
Microsoft.Build.Tasks.IALTaskContract.Version
1 write to Version
Microsoft.Build.Tasks.UnitTests (1)
Al_Tests.cs (1)
572
t.
Version
= "WowHowManyKindsOfVersionsAreThere";
5 references to Version
Microsoft.Build.Tasks.Core (3)
Al.cs (3)
246
set => Bag[nameof(
Version
)] = value;
247
get => (string)Bag[nameof(
Version
)];
355
commandLine.AppendSwitchIfNotNull("/version:",
Version
);
Microsoft.Build.Tasks.UnitTests (2)
Al_Tests.cs (2)
571
Assert.Null(t.
Version
); // "Default value"
573
Assert.Equal("WowHowManyKindsOfVersionsAreThere", t.
Version
); // "New value"