[PR #42] Improvement #47

Open
opened 2026-02-26 02:30:19 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/junian/Standard.Licensing/pull/42
Author: @ammarheidari
Created: 11/10/2024
Status: 🔄 Open

Base: masterHead: master


📝 Commits (1)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/junian/Standard.Licensing/pull/42 **Author:** [@ammarheidari](https://github.com/ammarheidari) **Created:** 11/10/2024 **Status:** 🔄 Open **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`d5fbf9e`](https://github.com/junian/Standard.Licensing/commit/d5fbf9e1d59a6789fff80ac4f2268d955f37848d) Improvement ### 📊 Changes **12 files changed** (+296 additions, -272 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description Syntax improvement and code cleanup --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Standard.Licensing#47
No description provided.