Skip to content

Instantly share code, notes, and snippets.

╬═════════
║ Lint
╬══
> /Library/Frameworks/Mono.framework/Versions/Current/Commands/mono /Users/rlittlesii/.nuget/packages/jetbrains.resharper.commandlinetools/2019.3.4/tools/cleanupcode.exe /Users/rlittlesii/source/rsg/Testing/Testing.sln --profile="Full Cleanup" --include=/Users/rlittlesii/source/rsg/Testing/src/Testing.NSubstitute/AutoSubstitute.cs
JetBrains Cleanup Code 2019.3.4
Running in 64-bit mode, .NET runtime 4.0.30319.42000 under Unix 19.3.0.0
Failed to fill the environment container with handler JetBrains.Application.Environment.HostParameters.DefaultHostCommandLineFromProcessRuntimeHostMixin. Could not load file or assembly 'PresentationCore, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies.
--- EXCEPTION #1/2 [FileNotFoundException]
System.Reflection.TargetParameterCountException: Parameter count mismatch.
at System.Delegate.CreateDelegate (System.Type type, System.Object firstArgument, System.Reflection.MethodInfo method, System.Boolean throwOnBindFailure, System.Boolean allowClosed) [0x000ee] in <19853c43ab794d18ab1a33ecb65b3c4d>:0
at System.Delegate.CreateDelegate (System.Type type, System.Object firstArgument, System.Reflection.MethodInfo method) [0x00000] in <19853c43ab794d18ab1a33ecb65b3c4d>:0
at System.Reactive.ReflectionUtils.CreateDelegate[TDelegate] (System.Object o, System.Reflection.MethodInfo method) [0x00000] in <97e52c24a8ee4ff2ae68043befa752af>:0
at System.Reactive.Linq.ObservableImpl.FromEvent`2[TDelegate,TEventArgs].GetHandler (System.Action`1[T] onNext) [0x0001d] in <97e52c24a8ee4ff2ae68043befa752af>:0
at System.Reactive.Linq.ObservableImpl.EventProducer`2+Session[TDelegate,TArgs].Initialize () [0x00023] in <97e52c24a8ee4ff2ae68043befa752af>:0
at System.Reactive.Linq.ObservableImpl.EventProducer`2+Session[T
/// <summary>
/// Interface representing the Network Connectivity features.
/// </summary>
public interface IConnectivity
{
/// <summary>
/// Gets the network access.
/// </summary>
NetworkAccess NetworkAccess { get; }
### Keybase proof
I hereby claim:
* I am rlittlesii on github.
* I am rlittlesii (https://keybase.io/rlittlesii) on keybase.
* I have a public key ASDQlTzBeaMxck9PpKcMNg0p7wTFiBJ5bbLFp-GIlGAcCwo
To claim this, I am signing this object:
@RLittlesII
RLittlesII / fastlane.match.cake
Created April 9, 2018 18:46
Cake script for running Fastlane Match
#addin nuget:?package=Cake.Fastlane&version=0.1.0
//////////////////////////////////////////
// ARGUMENTS
//////////////////////////////////////////
var target = Argument<string>("target", "Default");
var development = Argument<bool>("development", true);
//////////////////////////////////////////
// VARIABLES
@RLittlesII
RLittlesII / Omnisharp Error
Created March 27, 2018 18:55
Omnisharp 1.29.1; Cake.Bakery 0.2.0
Starting OmniSharp server at 2018-3-27 13:48:25
Target: /Users/rodneylittlesii/Source/github/Cake.Homebrew/src/Cake.Homebrew.sln
[ERROR] Error: spawn EACCES
@RLittlesII
RLittlesII / cake bash profile environment variables
Last active October 6, 2017 02:56
Cake environment variables for shell startup
export CAKE_PATHS_TOOLS=$HOME/.cake/tools
export CAKE_PATHS_ADDINS=$HOME/.cake/tools/addins
export CAKE_PATHS_MODULES=$HOME/.cake/tools/modules
export CAKE_SETTINGS_SKIPVERIFICATION=true
export CAKE_NUGET_USEINPROCESSCLIENT=true
@RLittlesII
RLittlesII / cake-environment.ps1
Last active October 6, 2017 02:02
Powershell script to load cake environment variables
[CmdletBinding()]
Param(
[string]$ToolPath,
[string]$NugetSource,
[string]$AddinPath,
[string]$ModulePath,
[switch]$SkipVerification,
[switch]$InProcessNuget
)
#load nuget:https://www.myget.org/F/cake-contrib/api/v2?package=Cake.Recipe&prerelease
Environment.SetVariableNames();
BuildParameters.SetParameters(context: Context,
buildSystem: BuildSystem,
sourceDirectoryPath: "./src",
title: "PROJECT_TITLE");
BuildParameters.PrintParameters(Context);
@RLittlesII
RLittlesII / Sqlite Linking Errors
Created June 16, 2017 14:29
Akavache-SqlCipher Sqlite linking erorrs
/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/bin/mtouch --cache /Users/src/Project.iOS/obj/iPhoneSimulator/Debug/device-builds/iphone9.1-10.3.1/mtouch-cache --sim /Users/src/Project.iOS/bin/iPhoneSimulator/Debug/device-builds/iphone9.1-10.3.1/ProjectiOS.app --executable ProjectiOS --debug --linksdkonly --sdkroot /Applications/Xcode.app/Contents/Developer --sdk 10.3 --targetver 9.0 --http-message-handler=HttpClientHandler --abi=x86_64 --symbollist /Users/src/Project.iOS/obj/iPhoneSimulator/Debug/device-builds/iphone9.1-10.3.1/mtouch-symbols.list --dsym=no --linkskip=Akavache --gcc_flags "-Xlinker -sectcreate -Xlinker __TEXT -Xlinker __entitlements -Xlinker /Users/src/Project.iOS/obj/iPhoneSimulator/Debug/device-builds/iphone9.1-10.3.1/Entitlements.xcent" -r /Users/packages/Acr.Support.2.1.0/lib/Xamarin.iOS10/Acr.Support.iOS.dll -r /Users/packages/Acr.UserDialogs.6.3.8/lib/Xamarin.iOS10/Acr.UserDialogs.dll -r /Users/packages/Acr.UserDialogs.6.3.8/lib/Xamarin.iOS10/Acr.UserDialogs.Interface.dll -r