Array - ArrayOf<T> or System.DataType[]: used to store multiple values of the same data type. The size (number of objects) is defined at creation; List - System.Collections.Generic.List<T>: used to store multi
* The filter_data used in the list-objects-filter (which manages a lazily sparse clone repository) did not use the dynamic array API correctly---'nr' is supposed to point at one past the last element of the array in use. This has been corrected. * The description about slashes in git...
* The filter_data used in the list-objects-filter (which manages a lazily sparse clone repository) did not use the dynamic array API correctly---'nr' is supposed to point at one past the last element of the array in use. This has been corrected. * The description about slashes in git...
// You will need one for every kind of Dictionary<,> you have. c.MapType<Dictionary<MyEnum, List<string>>>(() => new OpenApiSchema()); c.SchemaFilter<DictionaryTKeyEnumTValueSchemaFilter>(); }; Document FiltersOnce an OpenApiDocument has been generated, it too can be passed through ...