GithubHelp home page GithubHelp logo

opennetcf-ioc's Introduction

Chris Tacke

Embedded-ish Software Architect

I current work for:

Wilderness Labs as a...no idea what my title is. .NET for Embedded/IoT.

Solution Family as a Cofounder. We do industrial and process automation stuff.

I work on:

Embedded, IoT, robotics, industrial automation, telematics, space, basically anything where your .NET app needs to affect hardware or read telemetry.

Working on learning:

  • AI and ML to a better depth.

opennetcf-ioc's People

Contributors

ctacke avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

opennetcf-ioc's Issues

incorrect PCL Profile for Analytics

Hi,

I'm trying to use your library for google analytics however I'm facing an issue due to my profile choice, do you know which one should I use for Xamarin Forms?

Adding com.opennetcf.analytics.google.pcl...
Attempting to resolve dependency 'Xamarin.Forms (โ‰ฅ 2.0.0)'.
Adding 'com.opennetcf.analytics.google.pcl 1.0.16202.0' to XXXXXX.
Could not install package 'com.opennetcf.analytics.google.pcl 1.0.16202.0'. You are trying to install this package into a project that targets 'portable-net45+win+wp80+MonoTouch10+MonoAndroid10+xamarinmac20+Xamarin.TVOS10+xamarinwatchos10+xamarinios10', but the package does not contain any assembly references or content files that are compatible with that framework. For more information, contact the package author.

Thanks a lot,
Regards,

Ping Error

Ping throws Ping Exception "Impossible to send a packet"

Analytics not being tracked.

I'm not seeing my data getting tracked. My code is pretty simple.

    private void InitGoogleAnalytics()
    {
        AnalyticsService = new AnalyticsService(TrackingId, null, "Woot Dashboard", GetAppVersion());
        AnalyticsService.TrackSessionStart();

    }

    public void TrackEvent(string category, string action, string label)
    {
        AnalyticsService.TrackEvent(category, action, label);
    }

I call InitGoogleAnalytics in my App class constructor and I call TrackEvent from various places in my app. Not only am I not seeing the events logged in GA, but I am not seeing the Debug message from line 228 in AnalyticsService.

Any ideas?

Is there any way to trace within a nuget? If not I will clone the project and include the code so that I can debug.

Potential Nuget Issues

I noticed two things that I think are issues with the nuget distributions.

  1. I'm using the package manager in Xamarin Studio. When a new version of the nuget is published, the package manager does not recognize that there is a new version. Instead the new version is listed as a completely new package. I'm not sure if this is intentional.

  2. The iOS package seems to work ok. Now I'm working on the Android side. When I add the nuget to my iOS project it adds two references (OpenNETCF.Google.Analytics and OpenNETCF.Google.Analytics.iOS). For Android it only adds one reference (OpenNETCF.Google.Analytics). It does not add a reference to the assembly that has the Android specific classes. I can't figure out how to add the reference manually. I think I need that reference so that I can call GA.Init() to get the device specific UserAgent.

Any documentation for OpenNETCF.IoC.UI

Hello exist any documentation that explain the framework OpenNETCF.IoC.UI??

I saw that exist a example using this framework called BasicWizard, but not found any documentation or tutorial explaining this framework.

Regards

StatusBar text remains blank when IsVisible goes False then back to True

Repro:

I have a StatusBar bound to an array of items to display. I have IsVisible bound to whether the array has > 0 element. If I add one element all is well. If I remove that element, it is hidden properly. When I add another, the StatusBar appears, but the displayed status text is empty. If I add a second item, I can scroll through the items and the first item text is there, so it's just not rendering it properly.

ServiceType not checked in ServiceCollection

Hello, Thanks for the brilliant work on OpenNetCf. However, In android we are getting crash issues once the application is hit back, running on the background and then resume it crashes. The issue is - it tries to Register and Add the Services again. I know it can be solved on the App level itself but I guess it would be better if it's been checked on the Service layer, on ServiceCollection before adding or registering serviceType. Thanks.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.