-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Replace old shared project with real one - Avalonia.PlatformSupport #7347
Conversation
32c0b96
to
f451b7c
Compare
c617deb
to
2b0aecd
Compare
2b0aecd
to
933ee3c
Compare
You can test this PR using the following package version. |
933ee3c
to
4d866b5
Compare
You can test this PR using the following package version. |
You can test this PR using the following package version. |
#if NETCOREAPP | ||
IsCoreClr = true, | ||
#elif NETFRAMEWORK | ||
IsDotNetFramework = false, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
IsDotNetFramework = true ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks. Will fix it in another pr later.
What does the pull request do?
Removed old shared project and replaces with normal C# project.
Removed code duplication between platform backends.
Breaking changes
Note, new project might be merged into Avalonia project with this PR. Otherwise we can consider Numerge-ing some more dlls.