File tree Expand file tree Collapse file tree 1 file changed +0
-11
lines changed
src/Elastic.Documentation.Configuration/ReleaseNotes Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -29,17 +29,6 @@ public static partial class ReleaseNotesSerialization
2929 . WithNamingConvention ( UnderscoredNamingConvention . Instance )
3030 . Build ( ) ;
3131
32- /// <summary>
33- /// Used for loading minimal changelog configuration (publish blocker).
34- /// Includes LenientStringListConverter so List<string> fields accept both comma-separated strings and YAML lists.
35- /// </summary>
36- private static readonly IDeserializer IgnoreUnmatchedDeserializer =
37- new StaticDeserializerBuilder ( new YamlStaticContext ( ) )
38- . WithNamingConvention ( UnderscoredNamingConvention . Instance )
39- . WithTypeConverter ( new LenientStringListConverter ( ) )
40- . IgnoreUnmatchedProperties ( )
41- . Build ( ) ;
42-
4332 private static readonly ISerializer YamlSerializer =
4433 new StaticSerializerBuilder ( new YamlStaticContext ( ) )
4534 . WithNamingConvention ( UnderscoredNamingConvention . Instance )
You can’t perform that action at this time.
0 commit comments