blueberriesiftheywerecats
blueberriesiftheywerecats
CC#
Created by Serene Sphinx on 11/16/2024 in #help
I am getting every time new token I have set token expiration time for 1o minutes.
It should work like that and it's caused by expires property that every login is new
2 replies
CC#
Created by cheeze2000 on 11/13/2024 in #help
✅ MemoryStream question
Source code shows that it refers, doesn't copy
6 replies
CC#
Created by Nanior on 11/11/2024 in #help
Calling static method of interface via it's type
Or if your type itself can't be a serializer, then just create an instance of TSerializer
73 replies
CC#
Created by Nanior on 11/11/2024 in #help
Calling static method of interface via it's type
Where T : ISerializer<T>
73 replies
CC#
Created by SWEETPONY on 11/10/2024 in #help
✅ I don't undertand the error: capacity was less than the current size
I think it would work if you provide needed capacity when creating list
17 replies
CC#
Created by BAJAJ Rouser RS200 on 11/10/2024 in #help
✅ Weird VSCode & WPF bug with C# Dev Kit
$close
20 replies
CC#
Created by BAJAJ Rouser RS200 on 11/10/2024 in #help
✅ Weird VSCode & WPF bug with C# Dev Kit
You can try solution at the very end of discussion
20 replies
CC#
Created by BAJAJ Rouser RS200 on 11/10/2024 in #help
✅ Weird VSCode & WPF bug with C# Dev Kit
20 replies
CC#
Created by BAJAJ Rouser RS200 on 11/10/2024 in #help
✅ Weird VSCode & WPF bug with C# Dev Kit
Try this.InitializeComponent()
20 replies
CC#
Created by BAJAJ Rouser RS200 on 11/10/2024 in #help
✅ Weird VSCode & WPF bug with C# Dev Kit
Im not rly a desktop dev but as far as I know every xaml file has its own cs file with interface controls and properties defined in Init method, that's where you get that method from
20 replies
CC#
Created by BAJAJ Rouser RS200 on 11/10/2024 in #help
✅ Weird VSCode & WPF bug with C# Dev Kit
Did you make this project from scratch or via cli wpf template?
20 replies
CC#
Created by BAJAJ Rouser RS200 on 11/10/2024 in #help
✅ Weird VSCode & WPF bug with C# Dev Kit
Can you navigate into that method?
20 replies
CC#
Created by 𝓥𝓪𝓵𝓮𝓷𝓽𝓲𝓷𝓪.🌸 on 11/9/2024 in #help
count positives and sum of negatives
Because if it wanted to check the right statement also (even if left was true) then you would still got that error
18 replies
CC#
Created by 𝓥𝓪𝓵𝓮𝓷𝓽𝓲𝓷𝓪.🌸 on 11/9/2024 in #help
count positives and sum of negatives
when you use || and the left statement is true, than program will not check the right statement because its useless, so thats why you can have this in this order working
18 replies
CC#
Created by 𝓥𝓪𝓵𝓮𝓷𝓽𝓲𝓷𝓪.🌸 on 11/9/2024 in #help
count positives and sum of negatives
It throws this error because it cant get Length property from null object
18 replies
CC#
Created by 𝓥𝓪𝓵𝓮𝓷𝓽𝓲𝓷𝓪.🌸 on 11/9/2024 in #help
count positives and sum of negatives
Like check first if its null then check length
18 replies
CC#
Created by 𝓥𝓪𝓵𝓮𝓷𝓽𝓲𝓷𝓪.🌸 on 11/9/2024 in #help
count positives and sum of negatives
In first if statement swap those checks
18 replies
CC#
Created by 𝓥𝓪𝓵𝓮𝓷𝓽𝓲𝓷𝓪.🌸 on 11/9/2024 in #help
count positives and sum of negatives
Ohh i see
18 replies
CC#
Created by 𝓥𝓪𝓵𝓮𝓷𝓽𝓲𝓷𝓪.🌸 on 11/9/2024 in #help
count positives and sum of negatives
What error
18 replies
CC#
Created by 𝓥𝓪𝓵𝓮𝓷𝓽𝓲𝓷𝓪.🌸 on 11/9/2024 in #help
count positives and sum of negatives
Because if for example array contains only ten 0'es then your should just return [0,0]
18 replies