I hereby claim:
- I am jsinh on github.
- I am jsinh (https://keybase.io/jsinh) on keybase.
- I have a public key whose fingerprint is B770 2524 4335 D7C8 F72E 7231 291C B42B 181B 990D
To claim this, I am signing this object:
namespace Analogy | |
{ | |
/// <summary> | |
/// This example shows that a library that needs access to target .NET Standard 1.3 | |
/// can only access APIs available in that .NET Standard. Even though similar the APIs exist on .NET | |
/// Framework 4.5, it implements a version of .NET Standard that isn't compatible with the library. | |
/// </summary>INetCoreApp10 | |
class Example1 | |
{ | |
public void Net45Application(INetFramework45 platform) |
I hereby claim:
To claim this, I am signing this object:
using System; | |
using System.Messaging; | |
using System.Reactive.Concurrency; | |
using System.Reactive.Linq; | |
namespace MSMQPubSubRx | |
{ | |
class Program | |
{ | |
public static MessageQueue msmqQueue; |