Petris
Petris
CC#
Created by Invix on 11/28/2024 in #help
Error: dotnet restore Fails with NullReferenceException in .NET SDK 9.0.100 During Docker Build
should've been the nuget one pretty sure
5 replies
CC#
Created by Invix on 11/28/2024 in #help
Error: dotnet restore Fails with NullReferenceException in .NET SDK 9.0.100 During Docker Build
wrong repo I assume
5 replies
CC#
Created by nathanAjacobs on 11/27/2024 in #help
CommunityToolkit.MVVM ObservableProperty and JsonIgnore
You can also just do:
[JsonIgnore]
[ObservableProperty]
private partial string Online { get; set; }
[JsonIgnore]
[ObservableProperty]
private partial string Online { get; set; }
7 replies
CC#
Created by Woo on 11/25/2024 in #help
HELP WITH WINDOWS APP SDK
cc @ref *&Sergio
9 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?
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