Skip to content

Fixes for c# implementation - #4

Open
Reikooters wants to merge 3 commits into
epixoip:mainfrom
Reikooters:main
Open

Fixes for c# implementation#4
Reikooters wants to merge 3 commits into
epixoip:mainfrom
Reikooters:main

Conversation

@Reikooters

@Reikooters Reikooters commented Nov 19, 2025

Copy link
Copy Markdown
  1. System.Security.Cryptography.HMACSHA512 implements IDisposable. Added using to ensure it is properly disposed.
  2. Removed unnecessary condition on line 28. Salt comes from settings, so if salt is not null on line 26, it means we successfully parsed settings, therefore settings cannot be null. This means condition on line 28 is always true when condition on line 26 is false.
  3. Updated target framework moniker to latest version (net10.0) as net6.0 is out of support.

…o if salt is not null on line 26, it means we successfully parsed settings, therefore settings cannot be null. this means condition on line 28 is always true when condition on line 26 is false.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants