AttackPattern / CSharpAnalytics

Google Analytics for Windows 8, Windows Phone & desktop applications
142 stars 36 forks source link

WPF support #13

Closed slobo80 closed 10 years ago

slobo80 commented 10 years ago

Do you support WPF? I was looking at the .NET4.5 project, but could not figure out how to use it in a WPF app.

damieng commented 10 years ago

There are two main parts to CSharpAnalytics.

  1. The building blocks to create an analytics solution (shared across platforms)
  2. The automatic hook-up/lifecycle management (per environment/platform)

The building blocks of CSharpAnalytics will work for WPF platforms and there is a WinForms version that also includes a lot of the automatic stuff (AutoMeasurement) but we don't yet have a WPF-ready version of that.

slobo80 commented 10 years ago

Thx for the prompt reply. I will try to create a WPF version and initiate a pull request if it works.

damieng commented 10 years ago

That would be awesome, thanks!

damieng commented 10 years ago

The dev branch has had a bunch of work that should make a WPF version even easier - the common elements of the AutoMeasurement are now available in BaseAutoMeasurement and the WinFormsAutoMeasurement will provide a good starting point. Let me know if you're not interested in this any more and I'll take a look.

slobo80 commented 10 years ago

It's not that I'm not interested anymore, but I started a new job this week and cannot spare time to work on it. Feel free to take over. Sorry, I'm not any help at this moment.

xeropresence commented 10 years ago

Has any more work gone into prepping a WPF based example & AutoMeasurement ?

damieng commented 10 years ago

Hi Cexikitin. There is no AutoMeasurement for WPF yet.