Mannus Etten

Results 8 comments of Mannus Etten

[bouwtekening.zip](https://github.com/syncpoint/openvtpk/files/7942331/bouwtekening.zip) inside the zip you will find it, the style is also included inside the vtpk

@ThomasHalwax no pressure, but have you been able to look into the zipfile and the vtpk?

public static AsyncRetryPolicy BuildRetryPolicyWithContentValidation(string description) { var policy = Policy .Handle(IsTransientError) .OrResult(InvalidContent) .WaitAndRetryAsync(new[] { TimeSpan.FromSeconds(2), TimeSpan.FromSeconds(5), TimeSpan.FromSeconds(10) }, (delegateResult, retryCount) => { Log.Logger.Here().Debug($"{description}, retry delegate fired, attempt {retryCount}"); }); return...

ah okay, so please share a V8-example which i can plugin to my code, because i prefer to work with the latest releases

ah okay than V7 would be helpful at this moment because I do not have the time at this moment to rewrite all my code. But I do not use...

all my projects in this solution are .net6 or .net7

i do have existing excel , i tried it as well with loading the excel-spreadsheet, it does not fill any record. Because my header is 2 rows instead of 1...