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

net8 support #35

Merged
merged 9 commits into from
Aug 9, 2024
Merged

net8 support #35

merged 9 commits into from
Aug 9, 2024

Commits on Aug 6, 2024

  1. Added support .net 8

    MIVerTFT committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    cdbe587 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2024

  1. Configuration menu
    Copy the full SHA
    9297743 View commit details
    Browse the repository at this point in the history
  2. update actions to net8

    borzov committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    39f1ca7 View commit details
    Browse the repository at this point in the history
  3. starting with .NET 8, Source Link is included in the .NET SDK and ena…

    …bled by default
    borzov committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    1fa1b6e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c232e35 View commit details
    Browse the repository at this point in the history
  5. style fix

    borzov committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    b7f16f3 View commit details
    Browse the repository at this point in the history
  6. Fix compiler warning: replace int->ulong cast with int->uint->ulong t…

    …o avoid sign-extension and prefer zero-extension. Now, UniqueToken is literally a binary combination of two numbers.
    borzov committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    3623320 View commit details
    Browse the repository at this point in the history
  7. update .dotsettings to a newer version

    borzov committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    e257f1e View commit details
    Browse the repository at this point in the history
  8. add old dotnet versions for tests

    borzov committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    6398d51 View commit details
    Browse the repository at this point in the history