-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Improve performance and drop support for old frameworks #2068
Conversation
This file contains 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
# Conflicts: # .github/workflows/ci.yml
Refactor code
# Conflicts: # .github/workflows/ReleaseNotes.md # .github/workflows/ci.yml # Source/MQTTnet.Tests/Internal/CrossPlatformSocket_Tests.cs # Source/MQTTnet/Client/Options/MqttClientOptionsBuilder.cs # Source/MQTTnet/Client/Options/MqttClientTcpOptions.cs # Source/MQTTnet/Implementations/CrossPlatformSocket.cs
# Conflicts: # .github/workflows/ReleaseNotes.md # .github/workflows/ci.yml # Source/MQTTnet/Client/Options/MqttClientTcpOptions.cs
Added NuGet audit mode and some other settings to get informed about security issues.
# Conflicts: # Source/MQTTnet.Extensions.ManagedClient/MQTTnet.Extensions.ManagedClient.csproj
* use ReadOnlySequence as payload * fix build * fix build * skip sign in forks * remove unnecessary owner * tests and extensions * remove test * simplify WritePacketBuffer, remove unused helper
# Conflicts: # Source/MQTTnet.Benchmarks/SerializerBenchmark.cs
# Conflicts: # Samples/MQTTnet.Samples.csproj # Samples/ManagedClient/Managed_Client_Subscribe_Samples.cs # Source/MQTTnet.AspnetCore/MqttHostedServer.cs # Source/MQTTnet.Extensions.ManagedClient/IManagedMqttClient.cs # Source/MQTTnet.Extensions.ManagedClient/ManagedMqttClient.cs # Source/MQTTnet.Extensions.TopicTemplate/MQTTnet.Extensions.TopicTemplate.csproj # Source/MQTTnet.Extensions.TopicTemplate/MqttTopicTemplate.cs # Source/MQTTnet.TestApp/MQTTnet.TestApp.csproj
chkr1011
changed the title
Improve performance and reduce framework support
Improve performance and drop support for old frameworks
Aug 24, 2024
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.
This PR removes the support for already unsupported frameworks and starts with .NET 8.0.
This also opens the door for multiple performance and memory consumption improvements.