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

Update to .NET 8 + R# 2023.3.3 #196

Merged
merged 6 commits into from
Feb 4, 2024
Merged

Update to .NET 8 + R# 2023.3.3 #196

merged 6 commits into from
Feb 4, 2024

Commits on Feb 2, 2024

  1. Update to .NET 8

    smoogipoo committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    3f7164d View commit details
    Browse the repository at this point in the history
  2. Remove use of System.ComponentModel.DataAnnotations

    `[Argument]` implies use. Turns out the `System` namespace added a
    conflicting `[AllowedValues]` attribute that I don't want to deal with.
    smoogipoo committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    9001cd8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1a0016d View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2024

  1. Attempt to via nvika failure

    peppy committed Feb 4, 2024
    Configuration menu
    Copy the full SHA
    a0cd2bf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    76100a4 View commit details
    Browse the repository at this point in the history
  3. Fix inspection

    smoogipoo committed Feb 4, 2024
    Configuration menu
    Copy the full SHA
    a096b82 View commit details
    Browse the repository at this point in the history