ReactiveUI.Samples icon indicating copy to clipboard operation
ReactiveUI.Samples copied to clipboard

Make sure all samples are compiling against latest RxUI

Open glennawatson opened this issue 6 years ago • 0 comments
trafficstars

You can in PackageReference's use the * notation in the Version.

Eg

<ProjectReference Include="ReactiveUI" Version="*" />

If you use this notation for any RxUI based dependencies it'll make sure we are on latest.

That way we can trigger sample compiles after any new release of ReactiveUI to make sure the samples still at least compile and pass any unit tests they have.

glennawatson avatar May 16 '19 04:05 glennawatson