nickhodge / BoxKite.Twitter

Modern C# Twitter API using .NET Reactive Extensions, async calls
MIT License
41 stars 11 forks source link

BoxKite.Twitter and scriptcs. #11

Open nickhodge opened 11 years ago

nickhodge commented 11 years ago

scriptcs uses Roslyn, which in present versions doesn't do async/await and dynamic, in the current CTPs

Also might need to add a specific .dll?

Also need to ensure the dependencies work OK with scriptcs (JSON.NET, Microsoft.Net.Http, Reactive Extensions)