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

feat: explicit record class declarations #94

Merged
merged 10 commits into from
Feb 3, 2022

Commits on Jan 22, 2022

  1. Configuration menu
    Copy the full SHA
    7df482c View commit details
    Browse the repository at this point in the history
  2. build: move nullable suppression to root

    from Analyzers project
    Flash0ver committed Jan 22, 2022
    Configuration menu
    Copy the full SHA
    085fa4a View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2022

  1. build!: update Roslyn from 3.8 to 4.0

    add support for Visual Studio 2022 to the VSIX
    
    BREAKING CHANGE: drop support for .NET 5.0 SDK and Visual Studio 2019
    Flash0ver committed Jan 23, 2022
    Configuration menu
    Copy the full SHA
    d095ea2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    405e80d View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2022

  1. Configuration menu
    Copy the full SHA
    b6d2279 View commit details
    Browse the repository at this point in the history
  2. feat: add fixer for F02001

    add optional class keyword to records that are reference types
    Flash0ver committed Jan 29, 2022
    Configuration menu
    Copy the full SHA
    3d5927f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    34417f4 View commit details
    Browse the repository at this point in the history
  4. refactor: update nullable annotations

    after updating to Roslyn 4.0.1
    Flash0ver committed Jan 29, 2022
    Configuration menu
    Copy the full SHA
    bd3206c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2e4a291 View commit details
    Browse the repository at this point in the history
  6. docs: fix typo

    Flash0ver committed Jan 29, 2022
    Configuration menu
    Copy the full SHA
    207c1fd View commit details
    Browse the repository at this point in the history