Update target frameworks to net10.0, netstandard2.0, netstandard2.1.#34
Merged
amushinskiy merged 2 commits intomainfrom Dec 24, 2025
Merged
Update target frameworks to net10.0, netstandard2.0, netstandard2.1.#34amushinskiy merged 2 commits intomainfrom
amushinskiy merged 2 commits intomainfrom
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the target frameworks across all projects in the ThreeByte.LinkLib solution from single-targeting netstandard2.1 to multi-targeting net10.0, netstandard2.0, and netstandard2.1. The changes also add explicit C# language version configuration and update nullable reference type annotations to align with stricter compiler checks across different framework targets.
Key changes:
- All six project files updated to multi-target net10.0, netstandard2.0, and netstandard2.1
- Added
LangVersionset tolatestin all projects - Updated nullable annotations on event handler parameters and variables to properly handle nullable reference types
Reviewed changes
Copilot reviewed 10 out of 10 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| ThreeByte.LinkLib.UdpLink.csproj | Updated to multi-target frameworks and added LangVersion setting |
| AsyncUdpLink.cs | Added nullable annotation to IPEndPoint variable for proper nullable reference type handling |
| ThreeByte.LinkLib.TcpLink.csproj | Updated to multi-target frameworks and added LangVersion setting |
| AsyncTcpLink.cs | Added nullable annotations to SafeConnect parameter and AsyncState cast |
| ThreeByte.LinkLib.Shared.csproj | Updated to multi-target frameworks and added LangVersion setting |
| ThreeByte.LinkLib.SerialLink.csproj | Updated to multi-target frameworks and added LangVersion setting |
| FramedSerialLink.cs | Added nullable annotations to event handler sender parameters |
| ThreeByte.LinkLib.ProjectorLink.csproj | Updated to multi-target frameworks and added LangVersion setting |
| ThreeByte.LinkLib.NetBooter.csproj | Updated to multi-target frameworks and added LangVersion setting |
| NetBooterLink.cs | Added nullable annotation to PropertyChangedEventHandler event |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
…UdpLink.csproj Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.