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
varclient=new GitLabClient("https://git.xxx.yy","XXX");vargroupQueryAllAvailable=new GroupQuery
{AllAvailable=true,};foreach(var group in client.Groups.GetAsync(groupQueryAllAvailable))
Console.WriteLine(group.Name);
System.InvalidOperationException:
'Reflection-based serialization has been disabled for this application.
Either use the source generator APIs or explicitly
configure the 'JsonSerializerOptions.TypeInfoResolver' property.'
Stack-trace:
at System.Text.Json.ThrowHelper.ThrowInvalidOperationException_JsonSerializerIsReflectionDisabled()
at System.Text.Json.JsonSerializerOptions.ConfigureForJsonSerializer()
at System.Text.Json.JsonSerializer.GetTypeInfo(JsonSerializerOptions options, Type inputType)
at System.Text.Json.JsonSerializer.GetTypeInfo[T](JsonSerializerOptions options)
at System.Text.Json.JsonSerializer.Deserialize[TValue](String json, JsonSerializerOptions options)
at NGitLab.Impl.Json.Serializer.Deserialize[T](String json) <-- HERE
at NGitLab.Impl.HttpRequestor.Enumerable`1.<GetEnumerator>d__5.MoveNext() <-- HERE
at Program.<Main>$(String[] args) in D:\imba.sandbox\gitlab-roles\gitlab-roles\Program.cs:line 12
The text was updated successfully, but these errors were encountered:
csproj
Error occurs:
Stack-trace:
The text was updated successfully, but these errors were encountered: