[PR #880] [CLOSED] fix: Conversion to use ImageSharp rather than System.Drawing.Common #1328

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

📋 Pull Request Information

Original PR: https://github.com/ElectronNET/Electron.NET/pull/880
Author: @mrfootoyou
Created: 6/8/2025
Status: Closed

Base: developHead: develop


📄 Description

  • Cherry pick of 86644e7 by @danatcofo. See PR #637 for details
  • Eliminate warning CS4014 by explicitly discarding the Task returned by Socket.Emit by assigning it to _.
  • Update src/ElectronNET.sln to VS2022 (v17). VSCode's C# Dev Kit extension doesn't seem to like v15. Update: CICD requires VS2017 (v15) so at this point we cannot update to VS2022.

🔄 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/ElectronNET/Electron.NET/pull/880 **Author:** [@mrfootoyou](https://github.com/mrfootoyou) **Created:** 6/8/2025 **Status:** ❌ Closed **Base:** `develop` ← **Head:** `develop` --- ### 📄 Description - Cherry pick of 86644e7 by @danatcofo. See PR #637 for details - Eliminate warning CS4014 by explicitly discarding the Task returned by `Socket.Emit` by assigning it to `_`. - ~Update `src/ElectronNET.sln` to VS2022 (v17). VSCode's C# Dev Kit extension doesn't seem to like v15.~ Update: CICD requires VS2017 (v15) so at this point we cannot update to VS2022. --- <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:59:40 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/Electron.NET#1328