-
Notifications
You must be signed in to change notification settings - Fork 3
Description
We all have a way to keep up to date with the SDKs now, so lets move forward together.
Adjust the global.json to pin us to a Net 10 sdk. The current configuration is set to demand a net 9 sdk, and use the latest feature increment of it. Same strategy works for Net10. We set that, and then we roll safely for the next year until 11 is released.
Line 3 in 0a98ae8
| "version": "9.0.0", |
We know from experience the compiler/linter in net 10 is more aggressive. From what I saw, it's demands are at worst benign, and at best just enforcing good practices. Once you're building and testing using the Net10 sdk, clear the errors and warnings locally, and make a PR. The actions should validate whether those warnings and errors are actually gone. The global.json should ensure the GitHub environment matches your local environment.
If something doesn't go as expected. Let me know on here, or through teams, and we'll troubleshoot.