- 
                Notifications
    You must be signed in to change notification settings 
- Fork 34
Open
Labels
enhancementThe issue is an enhancement request.The issue is an enhancement request.help wantedThe issue is up for grabs for anyone in the community.The issue is up for grabs for anyone in the community.
Description
Issue Description
The Assert-ScopeParameter function in source/Modules/DhcpServerDsc.Common/Public/Assert-ScopeParameter.ps1 currently uses the obsolete IPAddress.Address property for comparing IP address ranges. This property is deprecated and unreliable for IP address comparisons.
Background
This issue was identified during code review where IPAddress.Address is used to compare start and end IP ranges. The obsolete property should be replaced with a more reliable method for numeric IP address comparison.
References
- Pull Request: Convert nested modules to buildable modules #96
- Review Comment: Convert nested modules to buildable modules #96 (comment)
- Requested by: @dan-hughes
Acceptance Criteria
- Replace the obsolete IPAddress.Address property usage
- Implement reliable IP address range comparison
- Maintain existing functionality and error handling
Metadata
Metadata
Assignees
Labels
enhancementThe issue is an enhancement request.The issue is an enhancement request.help wantedThe issue is up for grabs for anyone in the community.The issue is up for grabs for anyone in the community.