fsprojects / FSharp.Control.Reactive

Extensions and wrappers for using Reactive Extensions (Rx) with F#.
http://fsprojects.github.io/FSharp.Control.Reactive
Other
284 stars 58 forks source link

Fix warnings in source and test project #109

Closed stijnmoreels closed 6 years ago

stijnmoreels commented 6 years ago

The Observable module had some warnings about 'less generic' for the some of the scheduler functions because of missue of generics. The specs for test notifications had a warning about no entry-point/nothing-to-execute; which is now supressed because it's a [TestFixture].

panesofglass commented 6 years ago

Thanks!