Open alonghurst opened 2 years ago
Using Statiq.Web 1.0.0-beta47 and YamlDotNet 11.2.1 causes an error when running the Quickstart example from https://www.statiq.dev/web
[ERRO] Inputs/Process » ExecuteIf » ExtractFrontMatter » ParseYaml » [Index.md => Index.md] Method not found: 'System.Collections.Generic.IDictionary2<YamlDotNet.RepresentationModel.YamlNode,YamlDotNet.RepresentationModel.YamlNode> YamlDotNet.RepresentationModel.YamlMappingNode.get_Children()'.`
[ERRO] Inputs/Process » ExecuteIf » ExtractFrontMatter » ParseYaml » [Index.md => Index.md] Method not found: 'System.Collections.Generic.IDictionary
Replication: Create a new project following the Quickstart example and reference YamlDotnet 11.2.1.
Statiq.Yaml 1.0.0-beta60 references YamlDotnet 6.1.2 which seems to cause a package version clash.
Using Statiq.Web 1.0.0-beta47 and YamlDotNet 11.2.1 causes an error when running the Quickstart example from https://www.statiq.dev/web
[ERRO] Inputs/Process » ExecuteIf » ExtractFrontMatter » ParseYaml » [Index.md => Index.md] Method not found: 'System.Collections.Generic.IDictionary
2<YamlDotNet.RepresentationModel.YamlNode,YamlDotNet.RepresentationModel.YamlNode> YamlDotNet.RepresentationModel.YamlMappingNode.get_Children()'.`Replication: Create a new project following the Quickstart example and reference YamlDotnet 11.2.1.
Statiq.Yaml 1.0.0-beta60 references YamlDotnet 6.1.2 which seems to cause a package version clash.