microsoft / devhomegithubextension

Dev Home GitHub Extension
MIT License
280 stars 43 forks source link

Add JsonSerializerIsReflectionEnabledByDefault to props file #431

Closed vineeththomasalex closed 1 month ago

vineeththomasalex commented 1 month ago

Summary of the pull request

Fixes an issue with JsonSerializerOptions caused by this breaking change in .Net8 that is mysteriously not hitting on Dev builds (not just my computer). Similar to https://github.com/microsoft/DevHomeAzureExtension/pull/135/files

References and relevant issues

Follow up to #426.

Detailed description of the pull request / Additional comments

Added JsonSerializerIsReflectionEnabledByDefault.

Validation steps performed

Tested Dev build.

PR checklist