Public Access
Normalize scalar frontmatter lists
PR and Push Build/Test / build-and-test (push) Successful in 8m49s
PR and Push Build/Test / build-and-test (push) Successful in 8m49s
This commit is contained in:
@@ -7,9 +7,7 @@ public sealed record BoundMeetingProject(string Name, string Path);
|
||||
|
||||
public sealed class BoundMeetingProjectResolver
|
||||
{
|
||||
private static readonly IDeserializer YamlDeserializer = new DeserializerBuilder()
|
||||
.IgnoreUnmatchedProperties()
|
||||
.Build();
|
||||
private static readonly IDeserializer YamlDeserializer = FrontmatterYamlDeserializer.Create();
|
||||
|
||||
private readonly MeetingAssistantOptions options;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user