We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ab3b46 commit 7bf2e3bCopy full SHA for 7bf2e3b
LibGit2Sharp/ProxyOptions.cs
@@ -4,7 +4,7 @@
4
5
namespace LibGit2Sharp
6
{
7
- public class ProxyOptions
+ public sealed class ProxyOptions
8
9
public ProxyType ProxyType { get; set; } = ProxyType.Auto;
10
0 commit comments