Answer Overflow Logo
Change Theme
Search Answer Overflow
GitHub
Add Your Server
Login
Home
Popular
Topics
Gaming
Programming
Petris
Posts
Comments
C
C#
•
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
C
C#
•
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
C
C#
•
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
C
C#
•
Created by Woo on 11/25/2024 in
#help
HELP WITH WINDOWS APP SDK
cc @ref *&Sergio
9 replies
C
C#
•
Created by Puck on 10/28/2024 in
#help
Any custom TLS client that has minor implementation of HTTP with custom cipher suite support?
12 replies
C
C#
•
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
C
C#
•
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
C
C#
•
Created by Kuinox on 10/21/2024 in
#help
A built in way to send SIGTERM ?
There's only Mono.Posix
3 replies
C
C#
•
Created by Bepis on 10/19/2024 in
#help
Is there a faster way of splitting strings?
for ascii only
30 replies
C
C#
•
Created by Bepis on 10/19/2024 in
#help
Is there a faster way of splitting strings?
https://learn.microsoft.com/en-us/dotnet/api/system.text.ascii.tolowerinplace?view=net-8.0
30 replies
C
C#
•
Created by Bepis on 10/19/2024 in
#help
Is there a faster way of splitting strings?
https://learn.microsoft.com/en-us/dotnet/api/system.text.ascii.tolower?view=net-8.0
30 replies
C
C#
•
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
C
C#
•
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
C
C#
•
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
C
C#
•
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
C
C#
•
Created by tommy on 9/14/2024 in
#help
Why do we enclose the `Main` function inside of a class in C#?
9 replies
C
C#
•
Created by Mazranel on 9/12/2024 in
#help
FileSystemWatcher causes user limit exceptions on Kubuntu Linux
28 replies
C
C#
•
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
C
C#
•
Created by Mazranel on 9/12/2024 in
#help
FileSystemWatcher causes user limit exceptions on Kubuntu Linux
not the per app one
28 replies
C
C#
•
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