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

Fixed DeclareAsNullableCodeFixProvider for casts in variable declarations #1393

Merged
merged 4 commits into from
Feb 17, 2024

Commits on Feb 13, 2024

  1. Fixed DeclareAsNullableCodeFixProvider for casts in variable declarat…

    …ions
    
    Casting a nullable type to a non-nullable type within a variable declaration no longer ignores the cast type and also no longer changes `var` to `var?`.
    
    Fixes dotnet#1392.
    jroessel committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    83f5bc8 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2024

  1. Configuration menu
    Copy the full SHA
    a977ddd View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2024

  1. Configuration menu
    Copy the full SHA
    3942c4a View commit details
    Browse the repository at this point in the history
  2. Update ChangeLog.md

    josefpihrt authored Feb 17, 2024
    Configuration menu
    Copy the full SHA
    e2708f9 View commit details
    Browse the repository at this point in the history