mirror of
https://github.com/sectra-medical/SectraUrlLaunchSdk.git
synced 2026-03-23 20:27:02 +00:00
[PR #5] [MERGED] Dotnet version compatibility #7
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
sectra-medical/archived-SectraUrlLaunchSdk#7
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/sectra-medical/SectraUrlLaunchSdk/pull/5
Author: @jonasstrandstedt
Created: 5/9/2025
Status: ✅ Merged
Merged: 5/9/2025
Merged by: @henziger
Base:
main← Head:dotnet-version-compatibility📝 Commits (9)
4399cdbChange LangVersion in order to support .net 7 SDKd81ff09Fix .NET version compatibility issues33a0de8Function naming cleanup22953faEnhance compatibility in encryption2750b57Cleanup unused code20e6d2eAdd version compatibility tests using containers13fb0aeUpdate GitHub CI pipeline49ed428Run integration tests in CI pipelinee52c258Update version numbers to 1.0.2📊 Changes
30 files changed (+306 additions, -96 deletions)
View changed files
📝
.github/workflows/dotnet.yml(+7 -3)📝
Directory.Build.props(+1 -1)📝
README.md(+6 -0)📝
SectraUrlLaunchSdk.sln(+13 -0)➕
scripts/IntegrationTestRunner.sh(+59 -0)➕
scripts/run-dotnet.sh(+20 -0)📝
src/Pki/CHANGELOG.md(+6 -0)📝
src/Pki/EncryptedUrlString.cs(+3 -3)📝
src/Pki/Sectra.UrlLaunch.Pki.csproj(+3 -3)📝
src/Pki/UrlStringEncryptor.cs(+2 -2)📝
src/SharedSecret/AssemblyInfo.cs(+1 -0)📝
src/SharedSecret/CHANGELOG.md(+6 -0)➕
src/SharedSecret/DateTimeProvider.cs(+29 -0)📝
src/SharedSecret/EncryptedOneTimeSignature.cs(+0 -13)📝
src/SharedSecret/OneTimeSignature.cs(+3 -3)📝
src/SharedSecret/Sectra.UrlLaunch.SharedSecret.csproj(+3 -3)📝
src/SharedSecret/SymmetricEncryption.cs(+13 -41)📝
src/UrlAccessString/CHANGELOG.md(+6 -0)📝
src/UrlAccessString/QueryString.cs(+2 -2)📝
src/UrlAccessString/Sectra.UrlLaunch.UrlAccessString.csproj(+4 -4)...and 10 more files
📄 Description
Fixes compatibility issues between different .net versions. Also adds unit tests for backward compatibility.
Lowers target LangVersion to easier build and test compatibility for older .net versions.
Fixes #4
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.