mono / monodevelop

MonoDevelop is a cross platform .NET IDE
http://www.monodevelop.com
2.84k stars 1.02k forks source link

[786228] [Telemetry] Added TargetSdkVersion to ProjectEventMetadata #9571

Closed Semptra closed 4 years ago

Semptra commented 4 years ago

Fixes https://devdiv.visualstudio.com/DevDiv/_workitems/edit/786228

GetProjectSdkVersion method could now be used to get information about the project SDK. This is required to populate this information to telemetry. After this will be merged, some additional code needs to be added here in md-addins: https://github.com/xamarin/md-addins/blob/27ede114756638d3a48d719cd3d2aaa52760a32c/Xamarin.Ide/Xamarin.Ide/Xamarin.Ide.Insights/ProjectTelemetryExtension.cs#L130