H. Hess

Results 2 issues of H. Hess

var colsDic = entity .Properites .Where(info => !info.IsNotMapped && !info.IsNavigationProperty) .ToDictionary(a => a.ColumnName, StringComparer.OrdinalIgnoreCase); FixMigrationUp throws an Argument Exception "An item with the same key has already been added." in...

When registering a Preprocessor extension and pushing `ifdef` or `include` onto the PreprocessorReader, the directives are not being processed. As @mojavelinux wrote in asciidoctor/asciidoctor-maven-plugin#210: > I tried this with a...