fzwu

Results 3 issues of fzwu

We found a problem when using fastreport. When the text content is continuous English, automatic line wrapping will automatically add a-character. Previously, using .NET Core 3.1, automatic line wrapping was...

bug

**Describe the bug** fail: IdentityServer4.AccessTokenValidation.IdentityServerAuthenticationHandler[0] Method not found: 'IdentityModel.Client.DiscoveryEndpoint IdentityModel.Client.DiscoveryEndpoint.ParseUrl(System.String)'. System.MissingMethodException: Method not found: 'IdentityModel.Client.DiscoveryEndpoint IdentityModel.Client.DiscoveryEndpoint.ParseUrl(System.String)'. at IdentityServer4.AccessTokenValidation.IdentityServerAuthenticationOptions.ConfigureJwtBearer(JwtBearerOptions jwtOptions) at IdentityServer4.AccessTokenValidation.ConfigureInternalOptions.Configure(String name, JwtBearerOptions options) at Microsoft.Extensions.Options.OptionsFactory`1.Create(String name) at Microsoft.Extensions.Options.OptionsMonitor`1.c.b__10_0(String name,...

**Output of `dotnet --info`:** ``` Host: Version: 6.0.27 Architecture: x64 Commit: 80de56dadb .NET runtimes installed: Microsoft.AspNetCore.App 6.0.27 [/usr/share/dotnet/shared/Microsoft.AspNetCore.App] Microsoft.NETCore.App 6.0.27 [/usr/share/dotnet/shared/Microsoft.NETCore.App] ``` **What version of Docker.DotNet?:** 3.125.15 ``` ---> System.Net.Sockets.SocketException...