Allow workflow trigger #6
Annotations
10 warnings
build:
src/SiteGen.Core/Models/SiteNode.cs#L9
Non-nullable property 'HtmlContent' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
src/SiteGen.Core/Models/SiteNode.cs#L9
Non-nullable property 'FrontMatter' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
src/SiteGen.Core/Models/SiteNode.cs#L9
Non-nullable property 'Content' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
src/SiteGen.Core/Models/SiteNode.cs#L9
Non-nullable property 'Ext' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
src/SiteGen.Core/Models/SiteNode.cs#L9
Non-nullable property 'FileName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
src/SiteGen.Core/Models/SiteNode.cs#L9
Non-nullable property 'Path' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
src/SiteGen.Core/Models/SortInfo.cs#L22
Non-nullable property 'FieldName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
src/SiteGen.Core/Services/Processors/FrontMatterProcessor.cs#L47
Nullability of reference types in value of type 'Dictionary<string, string?>' doesn't match target type 'IDictionary<string, string>'.
|
build:
src/SiteGen.Core/Configuration/Yaml/YamlConfigurationParser.cs#L71
Cannot convert null literal to non-nullable reference type.
|
build:
src/SiteGen.Core/Configuration/Yaml/YamlConfigurationParser.cs#L45
Cannot convert null literal to non-nullable reference type.
|