1 write to Properties
dotnet.Tests (1)
CommandTests\MSBuild\FakeTelemetry.cs (1)
16
LogEntry = new LogEntry { EventName = eventName,
Properties
= properties, Measurement = measurements };
10 references to Properties
dotnet.Tests (10)
CommandTests\MSBuild\GivenMSBuildLogger.cs (10)
48
fakeTelemetry.LogEntry.
Properties
.Keys.Count.Should().Be(2);
49
fakeTelemetry.LogEntry.
Properties
["exceptionType"].Should().Be("System.Exception");
50
fakeTelemetry.LogEntry.
Properties
["detail"].Should().Be("Exception detail");
70
fakeTelemetry.LogEntry.
Properties
.Keys.Count.Should().Be(2);
71
fakeTelemetry.LogEntry.
Properties
["PublishReadyToRun"].Should().Be("null");
72
fakeTelemetry.LogEntry.
Properties
["otherProperty"].Should().Be("otherProperty value");
92
fakeTelemetry.LogEntry.
Properties
.Keys.Count.Should().Be(2);
93
fakeTelemetry.LogEntry.
Properties
["PublishReadyToRunUseCrossgen2"].Should().Be("null");
94
fakeTelemetry.LogEntry.
Properties
["otherProperty"].Should().Be("otherProperty value");
117
fakeTelemetry.LogEntry.
Properties
.Should().BeEquivalentTo(new Dictionary<string, string>