Skip to content

Instantly share code, notes, and snippets.

View dsplaisted's full-sized avatar

Daniel Plaisted dsplaisted

View GitHub Profile
@praeclarum
praeclarum / CodeShareReport.cs
Created January 13, 2012 20:42
Computes the code share stats for the iCircuit project
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Xml.Linq;
using System.IO;
namespace CodeShareReport
{
class App

ReactiveUI 4.0 Preview is live!

After coding some pretty interesting new features, as well as to update to the latest released version of Rx (2.01), I am now releasing a preview release of ReactiveUI 4.0. You can get the binaries one of two ways:

  • install-package reactiveui -pre or install-package reactiveui-winrt -pre
  • Download the Zip release from GitHub

How does this break backwards compatibility?

1>------ Build started: Project: PortableClassLibrary1, Configuration: Debug Any CPU ------
1>C:\Windows\Microsoft.NET\Framework\v4.0.30319\Microsoft.Common.targets(1578,5): warning MSB3274: The primary reference "System.Reactive.Core" could not be resolved because it was built against the ".NETPortable,Version=v4.5,Profile=Profile7" framework. This is a higher version than the currently targeted framework ".NETPortable,Version=v4.0,Profile=Profile4".
1>C:\Windows\Microsoft.NET\Framework\v4.0.30319\Microsoft.Common.targets(1578,5): warning MSB3275: The primary reference "System.Reactive.Providers" could not be resolved because it has an indirect dependency on the assembly "System.Reactive.Core, Version=2.0.20823.0, Culture=neutral, PublicKeyToken=f300afd708cefcd3" which was built against the ".NETPortable,Version=v4.5,Profile=Profile7" framework. This is a higher version than the currently targeted framework ".NETPortable,Version=v4.0,Profile=Profile4".
1>C:\Windows\Microsoft.NET\Framework\v4.0.30319\Microsof