Skip to content

Update to Net10 SDK #129

@Brennan1994

Description

@Brennan1994

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.

"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.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions