Skip to content

Instantly share code, notes, and snippets.

public class LoginPageModel : ReactiveObject, IBasePageModel
{
public ReactiveCommand<Unit, bool> SignInCommmand;
public ReactiveCommand<Unit, bool> CreateAccountCommmand;
public ReactiveCommand<Unit, bool> ForgotPassWordCommmand;
public extern bool IsBusy { [ObservableAsProperty] get; }
[Reactive]
namespace Logging
{
using System;
using System.Diagnostics;
using System.Threading;
public interface ILogSink
{
void Log(string message);
}
using (var httpClient = new HttpClient())
{
using (var request = new HttpRequestMessage(HttpMethod.Get,
"http://www.burkharts.net/QuoteMyDaySampleData.json"))
{
using (var response = await httpClient.SendAsync(request))
{
Stream contentStream = await (response.Content.ReadAsStreamAsync());
var json = new JsonSerializer();
using (var reader = new StreamReader(contentStream))
private static bool IsAppInBackground(Context context)
{
var isInBackground = true;
var am = (ActivityManager) context.GetSystemService(Context.ActivityService);
if (Build.VERSION.SdkInt > BuildVersionCodes.KitkatWatch)
{
var runningProcesses =
new List<ActivityManager.RunningAppProcessInfo>(am.RunningAppProcesses);
foreach (var processInfo in runningProcesses)
This file has been truncated, but you can view the full file.
1>Project 'JistClient' is not up to date. Input file 'c:\entwicklung\apps\jisttv\ankhor\slicenow\application\jisttv\jistclient\haodevice.cs' is modified after output file ''.
Failed to resolve all items referenced by 'JistTV\JistTV.APITester\JistTV.APITester.csproj'. This message can typically be ignored. The issue may be resolved by fully restoring and building the solution. If the unresolved item is a project reference this can lead to an incomplete NuGet restore result and missing package references. To ensure that restore is able to find all projects verify that all projects are referenced correctly and exist on disk.
Failed to resolve all items referenced by 'JistClient\JistClient.csproj'. This message can typically be ignored. The issue may be resolved by fully restoring and building the solution. If the unresolved item is a project reference this can lead to an incomplete NuGet restore result and missing package references. To ensure that restore is able to find all projects verify that all projects ar
This file has been truncated, but you can view the full file.
1>Project 'JistClient' is not up to date. Input file 'c:\entwicklung\apps\jisttv\ankhor\slicenow\application\jisttv\jistclient\haodevice.cs' is modified after output file ''.
Failed to resolve all items referenced by 'JistTV\JistTV.APITester\JistTV.APITester.csproj'. This message can typically be ignored. The issue may be resolved by fully restoring and building the solution. If the unresolved item is a project reference this can lead to an incomplete NuGet restore result and missing package references. To ensure that restore is able to find all projects verify that all projects are referenced correctly and exist on disk.
Failed to resolve all items referenced by 'JistClient\JistClient.csproj'. This message can typically be ignored. The issue may be resolved by fully restoring and building the solution. If the unresolved item is a project reference this can lead to an incomplete NuGet restore result and missing package references. To ensure that restore is able to find all projects verify that all projects ar
This file has been truncated, but you can view the full file.
1>Starting deploy AVD_for_Nexus_5_by_Google ...
1>Deploying AVD_for_Nexus_5_by_Google ...
1>Build started.
1>Project "JistTV.Droid.csproj" (Install target(s)):
1>Building with tools version "15.0".
1>Project file contains ToolsVersion="4.0". This toolset may be unknown or missing, in which case you may be able to resolve this by installing the appropriate version of MSBuild, or the build may have been forced to a particular ToolsVersion for policy reasons. Treating the project as if it had ToolsVersion="15.0". For more information, please see http://go.microsoft.com/fwlink/?LinkId=293424.
1>Target "RedirectMonoAndroidSdkPaths" in file "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Xamarin\Xamarin.Android.Sdk.props" from project "C:\Entwicklung\Apps\JistTV\Ankhor\slicenow\application\JistTV\JistTV\JistTV.Droid\JistTV.Droid.csproj" (entry point):
1>Set Property: MonoAndroidToolsDirectory=C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Xamarin\Android
1>Set Property:
InspectorDebugSession(5): StateChange: Start -> EntryPointBreakpointRegistered
InspectorDebugSession(5): Constructed
Android application is debugging.
InspectorDebugSession(5): HandleTargetEvent: TargetReady
03-13 16:03:28.877 I/art ( 4766): Not late-enabling -Xcheck:jni (already on)
03-13 16:03:28.890 W/monodroid( 4766): Using override path: /data/user/0/tv.jist.JistTV/files/.__override__
03-13 16:03:28.890 W/monodroid( 4766): Using override path: /storage/emulated/0/Android/data/tv.jist.JistTV/files/.__override__
03-13 16:03:28.891 W/monodroid( 4766): Trying to load sgen from: /data/user/0/tv.jist.JistTV/files/.__override__/libmonosgen-2.0.so
03-13 16:03:28.891 W/monodroid( 4766): Trying to load sgen from: /storage/emulated/0/Android/data/tv.jist.JistTV/files/.__override__/libmonosgen-2.0.so
03-13 16:03:28.891 W/monodroid( 4766): Trying to load sgen from: /data/app/tv.jist.JistTV-1/lib/x86/libmonosgen-2.0.so
@escamoteur
escamoteur / gist:c7727244b402b8d6caf33868ba61e9ab
Created March 14, 2017 16:02
Rebuild of Android Project
This file has been truncated, but you can view the full file.
Failed to resolve all items referenced by 'JistTV\JistTV.APITester\JistTV.APITester.csproj'. This message can typically be ignored. The issue may be resolved by fully restoring and building the solution. If the unresolved item is a project reference this can lead to an incomplete NuGet restore result and missing package references. To ensure that restore is able to find all projects verify that all projects are referenced correctly and exist on disk.
Failed to resolve all items referenced by 'JistClient\JistClient.csproj'. This message can typically be ignored. The issue may be resolved by fully restoring and building the solution. If the unresolved item is a project reference this can lead to an incomplete NuGet restore result and missing package references. To ensure that restore is able to find all projects verify that all projects are referenced correctly and exist on disk.
Restoring NuGet packages...
To prevent NuGet from restoring packages during build, open the Visual Studio Options dialog, click on th
///
/// Flutter Captured Error Reporting
/// Created by Simon Lightfoot
///
/// Copyright (C) DevAngels Limited 2018
/// License: APACHE 2.0 - https://www.apache.org/licenses/LICENSE-2.0
///
import 'dart:async';
import 'dart:io';
import 'dart:ui' as ui show window;