axunonb
axunonb
@karljj1 @Begounet There is a [branch for a new `NCalcFormatter`](https://github.com/axuno/SmartFormat/tree/pr-ncalc-formatter) extension which integrates the [NCalc](https://github.com/ncalc/ncalc) package. The `NCalcFormatter` has as much as all features included, that `NCalc` can give. Still,...
@karljj1 The latest version of the branch reflects your comments: * Renamed to `LogicCalcFormatter` * Removed preprocessor directives * Some performance / GC optimizations Performance: The additional step of evaluating...
Hi, conflicts of namespaces can easily be resolved as described [here](https://docs.microsoft.com/en-us/dotnet/csharp/language-reference/keywords/extern-alias). This could happen any time with any package. As `SmartFormat` won't work without `ZString`, we opted for adding a...
> Cysharp.Text , ... made internal to the assembly How would you do that? Doesn't it actually mean to change all `public` classes to `internal` visibility?
Sorry for the delay. Yes, this sounds simple to accomplish with ReSharper, but would have to be applied again with new releases of ZString and thus was kind of error-prone....
The `/internalize` argument of `il-repack` looks like what was needed. But same as [LibZ](https://github.com/MiloszKrajewski/LibZ) and others the projects were last updated few years ago, and I wonder whether they're compatible...
PreMailer makes use of AngleSharp. [This answer on SO from Florian Rappl](https://stackoverflow.com/questions/36148046/anglesharp-and-xhtml-round-trip) - the author of AngleSharp - gives an answer why things are like you described. [This one](https://stackoverflow.com/questions/39454606/anglesharp-processing-self-closed-tags) may...
I had the same issue and solved it in a similar way. See the sample below. The pager allows any odd number for the size. Guess, this is a common...
Correct, MailMergeLib v5.8 references SmartFormat v2.7.2
@Scantheus Today we released a new maintenance version of *MailMergeLib* (`v5.8.2`), which is available on NuGet. We included an explicit range of compatible versions for dependencies. Does this for for...