Oren Novotny cf3a9d3d1e don't include 00000 in nuget string 9 年之前
..
Microsoft.Reactive.Testing 0db2e03a77 Remove xUnit dependency by internalizing assert source 9 年之前
NuSpecs 0db2e03a77 Remove xUnit dependency by internalizing assert source 9 年之前
Playground 699bba3524 Fixed build for Silverlight 4, .NET Framework 3.5, and Windows Phone 7. Cleaned up a few code analysis warnings. 10 年之前
System.Reactive.Core 3604b236e8 Restore PlatformEnlightenmentProvider.Current until a better service injection can be introduced 9 年之前
System.Reactive.Debugger 6abc8ee9f6 Removing deprecated XBLV build flavor. 10 年之前
System.Reactive.Experimental 0e5d38a4e4 Update to use nameof operator 9 年之前
System.Reactive.Interfaces 548cd01bd6 Move AssemblyVersion into common file and specify version bands based on netstandard level 9 年之前
System.Reactive.Linq 24eba2aca1 Merge pull request #247 from akarnokd/WithLatestFromFix 9 年之前
System.Reactive.Observable.Aliases 548cd01bd6 Move AssemblyVersion into common file and specify version bands based on netstandard level 9 年之前
System.Reactive.PlatformServices 3604b236e8 Restore PlatformEnlightenmentProvider.Current until a better service injection can be introduced 9 年之前
System.Reactive.Providers 0e5d38a4e4 Update to use nameof operator 9 年之前
System.Reactive.Runtime.Remoting 0e5d38a4e4 Update to use nameof operator 9 年之前
System.Reactive.Windows.Forms 0e5d38a4e4 Update to use nameof operator 9 年之前
System.Reactive.Windows.Threading 0e5d38a4e4 Update to use nameof operator 9 年之前
System.Reactive.WindowsRuntime 0e5d38a4e4 Update to use nameof operator 9 年之前
Tests.System.Reactive 3604b236e8 Restore PlatformEnlightenmentProvider.Current until a better service injection can be introduced 9 年之前
Tests.System.Reactive.Uwp.DeviceRunner c1f76e5df3 Update to xunit 2.2-beta with .net core GA support 9 年之前
.gitattributes a2a03840ac Rename Ix/NET/** to Ix.NET/**. Rename Rx/NET/** to Rx.NET/** 12 年之前
.gitignore 075f94d317 remove nuget 9 年之前
GlobalAssemblyVersion.cs 548cd01bd6 Move AssemblyVersion into common file and specify version bands based on netstandard level 9 年之前
NuGet.Config 271139a4ef Update to latest xunit with appveyor reporter improvements 9 年之前
README.txt a2a03840ac Rename Ix/NET/** to Ix.NET/**. Rename Rx/NET/** to Rx.NET/** 12 年之前
ReactiveX.snk a2f10c9a1e Change the strong name signing key; check in new one. 9 年之前
Rx.NET.sln 548cd01bd6 Move AssemblyVersion into common file and specify version bands based on netstandard level 9 年之前
Rx.NET.sln.DotSettings 0e5d38a4e4 Update to use nameof operator 9 年之前
Rx.ruleset 49783c7c67 Remove old Rx.NET sln 9 年之前
Test.ruleset 49783c7c67 Remove old Rx.NET sln 9 年之前
build-new.ps1 cf3a9d3d1e don't include 00000 in nuget string 9 年之前
global.json eb9fc18d4a bump global.json files to use latest version of .NET Core SDK found in VS 9 年之前

README.txt

To build all flavors of Rx, you will need several different SDK's installed:

Visual Studio 2012
Windows Phone 8 SDK (create.msdn.com)
Windows Phone 7.1 SDK (create.msdn.com)
Silverlight 4 SDK
Microsoft Silverlight 4 Tools for Visual Studio 2010
Xbox XNA Game Studio 4.0*

* Note: Installing Xbox XNA Game Studio is tricky on Windows 8, as you must install some other dependencies first.
More information can be found here: http://blogs.msdn.com/b/astebner/archive/2012/02/29/10274694.aspx

For building installers and Visual Studio extensions, we need the following installed:
Visual Studio 2012 SDK
Windows Installer XML (WiX) toolset (wix.codeplex.com), preferably version 3.5.


Note: the XNA Game Studio build has not been actively maintained and may not build. Feel free to fix it!