Fixed some warnings
This commit is contained in:
@@ -6,12 +6,12 @@ namespace Luna.Configuration.Extensions;
|
||||
|
||||
public static class ConfigurationBuilderExtensions
|
||||
{
|
||||
private static string[] AgentConfigSearchPaths =
|
||||
private static readonly string[] AgentConfigSearchPaths =
|
||||
[
|
||||
Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.UserProfile), ".luna", "agents")
|
||||
];
|
||||
|
||||
private static string[] ProviderConfigSearchPaths =
|
||||
private static readonly string[] ProviderConfigSearchPaths =
|
||||
[
|
||||
Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.UserProfile), ".luna", "providers")
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user