File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 1
- namespace LibGit2Sharp
1
+ using System ;
2
+
3
+ namespace LibGit2Sharp
2
4
{
3
5
/// <summary>
4
6
/// Provides optional additional information to the Repository to be opened.
@@ -34,6 +36,7 @@ public sealed class RepositoryOptions
34
36
/// </para>
35
37
/// <seealso cref="GlobalSettings.SetConfigSearchPaths"/>.
36
38
/// </summary>
39
+ [ Obsolete ( "This option is deprecated. Use GlobalConfiguration.SetConfigSearchPaths()" ) ]
37
40
public string GlobalConfigurationLocation { get ; set ; }
38
41
39
42
/// <summary>
@@ -44,6 +47,7 @@ public sealed class RepositoryOptions
44
47
/// </para>
45
48
/// <seealso cref="GlobalSettings.SetConfigSearchPaths"/>.
46
49
/// </summary>
50
+ [ Obsolete ( "This option is deprecated. Use GlobalConfiguration.SetConfigSearchPaths()" ) ]
47
51
public string XdgConfigurationLocation { get ; set ; }
48
52
49
53
/// <summary>
@@ -54,6 +58,7 @@ public sealed class RepositoryOptions
54
58
/// </para>
55
59
/// <seealso cref="GlobalSettings.SetConfigSearchPaths"/>.
56
60
/// </summary>
61
+ [ Obsolete ( "This option is deprecated. Use GlobalConfiguration.SetConfigSearchPaths()" ) ]
57
62
public string SystemConfigurationLocation { get ; set ; }
58
63
59
64
/// <summary>
You can’t perform that action at this time.
0 commit comments