basically, i am little cat
basically, i am little cat
CC#
Created by Destructor_Ben on 10/1/2023 in #help
❔ Source Generators stopping Hot Reload in VS 2022
6 replies
CC#
Created by Sandy Stone on 7/17/2023 in #help
❔ Difference between using readonly or { get; }?
yeah that was the point
16 replies
CC#
Created by Sandy Stone on 7/17/2023 in #help
❔ Difference between using readonly or { get; }?
well its not same as readonly field
16 replies
CC#
Created by Sandy Stone on 7/17/2023 in #help
❔ Difference between using readonly or { get; }?
yeah, but its compiled to just get_Whatever method
16 replies
CC#
Created by Sandy Stone on 7/17/2023 in #help
❔ Difference between using readonly or { get; }?
You can also have:
get {
return Random.Shared.Next(0, 64);
}
get {
return Random.Shared.Next(0, 64);
}
Which won't be quite read-only
16 replies
CC#
Created by molioron on 7/16/2023 in #help
❔ Problem with converting WAV byte[] to MP3 byte[] (and vice versa)
Ok then idk how to help, sorry
20 replies
CC#
Created by molioron on 7/16/2023 in #help
❔ Problem with converting WAV byte[] to MP3 byte[] (and vice versa)
No, you probably just want to store array before return in some variable and then return it
20 replies
CC#
Created by molioron on 7/16/2023 in #help
❔ Problem with converting WAV byte[] to MP3 byte[] (and vice versa)
Pretty sure all variables in using blocks get disposed before return
20 replies
CC#
Created by basically, i am little cat on 7/4/2023 in #help
❔ ✅ VSIX extensions failing to install
ok, wiping VS off pc helped with the issues
7 replies
CC#
Created by basically, i am little cat on 7/4/2023 in #help
❔ ✅ VSIX extensions failing to install
And somehow succeeded
7 replies
CC#
Created by basically, i am little cat on 7/4/2023 in #help
❔ ✅ VSIX extensions failing to install
Just to say, its so badly messed up that vs installer tried to uninstall vs instance that didn't existed
7 replies
CC#
Created by basically, i am little cat on 7/4/2023 in #help
❔ ✅ VSIX extensions failing to install
(vs 2022 btw)
7 replies
CC#
Created by basically, i am little cat on 7/4/2023 in #help
❔ ✅ VSIX extensions failing to install
incase helps, here's error from vs installer when trying to repair/edit vs ^
7 replies
CC#
Created by SirCarter on 4/26/2023 in #help
❔ User-defined implicit type conversion + type pattern match
What if T1 and T2 are same type🤔
28 replies
CC#
Created by Eyrim on 4/26/2023 in #help
❔ Unable to box custom value type
Probably something related to (customized or modified) compiler/framework/plugin/whatever. https://discord.com/channels/143867839282020352/251386218351165441/1100797762901131376 Here it compiles fine
8 replies
CC#
Created by júlio on 3/21/2023 in #help
❔ Understanding project structure - Visual Studio ASP.NET Core
True!!
4652 replies
CC#
Created by júlio on 3/21/2023 in #help
❔ Understanding project structure - Visual Studio ASP.NET Core
Oh god 4615 messages here already
4652 replies
CC#
Created by Caioon9 on 4/17/2023 in #help
✅ Repeated Letters
true
58 replies
CC#
Created by Caioon9 on 4/17/2023 in #help
✅ Repeated Letters
WHAT IS THIS
58 replies