osexpert

Results 10 issues of osexpert

Hi, I have regular .net clients and aspNetCore server. When client closes I call webSocket.CloseOutputAsync. This works, I get no exceptions on client or server. But when trying to do...

When adding multiple rpc target classes, if multiple targets contain the same\similar method, the method in first target added is used (as documented). But I miss an option to disallow...

help wanted
good first issue

Hi, We typically use a field in a collection to differ on type\modelType. This may be a field called type, modelType, label etc. (different for every collection). If we would...

enhancement

Wishes: -drag drop of taskbar buttons(?) Very nice to have. Drag drop of notification icons could be nice too, but not important. -double height taskbar A blocker for me. I...

Hi, I have a branch here https://github.com/osexpert/Dapper/tree/TVPParameters I have added support for TVP directly as argument. Example: ``` SqlMapper.Settings.InListTVPCount = 1; var list = new List(); list.Add(42); // Add some...

This one from stackoverflow is good: public static class CsvTextFileFormatter { // https://stackoverflow.com/questions/6377454/escaping-tricky-string-to-csv-format public static string FormatCsvCell(char separator, string cell, bool alwaysQuote = false) { bool mustQuote(string cell) => cell.IndexOfAny(new...

### .NET version dotnet8 ### Did it work in .NET Framework? Not tested/verified ### Did it work in any of the earlier releases of .NET Core or .NET 5+? No...

:beetle: bug
help wanted
tenet-compatibility
priority-3
area-HDPI

Comparing V3 UUID generated from this: https://github.com/Faithlife/FaithlifeUtility/blob/master/src/Faithlife.Utility/GuidUtility.cs vs https://www.uuidtools.com/generate/v3 namespace: 33b23789-087d-458a-91be-0458615b9b77 value: lol test balle|lll|lll|æøå uuidtools: 6fcd6c2b-e356-34ff-a146-cb392dbe242a Faithlife, using Encoding.UTF8.GetBytes(value): 12fc7835-e25c-3ffe-abe9-a73aa487dd57 Faithlife, using Encoding.ASCII.GetBytes(value): 6dbd69f8-5aa0-3f94-acf6-8f72a0664856 Faithlife, using raw bytes, value.Select(char...

If receive with flag fin, ack it and close connection. Call tcp_disconnect() in state machine. Add tcp_disconnect: if established -> sendFin, if syn sent -> sendReset. Hopefully fixes issue 58...

Hi, I see you have this trace: Nissan LEAF/V2X/v2h_startup__charge_ffrom_solar_excess_for_a_while_then_turn_on_oven_to_create_load_then_switch_off_load__then_end_session.csv I wonder, was the trace made between your battery emulator or is between some other (commercial) charger? Thanks.