Giter Club home page Giter Club logo

andr.unit's People

Contributors

neilboyd avatar spouliot avatar

Stargazers

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

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

andr.unit's Issues

Current Version Doesn't Compile

Following instructions in the read me getting the latest from the three git repo's and using Xamarin 2.0 in Visual Studio 2010 don't compile.

MonoDroid.Dialog has this error, which then blocks all the rest since they are dependent on it.

Error 1 The type or namespace name 'DialogInterfaceButton' could not be found (are you missing a using directive or an assembly reference?) .\GitHub\MonoDroid.Dialog\MonoDroid.Dialog\RootElement.cs 380 79 MonoDroid.Dialog

The IDialogInterfaceOnClickListener method of OnClick says its supposed to be an int not a DialogInterfaceButton. So I change it to be an int and then you get these errors:

Error 8 Cannot implicitly convert type 'int' to 'Android.Text.InputTypes'. An explicit conversion exists (are you missing a cast?) .\GitHub\MonoDroid.Dialog\MonoDroid.Dialog\EntryElement.cs 74 40 MonoDroid.Dialog
Error 9 Cannot implicitly convert type 'int' to 'Android.Text.InputTypes'. An explicit conversion exists (are you missing a cast?) .\GitHub\MonoDroid.Dialog\MonoDroid.Dialog\EntryElement.cs 76 40 MonoDroid.Dialog
Error 10 Cannot implicitly convert type 'int' to 'Android.Text.InputTypes'. An explicit conversion exists (are you missing a cast?) .\GitHub\MonoDroid.Dialog\MonoDroid.Dialog\EntryElement.cs 78 40 MonoDroid.Dialog
Error 2 Cannot implicitly convert type 'System.EventHandler<Android.Widget.ItemEventArgs>' to 'System.EventHandler<Android.Widget.AdapterView.ItemClickEventArgs>' .\GitHub\MonoDroid.Dialog\MonoDroid.Dialog\DialogHelper.cs 25 37 MonoDroid.Dialog

And these warnings:

Warning 3 'Android.Widget.ItemEventArgs' is obsolete: 'Use AdapterView.ItemClickEventArgs instead' .\GitHub\MonoDroid.Dialog\MonoDroid.Dialog\DialogHelper.cs 25 54 MonoDroid.Dialog
Warning 4 'Android.Widget.ItemEventArgs' is obsolete: 'Use AdapterView.ItemClickEventArgs instead' .\GitHub\MonoDroid.Dialog\MonoDroid.Dialog\DialogHelper.cs 30 14 MonoDroid.Dialog
Warning 5 'Android.Widget.ItemEventArgs' is obsolete: 'Use AdapterView.ItemClickEventArgs instead' .\GitHub\MonoDroid.Dialog\MonoDroid.Dialog\DialogHelper.cs 37 14 MonoDroid.Dialog
Warning 6 'MonoDroid.Dialog.Element.Dispose()' hides inherited member 'Java.Lang.Object.Dispose()'. Use the new keyword if hiding was intended. .\GitHub\MonoDroid.Dialog\MonoDroid.Dialog\Element.cs 57 21 MonoDroid.Dialog
Warning 7 'MonoDroid.Dialog.Element.Dispose(bool)' hides inherited member 'Java.Lang.Object.Dispose(bool)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword. .\GitHub\MonoDroid.Dialog\MonoDroid.Dialog\Element.cs 62 32 MonoDroid.Dialog
Warning 1 'MonoDroid.Dialog.MultilineElement.Lines' hides inherited member 'MonoDroid.Dialog.EntryElement.Lines'. Use the new keyword if hiding was intended. .\GitHub\MonoDroid.Dialog\MonoDroid.Dialog\MultilineElement.cs 8 20 MonoDroid.Dialog

So I stopped there and decided to report it since it wasn't a simple fix.

Nuget package

Could you please make this available on NuGet, preferably as a single binary?

Support for v1.0 of NUnitLite

This library is stuck in the past of v0.6 of NUnitLite, which was released in early 2012.

The latest release of NUnitLite came late last year. I'd love to use Andr.Unit but it's not currently possible without pulling in a new version of NUnitLite.

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.