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