[PR #645] [MERGED] Fix compiler warning #1080

Open
opened 2026-01-29 16:25:16 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/SabreTools/MPF/pull/645
Author: @Deterous
Created: 2/6/2024
Status: Merged
Merged: 2/6/2024
Merged by: @mnadareski

Base: masterHead: compile-warning


📝 Commits (2)

  • 29f39bb Fix compiler warning about PresentationFramework.Aero2
  • 50d23c1 Update changelog

📊 Changes

2 files changed (+1 additions, -3 deletions)

View changed files

📝 CHANGELIST.md (+1 -0)
📝 MPF/MPF.csproj (+0 -3)

📄 Description

Compiler (even Appveyor) currently gives this warning for .NET Core builds:
warning MSB3243: No way to resolve conflict between "PresentationFramework.Aero2, Version=6.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" and "PresentationFramework.Aero2". Choosing "PresentationFramework.Aero2, Version=6.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"

I'm unsure what is already implicitly pulling PresentationFramework.Aero2, but by removing the redundant reference, this warning goes away (check the appveyor compiler messages for this build).


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/SabreTools/MPF/pull/645 **Author:** [@Deterous](https://github.com/Deterous) **Created:** 2/6/2024 **Status:** ✅ Merged **Merged:** 2/6/2024 **Merged by:** [@mnadareski](https://github.com/mnadareski) **Base:** `master` ← **Head:** `compile-warning` --- ### 📝 Commits (2) - [`29f39bb`](https://github.com/SabreTools/MPF/commit/29f39bb1b0d0ac5b4c0bc1f5cbcbd63891f3c778) Fix compiler warning about PresentationFramework.Aero2 - [`50d23c1`](https://github.com/SabreTools/MPF/commit/50d23c17a58d421fa3068ec17d03dd59c6f04e52) Update changelog ### 📊 Changes **2 files changed** (+1 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELIST.md` (+1 -0) 📝 `MPF/MPF.csproj` (+0 -3) </details> ### 📄 Description Compiler (even [Appveyor](https://ci.appveyor.com/project/mnadareski/mpf/builds/49110150)) currently gives this warning for .NET Core builds: `warning MSB3243: No way to resolve conflict between "PresentationFramework.Aero2, Version=6.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" and "PresentationFramework.Aero2". Choosing "PresentationFramework.Aero2, Version=6.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" ` I'm unsure what is already implicitly pulling PresentationFramework.Aero2, but by removing the redundant reference, this warning goes away (check the [appveyor compiler messages for this build](https://ci.appveyor.com/project/mnadareski/mpf/builds/49123283)). --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 16:25:16 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SabreTools/MPF#1080