dotnet / dotnet/wpf

Move primitive types into their own nuget package

Open
#6,687 1 comment 1 reaction 1 assignee Assigned to @pchaurasia14 View on GitHub
Feature Request
Dominant language
C#
Stars
7.7k
Forks
1.3k
Avg merge
1d 11h
Merged PRs (30d)
61

Description

Primitives, like System.Windows.Point should be moved into a standalone Nuget package. They shouldn't be tied to WPF.
System.Drawing.Primities exists as a reference point. This would allow usage outside WPF.

That way, it's possible to reference them from libraries without having to put `UseWPF` into the .csproj files (keeping them small, as e.g. test projects testing the algorithms apart form their UI implementation should be)

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.