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.13k stars 1.12k forks source link

[Bug]: net6.0-tvos target issue with VS2022 17.3.6 #3384

Closed ChrisPulman closed 2 years ago

ChrisPulman commented 2 years ago

Describe the bug 🐞

Link to Visual Studio bug report

Step to reproduce

  1. Using VS2022 17.3.6
  2. Open Solution
  3. Build
  4. See error

Reproduction repository

https://github.com/reactiveui/ReactiveUI

Expected behavior

Solution should build.

Screenshots 🖼️

No response

IDE

Visual Studio 2022

Operating system

No response

Version

17.3.6

Device

No response

ReactiveUI Version

N/A

Additional information ℹ️

Use VS2022 17.4.0 preview 3.0 as a temporary workaround

ChrisPulman commented 2 years ago

NOTE: this only occurs if you have or have had both VS2022 release and VS2022 preview installed. A resolve for visual studio is being worked on to fix this issue by MSFT.

ChrisPulman commented 2 years ago

Installation of VS2022 17.4.0 release edition resolves this.

github-actions[bot] commented 2 years ago

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.