Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

System.Xaml not found in .NET 5.0 #15728

Closed
tames307 opened this issue Feb 8, 2021 · 3 comments
Closed

System.Xaml not found in .NET 5.0 #15728

tames307 opened this issue Feb 8, 2021 · 3 comments
Milestone

Comments

@tames307
Copy link

tames307 commented Feb 8, 2021

I'm attempting to migrate some .NET Framework 4.7.2 projects to .NET 5.0 but it appears that System.Xaml is missing. The projects will be use on multiple platforms so it must be net5.0 and not net5.0-windows.

I raised this issue on the Developer Community site and they redirected me here, even though the issue has nothing to do with WPF... they insist that XAML must be a WPF related thing. I am merely using XAML to define an object graph, outside of the codebase, of a non-WPF object model.

Where can I find System.Xaml for .NET 5.0?

@dotnet-issue-labeler
Copy link

I couldn't figure out the best area label to add to this issue. If you have write-permissions please help me learn by adding exactly one area label.

@dotnet-issue-labeler dotnet-issue-labeler bot added the untriaged Request triage from a team member label Feb 8, 2021
@marcpopMSFT
Copy link
Member

Old issue triage: @terrajobst @ericstj is this something that's even supported? System.xaml comes from the WD runtime so I wouldn't expect it to be available outside of windows and outside -windows targeting. Is there a separate nuget package they could use?

@marcpopMSFT marcpopMSFT added this to the Discussion milestone Aug 15, 2023
@marcpopMSFT marcpopMSFT removed the untriaged Request triage from a team member label Aug 15, 2023
@ericstj
Copy link
Member

ericstj commented Aug 15, 2023

Right there's no NuGet package for System.Xaml, nor cross-platform build. See dotnet/wpf#46

@ericstj ericstj closed this as completed Aug 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants