frank_lbt
frank_lbt
value is a string constructed by calling the string constructor with a char array of length: ``` char[] chArray = new char[2]; chArray[0] = char.ToUpper(this._currChar); // _currChar = (char)56 chArray[1]...
I tried to add the .Trim() method call you specified and I ended up with the same error, but with a different char code: https://i.imgur.com/zf7EynJ.png ``` FormatException at System.Number.ThrowOverflowOrFormatException(ParsingStatus status,...
@Joffcom the workflow is active. Here is the configuration:  And I get 110 entries even if no messages from theses folder are new or unread  Please note that...
This issue is also preventing using Mica or acrylic backdrop on MAUI on Windows for example https://github.com/dotnet/maui/issues/16874
Yes, all normal API calls have database dependencies attached.