Skip to content
View MKuckert's full-sized avatar

Organizations

@slashwhy

Block or report MKuckert

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Newtonsoft.Json-Async-JsonSerializer... Newtonsoft.Json-Async-JsonSerializerExtensions.cs
    1
    using System.IO;
    2
    using System.Text;
    3
    using System.Threading.Tasks;
    4
    using Newtonsoft.Json;
    5
    
                  
  2. SafeDisposable.cs SafeDisposable.cs
    1
    using System;
    2
    using System.Threading;
    3
    
                  
    4
    namespace Disposables
    5
    {
  3. UINavigationItemExtensions.ApplyTo.cs UINavigationItemExtensions.ApplyTo.cs
    1
    public static class UINavigationItemExtensions
    2
    {
    3
        public static void ApplyTo(this UINavigationItem source, UINavigationItem target)
    4
        {
    5
            if(source==null)
  4. Commands.cs Commands.cs
    1
    using System.Windows.Input;
    2
    
                  
    3
    namespace Input
    4
    {
    5
    	public static class Commands
  5. Xamarin MvvmCross Common Errors 🤷‍♂️.md Xamarin MvvmCross Common Errors 🤷‍♂️.md
    1
    # Visual Studio not opening
    2
    
                  
    3
    ## 1
    4
    
                  
    5
    Visual Studio hangs when opening a solution (may show _Updating resources…_ or something).