Skip to content

Instantly share code, notes, and snippets.

Resolved pending breakpoint at '/Volumes/Untitled/TESCO/Apps/NewGrocery/iPhone/Grocery.iOS/AppDelegate.cs:915,1' to bool Grocery.iOS.AppDelegate.OpenUrl (MonoTouch.UIKit.UIApplication application, MonoTouch.Foundation.NSUrl url, string sourceApplication, MonoTouch.Foundation.NSObject annotation) [0x00001].
objc[10414]: Class AXEmojiUtilities is implemented in both /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk/System/Library/PrivateFrameworks/AccessibilityUtilities.framework/AccessibilityUtilities and /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk/usr/lib/libAXSpeechManager.dylib. One of the two will be used. Which one is undefined.
2014-02-03 12:16:17.944 GroceryiOS[10414:a0b] Cannot find executable for CFBundle 0x7ade1b50 </Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk/System/Library/AccessibilityBundles
public class CacheItem : IHaveId, ICloneable
{
[PrimaryKey, AutoIncrement]
public int localid { get; set; }
public string id { get; set; }
public decimal? price { get; set; }
public string sku { get; set; }
public string imageurl { get; set; }
public string rating { get; set; }
public int DisplayIndex{get;set;}
public class EventProfileTransformer : AbstractTransformerCreationTask<EventInstance>
{
public EventProfileTransformer()
{
TransformResults = eventInstances => from ei in eventInstances
let images = LoadDocument<FullImage>(ei.Images.Select(x=>x.Id))
let campsites = LoadDocument<Campsite>(ei.Campsites.Select(x=>x.Id))
select new EventProfileDto
{
Images = (from i in images
Session.Query<EventInstance>().TransformWith<EventProfileTransformer, EventProfileDto>().First(x => x.Slug == slug);
[Test]
public async void CanGetAccount()
{
var user = await Client.PostAsync(new PostUserAccountRequest
{
Name = UserName,
Slug = UserName,
Username = UserName,
ThirdPartyUsername = UserName
});
namespace Sonatribe.Tests.RegressionTests
{
public class SelfHostedBaseTest
{
protected IServiceClient Client;
protected AuthAppHostHttpListener AppHost;
protected virtual string ListeningOn
{
get { return "http://localhost:82/"; }
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Ges.Test
{
using System.Collections;
using System.Net;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Ges.ReadModel
{
using System.Net;
mkdir git-settings
cd git-settings
git init
git checkout -b dev