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

Commits on Mar 18, 2024

  1. Fix ReplacementTypeOrMember for DateTimeExtensions

    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
    mauroservienti committed Mar 18, 2024
    Copy the full SHA
    a72bbc3 View commit details
    Browse the repository at this point in the history
  2. Approved API

    mauroservienti committed Mar 18, 2024
    Copy the full SHA
    94fb723 View commit details
    Browse the repository at this point in the history