ero
ero
CC#
Created by slimyfrog on 4/21/2025 in #help
bracket pairing isn't working
that's not valid in the first place
22 replies
CC#
Created by slimyfrog on 4/21/2025 in #help
bracket pairing isn't working
you're writing public inside of a method
22 replies
CC#
Created by Fady on 4/21/2025 in #help
Trying to figure out what project preset type is best for deploying my project.
Configs specific to front and backend
14 replies
CC#
Created by Fady on 4/21/2025 in #help
Trying to figure out what project preset type is best for deploying my project.
+ tests and everything
14 replies
CC#
Created by Fady on 4/21/2025 in #help
Trying to figure out what project preset type is best for deploying my project.
The backend needs multiple projects and the frontend needs multiple projects. I just think it's a lot more organized in 2 repos
14 replies
CC#
Created by Fady on 4/21/2025 in #help
Trying to figure out what project preset type is best for deploying my project.
I wouldn't even put them in the same solution
14 replies
CC#
Created by Stefan on 4/21/2025 in #help
Go To Declaration doesn't consider RID for a Nuget package
then i would recommend using that instead :)
14 replies
CC#
Created by Stefan on 4/21/2025 in #help
Go To Declaration doesn't consider RID for a Nuget package
as such, the call is completely elided
14 replies
CC#
Created by Stefan on 4/21/2025 in #help
Go To Declaration doesn't consider RID for a Nuget package
No description
14 replies
CC#
Created by Stefan on 4/21/2025 in #help
Go To Declaration doesn't consider RID for a Nuget package
sharplab compilation targets windows
14 replies
CC#
Created by Stefan on 4/21/2025 in #help
Go To Declaration doesn't consider RID for a Nuget package
yes, that is compiled out
14 replies
CC#
Created by Stefan on 4/21/2025 in #help
Go To Declaration doesn't consider RID for a Nuget package
the check is compiled out
14 replies
CC#
Created by Stefan on 4/21/2025 in #help
Go To Declaration doesn't consider RID for a Nuget package
OperatingSystem does not do runtime checks
14 replies
CC#
Created by Stefan on 4/21/2025 in #help
Go To Declaration doesn't consider RID for a Nuget package
why proprocessor directives instead of OperatingSystem.IsWindows() (etc)?
14 replies
CC#
Created by zed on 4/17/2025 in #help
✅ StreamReader returns empty string on valid file stream
owch
57 replies
CC#
Created by zed on 4/17/2025 in #help
✅ StreamReader returns empty string on valid file stream
the entire code snippet might be good to look over just for sanity i guess
57 replies
CC#
Created by Core on 4/11/2025 in #help
✅ JsonSerializer - properties have null values
You need to either set the naming policy (camelCase) for the deserialization in the JsonSerializerOptions or use JsonPropertyName on the properties
5 replies
CC#
Created by Core on 4/11/2025 in #help
✅ JsonSerializer - properties have null values
I mean it's just because the names don't match right
5 replies
CC#
Created by enrico11011 on 4/9/2025 in #help
✅ which .net version should I be starting with?
dotnet new tui
26 replies
CC#
Created by enrico11011 on 4/9/2025 in #help
✅ which .net version should I be starting with?
where are you seeing that error? the library is supported on .net 9 just fine
26 replies