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 currently supported Target Frameworks. #2331

Merged
merged 4 commits into from
Dec 4, 2024

Conversation

eerhardt
Copy link
Collaborator

@eerhardt eerhardt commented Dec 3, 2024

What this PR does / why we need it:

This drops support for end-of-life TFMs: anything before net8.0 keeping netstandard2.0 in any library that supported it before.

Tests are run on net8 and net9.

Does this PR introduce a user-facing change?:

Yes, it drops support for end-of-life TFMs in preparation for releasing the next major version.

Please make sure you've completed the relevant tasks for this PR, out of the following list:

  • Code compiles correctly
  • Created/updated tests
  • Unit tests passing
  • End-to-end tests passing
  • Extended the documentation
  • Provided sample for the feature

This drops support for end-of-life TFMs: anything before `net8.0` keeping `netstandard2.0` in any library that supported it before.

Tests are run on net8 and net9.
This already happens in the root test Directory.Build.props file.
…t9 tests can't run in parallel.

Also remove version from docker-compose, since it is obsolete.
Copy link
Collaborator

@Alirexaa Alirexaa left a comment

Choose a reason for hiding this comment

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

Why do tests have target net9 and net8, but libraries only have net8?

src/Directory.Build.props Show resolved Hide resolved
Copy link
Collaborator

@adamsitnik adamsitnik left a comment

Choose a reason for hiding this comment

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

LGTM, thank you @eerhardt !

@eerhardt eerhardt merged commit 9d0d146 into Xabaril:master Dec 4, 2024
60 checks passed
@eerhardt eerhardt deleted the UpdateToNet9 branch December 4, 2024 15:54
@adamsitnik adamsitnik added this to the 9.0 milestone Dec 4, 2024
@codecov-commenter
Copy link

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 66.88%. Comparing base (4a49dfa) to head (72d9abf).
Report is 49 commits behind head on master.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2331      +/-   ##
==========================================
+ Coverage   64.25%   66.88%   +2.62%     
==========================================
  Files         248      268      +20     
  Lines        8399     8730     +331     
  Branches      590      631      +41     
==========================================
+ Hits         5397     5839     +442     
+ Misses       2853     2723     -130     
- Partials      149      168      +19     
Flag Coverage Δ
ApplicationStatus 28.67% <ø> (ø)
ArangoDb 28.30% <ø> (ø)
Aws.S3 15.52% <ø> (ø)
Aws.SecretsManager 15.82% <ø> (ø)
Aws.Sns 15.97% <ø> (ø)
Aws.Sqs 16.66% <ø> (ø)
Aws.SystemsManager 15.82% <ø> (ø)
Azure.IoTHub 13.82% <ø> (ø)
AzureApplicationInsights 16.56% <ø> (ø)
AzureBlobStorage 26.42% <ø> (?)
AzureDigitalTwin 37.15% <ø> (ø)
AzureEventHubs 17.46% <ø> (?)
AzureFileStorage 26.42% <ø> (?)
AzureKeyVault 30.48% <ø> (ø)
AzureQueueStorage 26.42% <ø> (?)
AzureSearch 17.60% <ø> (ø)
AzureServiceBus 72.48% <ø> (ø)
AzureTableStorage 27.97% <ø> (?)
Consul 24.32% <ø> (ø)
CosmosDb 29.45% <ø> (ø)
Dapr 14.50% <ø> (?)
DynamoDb 13.29% <ø> (ø)
Elasticsearch 47.66% <ø> (+6.54%) ⬆️
EventStore 65.14% <ø> (ø)
EventStore.gRPC 25.51% <ø> (ø)
Gcp.CloudFirestore 13.33% <ø> (ø)
Gremlin 25.00% <ø> (ø)
Hangfire 12.10% <ø> (ø)
IbmMQ 30.76% <ø> (ø)
InfluxDB 15.54% <ø> (ø)
Kafka 23.52% <ø> (ø)
Kubernetes 41.54% <ø> (ø)
Milvus 16.78% <ø> (?)
MongoDb 32.85% <ø> (ø)
MySql 33.33% <ø> (ø)
Npgsql 44.22% <ø> (+1.50%) ⬆️
OpenIdConnectServer 42.48% <ø> (+1.21%) ⬆️
Oracle 63.92% <ø> (ø)
Prometheus.Metrics 29.80% <ø> (ø)
Publisher.ApplicationInsights 15.27% <ø> (ø)
Publisher.CloudWatch 20.33% <ø> (ø)
Publisher.Datadog 17.19% <ø> (+0.85%) ⬆️
Publisher.Prometheus 18.75% <ø> (ø)
Publisher.Seq 40.74% <ø> (+0.43%) ⬆️
Qdrant 18.25% <ø> (?)
RabbitMQ 50.63% <ø> (+1.07%) ⬆️
RavenDb 73.42% <ø> (ø)
Redis 68.47% <ø> (ø)
SendGrid 17.21% <ø> (+4.02%) ⬆️
SignalR 25.97% <ø> (ø)
SqlServer 30.43% <ø> (ø)
Sqlite 25.88% <ø> (-2.33%) ⬇️
System 43.58% <ø> (ø)
UI 65.87% <ø> (+0.18%) ⬆️
Uris 62.14% <ø> (+62.14%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

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.

4 participants