Viacheslav
Results
2
comments of
Viacheslav
> I found that modifying the code, adding this into the OnModelCreating function, solves the issue: > > ``` > modelBuilder.Entity().ToFunction(nameof(TableValueFunctionTest)); > ``` > > The problem is that the...
Did you try to figure out what the error actually is? This can be made by accessing the `SharpDocxCompilationException` `.Errors` and `.SourceCode` properties.