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

Target .NET 8 #380

Merged
merged 1 commit into from
Nov 11, 2024
Merged

Target .NET 8 #380

merged 1 commit into from
Nov 11, 2024

Conversation

brantburnett
Copy link
Collaborator

Motivation

General modernization.

Modifications

  • Add global.json to require the .NET 8 SDK
  • Use LangVersion 12 in Directory.Build.props
  • Drop the deprecated .NET Standard 2.1 build target and add .NET 8
  • Update to Couchbase SDK 3.5.5
  • Upgrade various NuGet dependencies, especially for unit tests, and drop some unnecessary dependencies
  • Use the in-box SourceLink in .NET 8 SDK rather than the OOB package
  • Target net8.0 for unit tests
  • Fix a LOT of nullable reference type warnings due to improved annotations in .NET 8

Motivation
----------
General modernization.

Modifications
-------------
- Add global.json to require the .NET 8 SDK
- Use LangVersion 12 in Directory.Build.props
- Drop the deprecated .NET Standard 2.1 build target and add .NET 8
- Update to Couchbase SDK 3.5.5
- Upgrade various NuGet dependencies, especially for unit tests, and
  drop some unnecessary dependencies
- Use the in-box SourceLink in .NET 8 SDK rather than the OOB package
- Target net8.0 for unit tests
- Fix a LOT of nullable reference type warnings due to improved
  annotations in .NET 8
Copy link
Contributor

@jeffrymorris jeffrymorris left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, thanks!

@jeffrymorris jeffrymorris merged commit 8a59c4b into master Nov 11, 2024
1 check passed
@jeffrymorris jeffrymorris deleted the net8 branch November 11, 2024 21:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants