Skip to content

Use Parameter.CreateParameter() factory pattern#13

Merged
nicholi merged 1 commit intomainfrom
feature/restsharp_parameters
Feb 5, 2026
Merged

Use Parameter.CreateParameter() factory pattern#13
nicholi merged 1 commit intomainfrom
feature/restsharp_parameters

Conversation

@nicholi
Copy link

@nicholi nicholi commented Feb 5, 2026

use Parameter.CreateParameter() factory to create UrlSegmentParameters
ABI breaking change in UrlSegmentParameter constructor (113.0.0) makes it impossible to use new RestSharps

Allows maintaing usage of older RestSharps if needed. As in v113.0.0 explicit net6 support was dropped. Probably why making a breaking change to the UrlSegmentParameter constructor was a non-issue.

ABI breaking change in UrlSegmentParameter constructor (113.0.0) makes it impossible to use new RestSharps
@nicholi nicholi merged commit 944877c into main Feb 5, 2026
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.

1 participant