Implemented interface member:
property
AlgorithmId
Microsoft.Build.Tasks.IALTaskContract.AlgorithmId
1 write to AlgorithmId
Microsoft.Build.Tasks.UnitTests (1)
Al_Tests.cs (1)
30
t.
AlgorithmId
= "whatisthis";
5 references to AlgorithmId
Microsoft.Build.Tasks.Core (3)
Al.cs (3)
78
set => Bag[nameof(
AlgorithmId
)] = value;
79
get => (string)Bag[nameof(
AlgorithmId
)];
332
commandLine.AppendSwitchIfNotNull("/algid:",
AlgorithmId
);
Microsoft.Build.Tasks.UnitTests (2)
Al_Tests.cs (2)
29
Assert.Null(t.
AlgorithmId
); // "Default value"
31
Assert.Equal("whatisthis", t.
AlgorithmId
); // "New value"