dotnet/roslyn
Vedi su GitHubStructure guidelines wrong for class initializer, when using constructor which also uses a class initializer
Open
#65.970 aperta il 13 dic 2022
Bughelp wanted
Metriche repository
- Star
- (20.414 star)
- Metriche merge PR
- (Merge medio 6g 17h) (256 PR mergiate in 30 g)
Descrizione
This issue has been moved from a ticket on Developer Community.
[regression] [worked-in:17.2.6]
private HttpClient BuildClient()
{
return new HttpClient(new SocketsHttpHandler()
{
PooledConnectionIdleTimeout = TimeSpan.FromMinutes(5),
PooledConnectionLifetime = TimeSpan.FromMinutes(10)
})
{
Timeout = TimeSpan.FromMinutes(3.5)
};
}

Original Comments
Feedback Bot on 12/12/2022, 08:13 PM:
(private comment, text removed)
Original Solutions
(no solutions)