Xam.Plugins.XamJam.BugHound 0.0.5-alpha

This is a prerelease version of Xam.Plugins.XamJam.BugHound.

Requires NuGet 2.8.3 or higher.

dotnet add package Xam.Plugins.XamJam.BugHound --version 0.0.5-alpha
                    
NuGet\Install-Package Xam.Plugins.XamJam.BugHound -Version 0.0.5-alpha
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Xam.Plugins.XamJam.BugHound" Version="0.0.5-alpha" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Xam.Plugins.XamJam.BugHound" Version="0.0.5-alpha" />
                    
Directory.Packages.props
<PackageReference Include="Xam.Plugins.XamJam.BugHound" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Xam.Plugins.XamJam.BugHound --version 0.0.5-alpha
                    
#r "nuget: Xam.Plugins.XamJam.BugHound, 0.0.5-alpha"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Xam.Plugins.XamJam.BugHound@0.0.5-alpha
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Xam.Plugins.XamJam.BugHound&version=0.0.5-alpha&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Xam.Plugins.XamJam.BugHound&version=0.0.5-alpha&prerelease
                    
Install as a Cake Tool

Xamarin (Android/iOS/Windows Store and Phone and UWP) plugin to log, record exceptions, and eventually provide insightful reports (e.g. functionality-X fails under conditions Y and Z on platform P)

Product Compatible and additional computed target framework versions.
.NETPlatform dotnet is compatible. 
MonoAndroid monoandroid10 is compatible. 
Universal Windows Platform uap was computed.  uap10 is compatible.  uap10.0 was computed. 
Windows Phone wp8 is compatible.  wp81 was computed.  wpa81 is compatible. 
Windows Store win8 is compatible. 
Xamarin.iOS xamarinios10 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETFramework 0.0

    • No dependencies.
  • .NETPlatform 5.0

    • No dependencies.
  • MonoAndroid 0.0

    • No dependencies.
  • Portable Class Library (.NETFramework 4.5, Windows 8.0, WindowsPhone 8.0, WindowsPhoneApp 8.1)

    • No dependencies.
  • UAP 0.0

    • No dependencies.
  • Windows 0.0

    • No dependencies.
  • WindowsPhone 0.0

    • No dependencies.
  • WindowsPhoneApp 0.0

    • No dependencies.
  • Xamarin.iOS 1.0

    • No dependencies.
  • Xamarin.Mac 2.0

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.0.5-alpha 1,166 12/18/2016
0.0.4-alpha 1,051 12/18/2016
0.0.1-alpha 1,604 4/24/2016

0.0.4-alpha
     - #Major compiling in 'debug' so we don't lose the debug.writeline
     - #Minor also added the XML docs to the nuget package
     0.0.5
     - #Minor making sure that the message about not being able to find the platform-specific implementation is only output once'ish (depending on threading)