#
xamarin-studio
Here are 42 public repositories matching this topic...
Code to integrate with the Urho3D engine
-
Updated
Dec 22, 2019 - C#
A curated list of awesome Xamarin iOS/Android and Xamarin Forms bindings, ports, frameworks and much more!
-
Updated
Aug 30, 2018
NuGet addin for MonoDevelop and Xamarin Studio
-
Updated
Jan 20, 2015 - C#
.NET Core support for MonoDevelop and Xamarin Studio
-
Updated
Apr 4, 2017 - C#
xUnit.net support for Xamarin Studio
-
Updated
Dec 14, 2017 - C#
TypeScript addin for MonoDevelop and Xamarin Studio
-
Updated
Dec 29, 2016 - JavaScript
Xamarin Studio & Visual Studio for Mac add-in to open xib and storyboard files with Xcode Interface Builder by default
visual-studio
xcode
xib
xamarin-studio
visual-studio-for-mac
xcode-interface-builder
storyboard-files
-
Updated
Jan 15, 2018 - Makefile
Paket addin for MonoDevelop, Xamarin Studio and Visual Studio for Mac
-
Updated
Jun 23, 2019 - C#
Samples for the Urho bindings (Visual Studio 2019)
-
Updated
Oct 23, 2019 - C#
Visual Studio for Mac Extension to sort and remove usings in C# file on each save
-
Updated
Jun 16, 2019 - C#
Hero6
game
git-lfs
c-sharp
open-source
monodevelop
gamedev
visual-studio
cross-platform
dotnet
mono
game-development
monogame
xamarin-studio
mit-license
rider
creative-commons-license
-
Updated
Jul 14, 2020 - C#
HoneyBees is a colorful, but easy-to-read, dark syntax highlighting theme for Microsoft Visual Studio for Mac & Xamarin Studio. It supports C#, XAML, XML, HTML, and CSS.
syntax-highlighting
theme
c-sharp
dark-syntax-theme
csharp
color-scheme
xamarin-studio
visual-studio-for-mac
-
Updated
Nov 5, 2017
WakaTime add-in for MonoDevelop/Xamarin Studio
-
Updated
Sep 9, 2019 - C#
A complete, ligthweight and self-contained .NET Standard 2.0 offline exception logging library, powered by Realm
xamarin
csharp
dll
aspnetcore
uwp
android-library
windows-10
windows-uwp
uwp-apps
realm
xamarin-studio
netstandard
ios-lib
xamarin-ios
xamarin-android
asp-net
xamarin-library
uwp-applications
netstandard20
-
Updated
Nov 7, 2018 - C#
A set of Visual Studio extensions to open file(s) in third party apps from the VS Code editor and the VS solution explorer.
atom
opera
emacs
gimp
vsix
vivaldi
xamarin-studio
android-studio
visual-studio-extension
mspaint
vsix-extensions
paintdotnet
markdown-monster
open-in
firefox-developer-edition
altova
xmlspy
xml-spy
chrome-canary
tree-size
-
Updated
Jun 14, 2020 - C#
-
Updated
Jul 21, 2019 - PowerShell
A core implementation of all WakaTime C#-driven plugins for IDE such as VisualStudio, Xamarin Studio, Monodevelop etc
editor
productivity
monodevelop
visual-studio
unity
dotnet
ide
unity-editor
unity-3d
xamarin-studio
unity3d-plugin
visual-studio-for-mac
time-reporting
source-code
dotnet-standard
notepadplusplus
wakatime
dotnet-framework
time-logging
notepadpp
-
Updated
Jan 14, 2020 - C#
A cross-platform implementation of Santafebound's YeetClub application. It is made in C# .NET with Xamarin.
-
Updated
Jan 29, 2017 - C#
DNN Platform project templates and helper addin for MonoDevelop / Xamarin Studio
-
Updated
Mar 19, 2018 - C#
.NET Implementation of the Master Password Algorithm
-
Updated
Jan 20, 2018 - C#
Xamarin Sample app to call GitHub repos real time, along with offline support
android
c-sharp
ios
xamarin
csharp
portable
android-development
ios-app
xamarin-studio
android-studio
pcl
netstandard
xamarin-ios
android-app
portable-library
pcl-library
-
Updated
Jul 31, 2019 - C#
-
Updated
Oct 14, 2016 - C#
xamarin
xamarin
xamarin-forms
xamarin-studio
xamarin-ios
xamarin-android
xamarin-plugin
xamarin-binding
xamarin-library
xamarin-android-binding
xamarin-ios-binding
-
Updated
May 18, 2018 - C#
-
Updated
May 25, 2017 - Java
A sample xamarin android/ios app to list out top github repos in last 30 days
-
Updated
Apr 19, 2017 - C#
This is a fork of MonoDevelop to rebuild it for Windows with changes if necessary & defaulting the Dark Theme. The target of this fork is to make MonoDevelop Binary available for Windows as soon as there is any update available at main reposirity. All modifications are committed to <https://github.com/sim756/monodevelop/tree/master-win>.
-
Updated
Jun 9, 2018 - C#
Improve this page
Add a description, image, and links to the xamarin-studio topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the xamarin-studio topic, visit your repo's landing page and select "manage topics."
Summary
Xamarin.Forms 4.2 added the method 'InvokeOnMainThreadAsync' to it's static Xamarin.Forms.Device class. It's nothing more than a TaskCompletionSource trick in order to make BeginInvokeOnMainThread awaitable. Now, it would be wonderful to have InvokeOnMainThreadAsync either as part of IDeviceService or maybe even better as extension method of IDeviceService (as it does not really add a