Dotnet 10 changes #3
                
     Open
            
            
          
  Add this suggestion to a batch that can be applied as a single commit.
  This suggestion is invalid because no changes were made to the code.
  Suggestions cannot be applied while the pull request is closed.
  Suggestions cannot be applied while viewing a subset of changes.
  Only one suggestion per line can be applied in a batch.
  Add this suggestion to a batch that can be applied as a single commit.
  Applying suggestions on deleted lines is not supported.
  You must change the existing code in this line in order to create a valid suggestion.
  Outdated suggestions cannot be applied.
  This suggestion has been applied or marked resolved.
  Suggestions cannot be applied from pending reviews.
  Suggestions cannot be applied on multi-line comments.
  Suggestions cannot be applied while the pull request is queued to merge.
  Suggestion cannot be applied right now. Please check back later.
  
    
  
    
Feature description
Upgrade and ensure compatibility with .NET 10.
Task Link : https://dev.azure.com/EssentialStudio/Mobile%20and%20Desktop/_workitems/edit/989018/
Purpose/benefits of the feature
Use cases
What problem it solves?
Do competitors have this this feature? If possible, add comparison and also share relevant links. Anyhow, this should be available in requirements doc which you can link
Analysis and design
Solution description
changed the obsolete value's to its corresponding new value in dotnet 10
Output screenshots
Post the output screenshots if an UI is affected or added due to this feature.
Areas affected and ensured
API Changes
Added:
Changed:
Behavioral Changes
Describe any non-bug related behavioral changes that may change how users app behaves when upgrading to this version of the codebase.
Unit Test cases
Provide the unit testing written file details to understand the use cases considered in this implementation.
New Test cases
List out the test cases. Add details of how many new test cases were added for this bug. Attach links of PR for test bed sample changes and new test cases
Is automated against existing test cases and ensured zero breaking
Add a Centralized automation link
Testbed sample location
Provide the test bed sample location where code reviewers can review the new feature’s behaviors. This depends on the CI process that your team follows. It can be from NPMCI, HockeyApp, staging site, local server, etc.
Does it have any known issues?
If this feature contains any known issues, provide the proper details about the issues.
Release Notes contents
Provide release notes contents for this feature. References: https://help.syncfusion.com/maui/release-notes/
✅ Developer Checklist