-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Add a .NET 8 target to RequiredTargetFrameworks #46637
base: main
Are you sure you want to change the base?
Conversation
API change check APIView has identified API level changes in this PR and created following API reviews. Azure.Core.Amqp |
...soft.Azure.WebJobs.Extensions.EventHubs/src/Listeners/EventHubListener.PartitionProcessor.cs
Show resolved
Hide resolved
sdk/servicebus/Azure.Messaging.ServiceBus/src/Administration/SharedAccessAuthorizationRule.cs
Show resolved
Hide resolved
/azp run net - core - tests |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run net - playwrighttesting - tests |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run net - storage - tests |
/azp run net - tables - tests |
Azure Pipelines successfully started running 1 pipeline(s). |
1 similar comment
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run net - playwrighttesting - tests |
Pull request contains merge conflicts. |
/azp run net - playwrighttesting - tests |
Azure Pipelines successfully started running 1 pipeline(s). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changes looks good from engsys perspective
This PR does the following:
Nullable reference types were not available in netstandard2.0. Many of the changes in this PR are related to nullability. I added comments to other changes pointing to the reasoning behind that change.
Resolves:
Live test status: