You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 5, 2025. It is now read-only.
Build release, add GitHubExtension and try to add account. Click on the button to launch the login UI.
Expected result
Browser launches.
Actual result
Something Went Wrong
[2024/08/16 11:34:08.722 ERR] (LoginUIController) Error:
System.InvalidOperationException: Reflection-based serialization has been disabled for this application. Either use the source generator APIs or explicitly configure the 'JsonSerializerOptions.TypeInfoResolver' property.
at System.Text.Json.ThrowHelper.ThrowInvalidOperationException_JsonSerializerIsReflectionDisabled()
at System.Text.Json.JsonSerializerOptions.ConfigureForJsonSerializer()
at System.Text.Json.JsonSerializer.GetTypeInfo(JsonSerializerOptions, Type)
at System.Text.Json.JsonSerializer.GetTypeInfoT
at System.Text.Json.JsonSerializer.Deserialize[TValue](String , JsonSerializerOptions )
at GitHubExtension.DeveloperId.LoginUIController.<>c__DisplayClass11_0.<b__0>d.MoveNext()