Skip to content

Commit 633dd9b

Browse files
committed
Use the actual VS2017 RTM references
Previously the change was using references from VS2017U3 (preview). This ended up causing some breaks because types moved around in the assemblies.
1 parent 2bf721a commit 633dd9b

10 files changed

+0
-10
lines changed
-2.5 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
-1 KB
Binary file not shown.
-7.5 KB
Binary file not shown.
-1.5 KB
Binary file not shown.
-3 KB
Binary file not shown.
-8.5 KB
Binary file not shown.
1 KB
Binary file not shown.

Src/EditorUtils.Vs2017/BasicLoggingServiceInternal.cs

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,5 @@ void ILoggingServiceInternal.PostEvent(string key, IReadOnlyList<object> namesAn
3131
{
3232

3333
}
34-
35-
void ILoggingServiceInternal.PostEvent(DataModelEventType eventType, string eventName, TelemetryResult result, params (string name, object property)[] namesAndProperties)
36-
{
37-
38-
}
39-
40-
void ILoggingServiceInternal.PostEvent(DataModelEventType eventType, string eventName, TelemetryResult result, IReadOnlyList<(string name, object property)> namesAndProperties)
41-
{
42-
43-
}
4434
}
4535
}

0 commit comments

Comments
 (0)