Skip to content
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

Add .NET Standard 2.0 Support #27

Merged
merged 28 commits into from
Mar 16, 2024
Merged

Conversation

ArachisH
Copy link
Owner

Features

Performance Improvements

  • Avoid resolving reflection types on every call to generate a certificate, and instead re-use a cache of the required types generated on instantiation.
  • Avoid generating a new pair of RSA keys for every certificate, and instead use the same one for every Certifier instance.

ArachisH added 28 commits March 13, 2024 15:13
This will allow us to use the same Stream reader/writing format for any chosen framework
The modified SequenceReader type has been imported from the dotnet runtime library as it was not available in .NET Standard 2.0 framework.
@ArachisH ArachisH added this to the 1.3.0 milestone Mar 15, 2024
@ArachisH ArachisH self-assigned this Mar 15, 2024
@ArachisH ArachisH linked an issue Mar 15, 2024 that may be closed by this pull request
@ArachisH ArachisH merged commit fac985c into develop Mar 16, 2024
1 check passed
@ArachisH ArachisH deleted the feat/NetStandard2.0_Support branch March 16, 2024 02:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add support for .NET Framework
1 participant