snowplow / snowplow-dotnet-tracker

Snowplow event tracker for .NET. Add analytics to your ASP.NET, C#, F# and Visual Basic apps, servers and games
http://snowplowanalytics.com
Apache License 2.0
22 stars 12 forks source link

Migrate PCL to NETFramework project #100

Open paulboocock opened 3 years ago

paulboocock commented 3 years ago

PCLs are no longer the recommended technique for cross platform libraries such as Snowplow.Tracker.PlatformExtensions. We should look to migrate this to NETFramework2.0.

paulboocock commented 3 years ago

Ensure that the Symbols which are published are also valid. Currently symbols published with the Extensions PCL fail with the error: The uploaded symbols package contains one or more pdbs that are not portable.