Petris
Petris
CC#
Created by Puck on 10/28/2024 in #help
Any custom TLS client that has minor implementation of HTTP with custom cipher suite support?
No description
12 replies
CC#
Created by Puck on 10/28/2024 in #help
Any custom TLS client that has minor implementation of HTTP with custom cipher suite support?
and maybe @Mihu cause it's about HttpClient
12 replies
CC#
Created by Puck on 10/28/2024 in #help
Any custom TLS client that has minor implementation of HTTP with custom cipher suite support?
cc @GrabYourPitchforks
12 replies
CC#
Created by Kuinox on 10/21/2024 in #help
A built in way to send SIGTERM ?
There's only Mono.Posix
3 replies
CC#
Created by Bepis on 10/19/2024 in #help
Is there a faster way of splitting strings?
for ascii only
30 replies
CC#
Created by Bepis on 10/19/2024 in #help
Is there a faster way of splitting strings?
30 replies
CC#
Created by Bepis on 10/19/2024 in #help
Is there a faster way of splitting strings?
30 replies
CC#
Created by HMath343 on 9/29/2024 in #help
Integration Test issue on ubuntu-latest (.NET 8)
wait there's a dedicated InternalsVisibleTo MSBuild thing now?
10 replies
CC#
Created by LPeter1997 on 9/16/2024 in #help
Mono.Cecil weaver messed up branch targets
not sure why it uses names and not metadata tokens for those
5 replies
CC#
Created by LPeter1997 on 9/16/2024 in #help
Mono.Cecil weaver messed up branch targets
also for whatever reason it also breaks when you rename methods
5 replies
CC#
Created by LPeter1997 on 9/16/2024 in #help
Mono.Cecil weaver messed up branch targets
yeah wanted to say that, cecil breaks when you aren't careful with short branches
5 replies
CC#
Created by tommy on 9/14/2024 in #help
Why do we enclose the `Main` function inside of a class in C#?
No description
9 replies
CC#
Created by Mazranel on 9/12/2024 in #help
FileSystemWatcher causes user limit exceptions on Kubuntu Linux
No description
28 replies
CC#
Created by Mazranel on 9/12/2024 in #help
FileSystemWatcher causes user limit exceptions on Kubuntu Linux
also why do you have it at 128
28 replies
CC#
Created by Mazranel on 9/12/2024 in #help
FileSystemWatcher causes user limit exceptions on Kubuntu Linux
not the per app one
28 replies
CC#
Created by Mazranel on 9/12/2024 in #help
FileSystemWatcher causes user limit exceptions on Kubuntu Linux
for context, the limit that's hit is usually the global one
28 replies
CC#
Created by Mazranel on 9/12/2024 in #help
FileSystemWatcher causes user limit exceptions on Kubuntu Linux
it's either that or having a background thread that call Directory.EnumerateFiles in a loop
28 replies
CC#
Created by Nolram on 9/9/2024 in #help
P/Invoke boolean call always returns true in Release builds
someone at MS that is
13 replies
CC#
Created by Gipper on 7/27/2024 in #help
How can I have a key-value data structure that allows duplicate keys?
Also SortedList allows this
18 replies
CC#
Created by Gipper on 7/27/2024 in #help
How can I have a key-value data structure that allows duplicate keys?
Although not sure if duplicate keys are legal there tbh
18 replies