reactiveui / ReactiveUI

An advanced, composable, functional reactive model-view-viewmodel framework for all .NET platforms that is inspired by functional reactive programming. ReactiveUI allows you to abstract mutable state away from your user interfaces, express the idea around a feature in one readable place and improve the testability of your application.
https://www.reactiveui.net
MIT License
8.09k stars 1.12k forks source link

The themes directory hasn't been included in `reactiveui-wpf` so the templates don't resolve #1424

Closed ghuntley closed 7 years ago

ghuntley commented 7 years ago

Do you want to request a feature or report a bug?

Bug

What is the current behavior?

What is the expected behavior?

Which versions of ReactiveUI, and which platform / OS are affected by this issue? Did this work in previous versions of ReativeUI? Please also test with the latest stable and snapshot (http://docs.reactiveui.net/en/contributing/snapshot/index.html) versions.

reactiveui-v8-alphas

Other information (e.g. stacktraces, related issues, suggestions how to fix)

ghuntley commented 7 years ago

Questions:

olevett commented 7 years ago

@kentcb did https://github.com/reactiveui/ReactiveUI/pull/1427 end up fixing this issue? It feels like it should have done.

olevett commented 7 years ago

Closing this as I think it's a duplicate of #1381, and has been resolved as per #1427. Can reopen if that's incorrect.

ghuntley commented 7 years ago

Yup. This is a dupe. Thx Olly.