mirror of
https://github.com/junian/Standard.Licensing.git
synced 2026-04-25 05:45:51 +03:00
[PR #42] Improvement #47
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
starred/Standard.Licensing#47
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/junian/Standard.Licensing/pull/42
Author: @ammarheidari
Created: 11/10/2024
Status: 🔄 Open
Base:
master← Head:master📝 Commits (1)
d5fbf9eImprovement📊 Changes
12 files changed (+296 additions, -272 deletions)
View changed files
📝
src/Standard.Licensing.Tests/KeyGeneratorTests.cs(+7 -8)📝
src/Standard.Licensing.Tests/LicenseSignatureTests.cs(+48 -48)📝
src/Standard.Licensing.Tests/LicenseValidationTests.cs(+72 -76)📝
src/Standard.Licensing/AssemblyBuildDateAttribute.cs(+4 -9)📝
src/Standard.Licensing/Customer.cs(+7 -7)📝
src/Standard.Licensing/License.cs(+54 -41)📝
src/Standard.Licensing/LicenseAttributes.cs(+33 -25)📝
src/Standard.Licensing/Properties/AssemblyInfo.cs(+7 -9)📝
src/Standard.Licensing/Security/Cryptography/KeyFactory.cs(+4 -4)📝
src/Standard.Licensing/Security/Cryptography/KeyGenerator.cs(+2 -2)📝
src/Standard.Licensing/Validation/LicenseValidationExtensions.cs(+49 -33)📝
src/Standard.Licensing/Validation/ValidationChainBuilder.cs(+9 -10)📄 Description
Syntax improvement and code cleanup
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.