chore: run dotnet format
This commit is contained in:
@@ -3,4 +3,4 @@ namespace StevanFreeborn.Extensions.Configuration.Secure.Sample;
|
|||||||
public sealed record ApiOptions
|
public sealed record ApiOptions
|
||||||
{
|
{
|
||||||
public string ApiKey { get; init; } = string.Empty;
|
public string ApiKey { get; init; } = string.Empty;
|
||||||
}
|
}
|
||||||
@@ -7,4 +7,4 @@ namespace StevanFreeborn.Extensions.Configuration.Secure.Sample;
|
|||||||
[JsonSerializable(typeof(SmtpSettings))]
|
[JsonSerializable(typeof(SmtpSettings))]
|
||||||
internal partial class AppJsonContext : JsonSerializerContext
|
internal partial class AppJsonContext : JsonSerializerContext
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
@@ -5,4 +5,4 @@ public sealed record DatabaseSettings
|
|||||||
public string ConnectionString { get; init; } = string.Empty;
|
public string ConnectionString { get; init; } = string.Empty;
|
||||||
public int Timeout { get; init; }
|
public int Timeout { get; init; }
|
||||||
public int RetryCount { get; init; }
|
public int RetryCount { get; init; }
|
||||||
}
|
}
|
||||||
@@ -438,4 +438,4 @@ sealed class EnvironmentVariableKeyProvider : IEncryptionKeyProvider
|
|||||||
|
|
||||||
return SHA256.HashData(Encoding.UTF8.GetBytes(value));
|
return SHA256.HashData(Encoding.UTF8.GetBytes(value));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -7,4 +7,4 @@ public sealed record SmtpSettings
|
|||||||
public string Username { get; init; } = string.Empty;
|
public string Username { get; init; } = string.Empty;
|
||||||
public string Password { get; init; } = string.Empty;
|
public string Password { get; init; } = string.Empty;
|
||||||
public bool UseSsl { get; init; }
|
public bool UseSsl { get; init; }
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user