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

Obsolete message for DateTimeExtensions points to wrong replacement class #6976

Merged
merged 2 commits into from Mar 18, 2024

Conversation

mauroservienti
Copy link
Member

@mauroservienti mauroservienti commented Mar 18, 2024

The obsolete message on the class type referred to DateTimeOffsetExtensions, which is an internal class. Instead, it should be DateTimeOffsetHelper, as it correctly is on all class members.

  • Approved API

The obsolete message on the class type was referencing to DateTimeOffsetHelper that is an internal class. Instead, it should be DateTimeOffsetExtensions, like correctly is on all class members
@danielmarbach
Copy link
Contributor

Shouldn't the description in the PR be

The obsolete message on the class type referred to DateTimeOffsetExtensions, which is an internal class. Instead, it should be DateTimeOffsetHelper, as it correctly is on all class members.

?

@bording bording merged commit e2a9813 into release-8.1 Mar 18, 2024
3 checks passed
@bording bording deleted the fix-replacement-member branch March 18, 2024 17:37
@andreasohlund andreasohlund added this to the 9.0.0 milestone Apr 5, 2024
@bording bording modified the milestones: 9.0.0, 8.2.0 Apr 5, 2024
@bording bording added Bug and removed Improvement labels Apr 11, 2024
@bording bording changed the title Fix ReplacementTypeOrMember for DateTimeExtensions Obsolete message for DateTimeExtensions points to wrong replacement member Apr 11, 2024
@bording bording changed the title Obsolete message for DateTimeExtensions points to wrong replacement member Obsolete message for DateTimeExtensions points to wrong replacement class Apr 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants