sinaesthetic
sinaesthetic
CC#
Created by Jana ♡ on 1/18/2023 in #help
❔ Proplem in process start
what i pasted is different from what you have
35 replies
CC#
Created by Jana ♡ on 1/18/2023 in #help
❔ Proplem in process start
Try quoting the path?
string Game = @"\"C:/TrexLauncher (the House Of The Dead 2)/Launcher/Game/The House of The Dead 2/Hod2.exe\""
string Game = @"\"C:/TrexLauncher (the House Of The Dead 2)/Launcher/Game/The House of The Dead 2/Hod2.exe\""
35 replies
CC#
Created by sinaesthetic on 12/23/2022 in #help
❔ ✅ JsonSerializer not serializing dictionary
Yeah I miss the days when the IDE used to color fields differently than properties
13 replies
CC#
Created by sinaesthetic on 12/23/2022 in #help
❔ ✅ JsonSerializer not serializing dictionary
OMG i need a vacation... nevermind.... the property not being serialized didn't even have a getter setter, it was declared as a field...
13 replies
CC#
Created by sinaesthetic on 12/23/2022 in #help
❔ ✅ JsonSerializer not serializing dictionary
super weird
13 replies
CC#
Created by sinaesthetic on 12/23/2022 in #help
❔ ✅ JsonSerializer not serializing dictionary
13 replies
CC#
Created by sinaesthetic on 12/23/2022 in #help
❔ ✅ JsonSerializer not serializing dictionary
Difference is, this issues says it was throwing, but mine is simply being ignored
13 replies
CC#
Created by sinaesthetic on 12/23/2022 in #help
❔ ✅ JsonSerializer not serializing dictionary
13 replies
CC#
Created by sinaesthetic on 12/23/2022 in #help
❔ ✅ JsonSerializer not serializing dictionary
13 replies
CC#
Created by sinaesthetic on 12/23/2022 in #help
❔ ✅ JsonSerializer not serializing dictionary
It might be specifically Dictionary<string, object>
13 replies
CC#
Created by sinaesthetic on 12/23/2022 in #help
❔ ✅ JsonSerializer not serializing dictionary
object explorer for System.Text.Json is showing 7.0.1
13 replies
CC#
Created by sinaesthetic on 12/19/2022 in #help
✅ Can I use static abstract interface members in netstandard2.1?
I think my head was just in a different space. I had gotten so used to having libraries just be in netstandard and now it's more of a backwards-compatibility thing. I just switched everything to net7.0 and we're all good. Thanks!
12 replies
CC#
Created by sinaesthetic on 12/19/2022 in #help
✅ Can I use static abstract interface members in netstandard2.1?
It just occurred to me... isn't netstandard going away? It's all just netx.y now, I guess I can just swap all of these (they're just solution projects, not shared libraries)
12 replies