We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: