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